<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>muzin &#187; Ubuntu</title>
	<atom:link href="http://www.muzin.org/wp/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.muzin.org/wp</link>
	<description>PHPとか、JavaScriptとか、YomiSearch用の無料テンプレートを配布したり、ツールを作ったりしてます。</description>
	<lastBuildDate>Sat, 17 Oct 2020 12:11:57 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ubuntu Linux で Youtube動画を倍速で再生する</title>
		<link>http://www.muzin.org/wp/ubuntu/ubuntu-youtube-doublespeed_66/</link>
		<comments>http://www.muzin.org/wp/ubuntu/ubuntu-youtube-doublespeed_66/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 23:28:11 +0000</pubDate>
		<dc:creator>muzin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.muzin.org/wp/ubuntu/ubuntu-youtube-doublespeed_66/</guid>
		<description><![CDATA[Ubuntu で Youtube動画を倍速で再生する方法 と言っても、やり方は単純。 Youtube動画をローカルに落として、動画プレイヤーで倍速再生するだけ。 Youtube動画を保存するには、 Synapticから「youtube-dl」をインストールする。 使い方は単純で、ターミナルから ~$ youtube-dl (ファイル名） で動画をダウンロードできる。 --output=出力ファイル名 のオプションで、出力ファイル名を指定することも可能。 使用例 ~$ youtube-dl http://www.youtube.com/watch?v=pTQm7xsYRBU --output=nanmin.flv 他のオプションは、ターミナルで「youtube-dl」を実行することで参照可能。 ちなみにニコニコ動画をローカルに保存できる「nicovideo-dl」というソフトもSyanpticからインストール可能。 あとは落としたフラッシュ動画（FLVファイル）を、倍速再生が可能な動画プレイヤーで再生するだけ。 GUIでおすすめは SMPlayer。 Synapticから「smplayer」をインストールして使いましょう。 SMPlayerはGUIで再生速度を速くしたり、遅くしたりできるので 時間のないときには倍速で再生したり、 逆にしっかりとメモをとりたいときは半分のスピードで再生したりできます。 再生速度は1%刻みで調整できるので、2倍速だと早すぎる場合もOK。]]></description>
		<wfw:commentRss>http://www.muzin.org/wp/ubuntu/ubuntu-youtube-doublespeed_66/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu9.10でプリンタを使う</title>
		<link>http://www.muzin.org/wp/ubuntu/ubuntu-printer_64/</link>
		<comments>http://www.muzin.org/wp/ubuntu/ubuntu-printer_64/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 13:42:40 +0000</pubDate>
		<dc:creator>muzin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.muzin.org/wp/ubuntu/ubuntu-printer_64/</guid>
		<description><![CDATA[Photosmart C4490を Ubuntu9.10 で使えるように設定した記録。 まずいきなりトラブルとして、CUPSにアクセスできない。 CUPS（Common Unix Printing System）とは Unix系OS用の印刷システムです。 CUPSがインストールされていれば、ブラウザで http://localhost:631/ にアクセスすることでプリンタの設定が可能です。 ところが http://localhost:631/ にアクセスしようとしても 正常に接続できませんでした localhost:631 のサーバへの接続を確立できませんでした。 というエラーが出てしまう・・・。 そこで cups を再インストールすると、無事接続できました。 ただし cupsのアンインストール時に hplip 等も一緒にアンインストールされてしまうので hplip-guiも再インストール。 ※ヒューレット・パッカード（Hewlett-Packard、通称HP）の販売するプリンタは Linux用のプリンタドライバ hplip を無償提供してくれています。 hplip-guiはそのGUI版。 hpilp-guiをインストールしたら、 システム＞設定＞HPLIP TOOLBOX　を起動。 No Installed HP Devices &#8230; <a href="http://www.muzin.org/wp/ubuntu/ubuntu-printer_64/">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.muzin.org/wp/ubuntu/ubuntu-printer_64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>プリンタが Linux に接続しているかチェック</title>
		<link>http://www.muzin.org/wp/ubuntu/printer-connect-check_63/</link>
		<comments>http://www.muzin.org/wp/ubuntu/printer-connect-check_63/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 13:19:09 +0000</pubDate>
		<dc:creator>muzin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.muzin.org/wp/ubuntu/printer-connect-check_63/</guid>
		<description><![CDATA[プリンタとの接続USBを外した状態で ターミナルを開いて tail -f /var/log/messages と入力。 ※Ubuntuでは sudo tail -f /var/log/syslog ターミナルを開いたまま、USBを接続すると、こんな感じのものが表示されるはず。 Jan 16 21:07:42 hope kernel: [ 6024.500033] usb 1-2: new high speed USB device using ehci_hcd and address 4 Jan 16 21:07:42 hope kernel: [ 6024.634098] usb 1-2: &#8230; <a href="http://www.muzin.org/wp/ubuntu/printer-connect-check_63/">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.muzin.org/wp/ubuntu/printer-connect-check_63/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HPLIPがインストール済みかどうかチェック</title>
		<link>http://www.muzin.org/wp/ubuntu/is-hplip-installed_62/</link>
		<comments>http://www.muzin.org/wp/ubuntu/is-hplip-installed_62/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 13:17:11 +0000</pubDate>
		<dc:creator>muzin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.muzin.org/wp/ubuntu/is-hplip-installed_62/</guid>
		<description><![CDATA[参考：http://hplipopensource.com/node/306 Debian系のパッケージ(ions Debian, Ubuntu, Mepis)ではやり方は共通。 ターミナルを開いて dpkg -l hplip と入力する。 Desired=Unknown/Install/Remove/Purge/Hold &#124; Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend &#124;/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) &#124;&#124;/ 名前 バージョ 説明 +++-==============-============== ii hplip 3.9.8-1ubuntu2 HP Linux Printing and Imaging System (HPLIP) という感じでリターンが返ってくるはず。 hplip の 前に「ii」の文字があれば、インストール済み。 ○関連ページ ディストリビューション標準のHPLIPが、当該プリンタに対応しているかどうかを調べる HPLIPがインストール済みかどうかチェック プリンタが &#8230; <a href="http://www.muzin.org/wp/ubuntu/is-hplip-installed_62/">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.muzin.org/wp/ubuntu/is-hplip-installed_62/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ディストリビューション標準のHPLIPが、当該プリンタに対応しているかどうかを調べる</title>
		<link>http://www.muzin.org/wp/ubuntu/does-default-hplip-support_61/</link>
		<comments>http://www.muzin.org/wp/ubuntu/does-default-hplip-support_61/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 11:58:20 +0000</pubDate>
		<dc:creator>muzin</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.muzin.org/wp/ubuntu/does-default-hplip-support_61/</guid>
		<description><![CDATA[ヒューレット・パッカード（Hewlett-Packard、通称HP）の販売するプリンタは Linux用のプリンタドライバ HPLIP を無償提供してくれています。 HPLIPは、ほとんどの Linuxディストリビューションに標準装備されていますが 古いバージョンの場合には、最新の HPLIP をインストールせねばならないことがあります。 そこで HPLIP が自分のプリンタをサポートしているかどうかの簡単なチェック方法です。 HP Linux Imaging and Printing http://hplipopensource.com/hplip-web/index.html にアクセス。 左サイドバーの Install Wizard に移動。 ディストリビューション、バージョン、プリンターの型、プリンタのモデルを選択して「Next」をクリック。 ちなみに私が使っているプリンタは HP Photosmart c4490 という型番のオールインワン・プリンタ。 元はと言えば、HP Photosmart c4486が価格コムなどで値段の割に評価が高かったのだけど残念ながらほとんど売り切れ。 そこでほぼ同機種の「C4490」を購入したというわけだったりする。 「Ubuntu 9.10 supplies HPLIP 3.9.2 and it &#8230; <a href="http://www.muzin.org/wp/ubuntu/does-default-hplip-support_61/">続きを読む <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.muzin.org/wp/ubuntu/does-default-hplip-support_61/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
