<?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; CentOS</title>
	<atom:link href="http://www.kalium.net/image/tag/centos/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>ディストリビューション名を調べる方法</title>
		<link>http://www.kalium.net/image/2009/10/21/%e3%83%87%e3%82%a3%e3%82%b9%e3%83%88%e3%83%aa%e3%83%93%e3%83%a5%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e5%90%8d%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b%e6%96%b9%e6%b3%95/</link>
		<comments>http://www.kalium.net/image/2009/10/21/%e3%83%87%e3%82%a3%e3%82%b9%e3%83%88%e3%83%aa%e3%83%93%e3%83%a5%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e5%90%8d%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b%e6%96%b9%e6%b3%95/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 02:07:59 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/?p=923</guid>
		<description><![CDATA[RedHat/CentOS系だったら $ cat /etc/redhat-release Fedora系だったら $ cat /etc/fedora-release]]></description>
			<content:encoded><![CDATA[<p>RedHat/CentOS系だったら<br />
<code>$ cat /etc/redhat-release</code></p>
<p>Fedora系だったら<br />
<code>$ cat /etc/fedora-release</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2009/10/21/%e3%83%87%e3%82%a3%e3%82%b9%e3%83%88%e3%83%aa%e3%83%93%e3%83%a5%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3%e5%90%8d%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b%e6%96%b9%e6%b3%95/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 5.3でVMware Server</title>
		<link>http://www.kalium.net/image/2009/10/20/centos-5-3%e3%81%a7vmware-server/</link>
		<comments>http://www.kalium.net/image/2009/10/20/centos-5-3%e3%81%a7vmware-server/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 05:36:29 +0000</pubDate>
		<dc:creator>araken</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://www.kalium.net/image/?p=911</guid>
		<description><![CDATA[VMware ServerのホストOSをCentOS 5.2から5.3にアップグレードしたのだが、一応、順調に動いている。ただし、カーネルもアップデートされているので、以下のコマンドでVMwareを再設定。 # vmwa [...]]]></description>
			<content:encoded><![CDATA[<p>VMware ServerのホストOSをCentOS 5.2から5.3にアップグレードしたのだが、一応、順調に動いている。ただし、カーネルもアップデートされているので、以下のコマンドでVMwareを再設定。</p>
<p><code># vmware-config.pl </code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kalium.net/image/2009/10/20/centos-5-3%e3%81%a7vmware-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

