<?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>映像とその周辺 &#187; Linux</title>
	<atom:link href="http://www.kalium.net/image/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kalium.net/image</link>
	<description></description>
	<lastBuildDate>Sun, 13 Nov 2011 03:36:10 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>サーバの時刻設定</title>
		<link>http://www.kalium.net/image/2010/11/30/%e3%82%b5%e3%83%bc%e3%83%90%e3%81%ae%e6%99%82%e5%88%bb%e8%a8%ad%e5%ae%9a/</link>
		<comments>http://www.kalium.net/image/2010/11/30/%e3%82%b5%e3%83%bc%e3%83%90%e3%81%ae%e6%99%82%e5%88%bb%e8%a8%ad%e5%ae%9a/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 02:25:35 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/?p=1143</guid>
		<description><![CDATA[サーバ(CentOS5.5)での時刻設定のまとめ 参照するNTPサーバを変える必要がある場合は、/etc/ntp.confを書き換え もし、Timezoneが日本になっていなかった場合]]></description>
			<content:encoded><![CDATA[<p>サーバ(CentOS5.5)での時刻設定のまとめ</p>
<pre class="brush: bash; title: ; notranslate">
$ sudo yum install ntp
</pre>
<p>参照するNTPサーバを変える必要がある場合は、/etc/ntp.confを書き換え</p>
<pre class="brush: bash; title: ; notranslate">
$ sudo /usr/sbin/ntpdate ntp.nict.jp #最初に手動で時刻更新
$ sudo /etc/rc.d/init.d/ntpd start #サービスを起動
$ sudo /sbin/chkconfig ntpd on #自動起動設定
</pre>
<p>もし、Timezoneが日本になっていなかった場合</p>
<pre class="brush: bash; title: ; notranslate">
$ sudo cp /usr/share/zoneinfo/Japan /etc/localtime
$ sudo date
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2010/11/30/%e3%82%b5%e3%83%bc%e3%83%90%e3%81%ae%e6%99%82%e5%88%bb%e8%a8%ad%e5%ae%9a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS5.5に最新のwebminを入れる</title>
		<link>http://www.kalium.net/image/2010/11/25/centos5-5%e3%81%ab%e6%9c%80%e6%96%b0%e3%81%aewebmin%e3%82%92%e5%85%a5%e3%82%8c%e3%82%8b/</link>
		<comments>http://www.kalium.net/image/2010/11/25/centos5-5%e3%81%ab%e6%9c%80%e6%96%b0%e3%81%aewebmin%e3%82%92%e5%85%a5%e3%82%8c%e3%82%8b/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 05:46:02 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/?p=1141</guid>
		<description><![CDATA[古いバージョンのwebminのRPMを消去 ※なぜか、最新バージョンのRPMを入れようとするとconflictを起こすので ここからrpmを入手 http://prdownloads.sourceforge.net/we [...]]]></description>
			<content:encoded><![CDATA[<p>古いバージョンのwebminのRPMを消去<br />
※なぜか、最新バージョンのRPMを入れようとするとconflictを起こすので</p>
<pre class="brush: bash; title: ; notranslate">
$ sudo rpm -e webmin-1.441-1.noarch
</pre>
<p>ここからrpmを入手</p>
<p>http://prdownloads.sourceforge.net/webadmin/webmin-1.520-1.noarch.rpm</p>
<p>インストール</p>
<pre class="brush: bash; title: ; notranslate">
$ sudo rpm -ivh webmin-1.520-1.noarch.rpm
</pre>
<p>Port 10000 is already in use<br />
と言われたので、xinetdの設定を変えて、xinetdを再起動</p>
<pre class="brush: bash; title: ; notranslate">
$ sudo /etc/rc.d/init.d/xinetd restart
</pre>
<p>もう一度、RPMでインストール</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2010/11/25/centos5-5%e3%81%ab%e6%9c%80%e6%96%b0%e3%81%aewebmin%e3%82%92%e5%85%a5%e3%82%8c%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ディレクトリのdiff</title>
		<link>http://www.kalium.net/image/2010/11/23/%e3%83%87%e3%82%a3%e3%83%ac%e3%82%af%e3%83%88%e3%83%aa%e3%81%aediff/</link>
		<comments>http://www.kalium.net/image/2010/11/23/%e3%83%87%e3%82%a3%e3%83%ac%e3%82%af%e3%83%88%e3%83%aa%e3%81%aediff/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 02:31:00 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/2010/11/23/%e3%83%87%e3%82%a3%e3%83%ac%e3%82%af%e3%83%88%e3%83%aa%e3%81%aediff/</guid>
		<description><![CDATA[ディレクトリ内のファイルのdiffを一気に取る方法 via My wonderful living » Blog Archive » ディレクトリのdiffを取る]]></description>
			<content:encoded><![CDATA[<p>ディレクトリ内のファイルのdiffを一気に取る方法</p>
<pre class="brush: bash; title: ; notranslate"> $ diff -r directory1 directory2</pre>
<p>via <a href="http://mac-mini.ddo.jp/%7ELuckyStrike/wp/?p=939">My wonderful living » Blog Archive » ディレクトリのdiffを取る</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2010/11/23/%e3%83%87%e3%82%a3%e3%83%ac%e3%82%af%e3%83%88%e3%83%aa%e3%81%aediff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>インストール済みのRPMのファイルリスト一覧</title>
		<link>http://www.kalium.net/image/2010/11/13/%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e6%b8%88%e3%81%bf%e3%81%aerpm%e3%81%ae%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%83%aa%e3%82%b9%e3%83%88%e4%b8%80%e8%a6%a7/</link>
		<comments>http://www.kalium.net/image/2010/11/13/%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e6%b8%88%e3%81%bf%e3%81%aerpm%e3%81%ae%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%83%aa%e3%82%b9%e3%83%88%e4%b8%80%e8%a6%a7/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 03:24:58 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[RPM]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/?p=1119</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<pre class="brush: bash; title: ; notranslate">
$ rpm -ql パッケージ名
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2010/11/13/%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e6%b8%88%e3%81%bf%e3%81%aerpm%e3%81%ae%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%83%aa%e3%82%b9%e3%83%88%e4%b8%80%e8%a6%a7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apt-getのパッケージを検索</title>
		<link>http://www.kalium.net/image/2010/10/25/apt-get%e3%81%ae%e3%83%91%e3%83%83%e3%82%b1%e3%83%bc%e3%82%b8%e3%82%92%e6%a4%9c%e7%b4%a2/</link>
		<comments>http://www.kalium.net/image/2010/10/25/apt-get%e3%81%ae%e3%83%91%e3%83%83%e3%82%b1%e3%83%bc%e3%82%b8%e3%82%92%e6%a4%9c%e7%b4%a2/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 04:56:44 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apt-get]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/?p=1107</guid>
		<description><![CDATA[apt-getのパッケージを検索するときは]]></description>
			<content:encoded><![CDATA[<p>apt-getのパッケージを検索するときは</p>
<pre class="brush: bash; title: ; notranslate">
$ apt-cache search keyword
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2010/10/25/apt-get%e3%81%ae%e3%83%91%e3%83%83%e3%82%b1%e3%83%bc%e3%82%b8%e3%82%92%e6%a4%9c%e7%b4%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NameVirtualHostを忘れない</title>
		<link>http://www.kalium.net/image/2010/09/06/namevirtualhost%e3%82%92%e5%bf%98%e3%82%8c%e3%81%aa%e3%81%84/</link>
		<comments>http://www.kalium.net/image/2010/09/06/namevirtualhost%e3%82%92%e5%bf%98%e3%82%8c%e3%81%aa%e3%81%84/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 23:28:25 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/?p=1085</guid>
		<description><![CDATA[NameVirtualHostディレクティブ NameVirtualHost *:80 &#60;VirtualHost *:80&#62; &#60;/VirtualHost&#62;]]></description>
			<content:encoded><![CDATA[<p>NameVirtualHostディレクティブ<br />
<code></p>
<pre>
NameVirtualHost *:80
&lt;VirtualHost *:80&gt;
&lt;/VirtualHost&gt;
</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2010/09/06/namevirtualhost%e3%82%92%e5%bf%98%e3%82%8c%e3%81%aa%e3%81%84/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linuxの起動ランレベルの設定</title>
		<link>http://www.kalium.net/image/2010/07/12/linux%e3%81%ae%e8%b5%b7%e5%8b%95%e3%83%a9%e3%83%b3%e3%83%ac%e3%83%99%e3%83%ab%e3%81%ae%e8%a8%ad%e5%ae%9a/</link>
		<comments>http://www.kalium.net/image/2010/07/12/linux%e3%81%ae%e8%b5%b7%e5%8b%95%e3%83%a9%e3%83%b3%e3%83%ac%e3%83%99%e3%83%ab%e3%81%ae%e8%a8%ad%e5%ae%9a/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 02:34:02 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/?p=1040</guid>
		<description><![CDATA[/etc/inittab内の id:3:initdefault: を設定。5にすると、Xwindowが立ち上がる。]]></description>
			<content:encoded><![CDATA[<p>/etc/inittab内の</p>
<p><code>id:3:initdefault:</code></p>
<p>を設定。5にすると、Xwindowが立ち上がる。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2010/07/12/linux%e3%81%ae%e8%b5%b7%e5%8b%95%e3%83%a9%e3%83%b3%e3%83%ac%e3%83%99%e3%83%ab%e3%81%ae%e8%a8%ad%e5%ae%9a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>lsをカラー化する</title>
		<link>http://www.kalium.net/image/2010/04/06/ls%e3%82%92%e3%82%ab%e3%83%a9%e3%83%bc%e5%8c%96%e3%81%99%e3%82%8b/</link>
		<comments>http://www.kalium.net/image/2010/04/06/ls%e3%82%92%e3%82%ab%e3%83%a9%e3%83%bc%e5%8c%96%e3%81%99%e3%82%8b/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 14:09:23 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/2010/04/06/ls%e3%82%92%e3%82%ab%e3%83%a9%e3%83%bc%e5%8c%96%e3%81%99%e3%82%8b/</guid>
		<description><![CDATA[久々に、bashの設定をいじってみる jmblog.jp – OS X の Terminal.app で lsコマンドをカラー表示にする方法]]></description>
			<content:encoded><![CDATA[<p>久々に、bashの設定をいじってみる</p>
<p><a href="http://jmblog.jp/archives/307">jmblog.jp – OS X の Terminal.app で lsコマンドをカラー表示にする方法</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2010/04/06/ls%e3%82%92%e3%82%ab%e3%83%a9%e3%83%bc%e5%8c%96%e3%81%99%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWareでゲストOSを自動起動する設定方法</title>
		<link>http://www.kalium.net/image/2010/03/23/vmware%e3%81%a7%e3%82%b2%e3%82%b9%e3%83%88os%e3%82%92%e8%87%aa%e5%8b%95%e8%b5%b7%e5%8b%95%e3%81%99%e3%82%8b%e8%a8%ad%e5%ae%9a%e6%96%b9%e6%b3%95/</link>
		<comments>http://www.kalium.net/image/2010/03/23/vmware%e3%81%a7%e3%82%b2%e3%82%b9%e3%83%88os%e3%82%92%e8%87%aa%e5%8b%95%e8%b5%b7%e5%8b%95%e3%81%99%e3%82%8b%e8%a8%ad%e5%ae%9a%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 02:05:09 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/?p=994</guid>
		<description><![CDATA[ここを参照 http://d.hatena.ne.jp/impracticable_theory/20090415/1239798264 話は逸れますが、Flash Builderが出ましたね。]]></description>
			<content:encoded><![CDATA[<p>ここを参照</p>
<p><a href="http://d.hatena.ne.jp/impracticable_theory/20090415/1239798264" target="_blank">http://d.hatena.ne.jp/impracticable_theory/20090415/1239798264</a></p>
<p>話は逸れますが、Flash Builderが出ましたね。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2010/03/23/vmware%e3%81%a7%e3%82%b2%e3%82%b9%e3%83%88os%e3%82%92%e8%87%aa%e5%8b%95%e8%b5%b7%e5%8b%95%e3%81%99%e3%82%8b%e8%a8%ad%e5%ae%9a%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>玄箱のdebian化のメモ</title>
		<link>http://www.kalium.net/image/2010/01/09/%e7%8e%84%e7%ae%b1%e3%81%aedebian%e5%8c%96%e3%81%ae%e3%83%a1%e3%83%a2/</link>
		<comments>http://www.kalium.net/image/2010/01/09/%e7%8e%84%e7%ae%b1%e3%81%aedebian%e5%8c%96%e3%81%ae%e3%83%a1%e3%83%a2/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 11:02:19 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[玄箱]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/?p=975</guid>
		<description><![CDATA[玄箱のdebian化 http://tabi.homeip.net/kuro/ linux-wlan-ngの取得元 ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/ 玄箱用のdebi [...]]]></description>
			<content:encoded><![CDATA[<p>玄箱のdebian化</p>
<p><a href="http://tabi.homeip.net/kuro/" target="_blank">http://tabi.homeip.net/kuro/</a></p>
<p>linux-wlan-ngの取得元</p>
<p><a href="ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/" target="_blank">ftp://ftp.linux-wlan.org/pub/linux-wlan-ng/</a></p>
<p>玄箱用のdebianインストールイメージ</p>
<p><a href="http://www.genbako.com/" target="_blank">http://www.genbako.com/</a></p>
<p>カーネルソースの取得と玄箱用にパッチ</p>
<p><a href="http://www.genbako.com/self-compile-2.6.25.txt" target="_blank">http://www.genbako.com/self-compile-2.6.25.txt</a></p>
<p>USB無線LANデバイス WLI-USB-KS11Gドライバの構築</p>
<p><a href="http://www.geocities.co.jp/SiliconValley/3680/UwOnLx-1.html" target="_blank">http://www.geocities.co.jp/SiliconValley/3680/UwOnLx-1.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2010/01/09/%e7%8e%84%e7%ae%b1%e3%81%aedebian%e5%8c%96%e3%81%ae%e3%83%a1%e3%83%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

