<?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>こま切れblogの詰め合せ &#187; Linuxで自宅サーバ(CentOS)</title>
	<atom:link href="http://fablog.dyndns.org/centos/feed" rel="self" type="application/rss+xml" />
	<link>http://fablog.dyndns.org</link>
	<description>Just another weblog of raking up. Take it easy, take it easy.</description>
	<lastBuildDate>Fri, 20 Nov 2009 08:41:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>yumでカーネルが自動アップデートされるのを停止</title>
		<link>http://fablog.dyndns.org/archives/2008/11/yum_kernel.html</link>
		<comments>http://fablog.dyndns.org/archives/2008/11/yum_kernel.html#comments</comments>
		<pubDate>Thu, 27 Nov 2008 13:57:13 +0000</pubDate>
		<dc:creator>こてつ</dc:creator>
				<category><![CDATA[kernel]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fablog.dyndns.org/?p=165</guid>
		<description><![CDATA[カーネルが自動更新されてしまってカーネルパニックで停止したっ！
勝手にカーネルが更新されては困る状況。。に遭遇したので。。対策。
vi /etc/sysconfig/kernel

# UPDATEDEFAULT spe [...]]]></description>
			<content:encoded><![CDATA[<p>カーネルが自動更新されてしまって<a href="http://mook.jpn.org/archives/2008/09/kernel_panic.html">カーネルパニック</a>で停止したっ！<br />
勝手にカーネルが更新されては困る状況。。に遭遇したので。。対策。</p>
<blockquote class="no2"><p>vi /etc/sysconfig/kernel</p></blockquote>
<p><span id="more-165"></span></p>
<blockquote class="no2"><p># UPDATEDEFAULT specifies if new-kernel-pkg should make<br /># new kernels the default<br /># UPDATEDEFAULT=yes　<font class="kome">←コメントアウト</font><br />UPDATEDEFAULT=no　<font class="kome">←追加</font></p>
<p># DEFAULTKERNEL specifies the default kernel package type<br />DEFAULTKERNEL=kernel</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://fablog.dyndns.org/archives/2008/11/yum_kernel.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>バージョンの確認</title>
		<link>http://fablog.dyndns.org/archives/2008/11/confirmation_of_version.html</link>
		<comments>http://fablog.dyndns.org/archives/2008/11/confirmation_of_version.html#comments</comments>
		<pubDate>Wed, 26 Nov 2008 09:16:42 +0000</pubDate>
		<dc:creator>こてつ</dc:creator>
				<category><![CDATA[コマンド]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fablog.dyndns.org/?p=164</guid>
		<description><![CDATA[CentOSのバージョンの確認
# cat /etc/redhat-release
CentOS release 4.7 (Final)

カーネルのバージョン確認
# uname -a
Linux xxx.xxxx.x [...]]]></description>
			<content:encoded><![CDATA[<p>CentOSのバージョンの確認</p>
<blockquote class="no2"><p># cat /etc/redhat-release<br />
CentOS release 4.7 (Final)</p></blockquote>
<p><span id="more-164"></span><br />
カーネルのバージョン確認</p>
<blockquote class="no2"><p># uname -a<br />
Linux xxx.xxxx.xxx 2.6.9-78.0.8.EL #1 Wed Nov 19 19:43:32 EST 2008 i686 athlon i386 GNU/Linux</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://fablog.dyndns.org/archives/2008/11/confirmation_of_version.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>chown所有者変更</title>
		<link>http://fablog.dyndns.org/archives/2007/12/chown.html</link>
		<comments>http://fablog.dyndns.org/archives/2007/12/chown.html#comments</comments>
		<pubDate>Sat, 08 Dec 2007 02:15:06 +0000</pubDate>
		<dc:creator>こてつ</dc:creator>
				<category><![CDATA[コマンド]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fablog.dyndns.org/?p=163</guid>
		<description><![CDATA[# chown [所有者等] [ファイル名等]　　←[ファイル等]の所有者を[所有者等]に変更

「所有者」でないと編集・削除などなど　作業ができないですからね。。
ファイルやディレクトリの所有者やグループの変更を行うコ [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="no2"><p># chown [所有者等] [ファイル名等]　　<font class="kome">←[ファイル等]の所有者を[所有者等]に変更</font></p></blockquote>
<p><span id="more-163"></span><br />
「所有者」でないと編集・削除などなど　作業ができないですからね。。<br />
ファイルやディレクトリの所有者やグループの変更を行うコマンドです。</p>
]]></content:encoded>
			<wfw:commentRss>http://fablog.dyndns.org/archives/2007/12/chown.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mkdirディレクトリ作成</title>
		<link>http://fablog.dyndns.org/archives/2007/12/mkdir.html</link>
		<comments>http://fablog.dyndns.org/archives/2007/12/mkdir.html#comments</comments>
		<pubDate>Sat, 08 Dec 2007 02:07:00 +0000</pubDate>
		<dc:creator>こてつ</dc:creator>
				<category><![CDATA[コマンド]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fablog.dyndns.org/?p=162</guid>
		<description><![CDATA[# mkdir /var/www/html/hoge　　←&#8221;/var/www/html/hoge&#8221;ディレクトリ作成

超基本のディレクトリ作成コマンド。。
メイクディレクトリの略ですね
]]></description>
			<content:encoded><![CDATA[<blockquote class="no2"><p># mkdir /var/www/html/hoge　　<font class="kome">←&#8221;/var/www/html/hoge&#8221;ディレクトリ作成</font></p></blockquote>
<p><span id="more-162"></span><br />
超基本のディレクトリ作成コマンド。。<br />
メイクディレクトリの略ですね</p>
]]></content:encoded>
			<wfw:commentRss>http://fablog.dyndns.org/archives/2007/12/mkdir.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>chmodパーミッション変更</title>
		<link>http://fablog.dyndns.org/archives/2007/10/chmod.html</link>
		<comments>http://fablog.dyndns.org/archives/2007/10/chmod.html#comments</comments>
		<pubDate>Thu, 11 Oct 2007 01:35:27 +0000</pubDate>
		<dc:creator>こてつ</dc:creator>
				<category><![CDATA[コマンド]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fablog.dyndns.org/?p=161</guid>
		<description><![CDATA[# chmod 755 [ファイル名等]　　←[ファイル等]パーミッション変更

これも結構忘れるコマンド。。似たようなのがあった気がするから。。
root権限でしかパーミッションを変更できない場合、FTPなんかではパー [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="no2"><p># chmod 755 [ファイル名等]　　<font class="kome">←[ファイル等]パーミッション変更</font></p></blockquote>
<p><span id="more-161"></span><br />
これも結構忘れるコマンド。。似たようなのがあった気がするから。。<br />
root権限でしかパーミッションを変更できない場合、FTPなんかではパーミッション変更出来ないので。。</p>
]]></content:encoded>
			<wfw:commentRss>http://fablog.dyndns.org/archives/2007/10/chmod.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>よく忘れるコマンド覚え書きしとこ</title>
		<link>http://fablog.dyndns.org/archives/2007/10/command.html</link>
		<comments>http://fablog.dyndns.org/archives/2007/10/command.html#comments</comments>
		<pubDate>Mon, 08 Oct 2007 04:30:35 +0000</pubDate>
		<dc:creator>こてつ</dc:creator>
				<category><![CDATA[コマンド]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fablog.dyndns.org/?p=160</guid>
		<description><![CDATA[[hoge@localhost ~]$
（hoge　は任意）とか
[root@localhost ~]#
ユーザー判別「@」の前や「$（ドルマーク）」「#（シャープマーク）」で。。

[hoge@localhost ho [...]]]></description>
			<content:encoded><![CDATA[<blockquote class="no2"><p>[hoge@localhost ~]$</p></blockquote>
<p>（hoge　は任意）とか</p>
<blockquote class="no2"><p>[root@localhost ~]#</p></blockquote>
<p>ユーザー判別「@」の前や「$（ドルマーク）」「#（シャープマーク）」で。。</p>
<p><span id="more-160"></span></p>
<blockquote class="no2"><p>[hoge@localhost home]$ su -　　　　<font class="kome">←ユーザー「hoge」でログイン後　suコマンドを実行</font><br />Password:　　　　　　　　　　　　　　　　　　　<font class="kome">←パスワードを入力</font><br />[root@localhost home]#　　　　　　　　<font class="kome">←スーパーユーザーに変わった</font></p></blockquote>
<p>終わる場合は　「exit」　とか。。<br />
<a href="http://fablog.dyndns.org/fedora/2006/10/linux.html">Linuxの初歩</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fablog.dyndns.org/archives/2007/10/command.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOSをテスト</title>
		<link>http://fablog.dyndns.org/archives/2006/10/centos_test.html</link>
		<comments>http://fablog.dyndns.org/archives/2006/10/centos_test.html#comments</comments>
		<pubDate>Wed, 18 Oct 2006 13:29:06 +0000</pubDate>
		<dc:creator>こてつ</dc:creator>
				<category><![CDATA[etc]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://fablog.dyndns.org/?p=159</guid>
		<description><![CDATA[堅実感や安心感？を求めて？？CentOSをテストしてみます

名前的にも。。少し地味ですね。。
CentOS という呼び名は「コミュニティベースで開発された、エンタープライズクラスのオペレーティングシステム」（Commu [...]]]></description>
			<content:encoded><![CDATA[<p>堅実感や安心感？を求めて？？CentOSをテストしてみます</p>
<p><span id="more-159"></span><br />
名前的にも。。少し地味ですね。。</p>
<blockquote><p>CentOS という呼び名は「コミュニティベースで開発された、エンタープライズクラスのオペレーティングシステム」（<strong>C</strong>ommunity <strong>ENT</strong>erprise <strong>O</strong>perating <strong>S</strong>ystem）に由来する。</p></blockquote>
<p><a href="http://ja.wikipedia.org/wiki/CentOS">CentOS &#8211; Wikipedia</a><br />
らしいです。</p>
]]></content:encoded>
			<wfw:commentRss>http://fablog.dyndns.org/archives/2006/10/centos_test.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testエントリー</title>
		<link>http://fablog.dyndns.org/archives/2006/10/test.html</link>
		<comments>http://fablog.dyndns.org/archives/2006/10/test.html#comments</comments>
		<pubDate>Fri, 06 Oct 2006 15:13:57 +0000</pubDate>
		<dc:creator>こてつ</dc:creator>
				<category><![CDATA[etc]]></category>

		<guid isPermaLink="false">http://fablog.dyndns.org/?p=167</guid>
		<description><![CDATA[やっぱり最初はTESTエントリーを行ってみます。
どんな感じでしょう？。。とりあえずテンプレ手を入れないとね♪

引用のテスト
引用のテスト2[hoge@localhost ~]$ [root@localhost ~]# [...]]]></description>
			<content:encoded><![CDATA[<p>やっぱり最初はTESTエントリーを行ってみます。<br />
どんな感じでしょう？。。とりあえずテンプレ手を入れないとね♪</p>
<p><span id="more-167"></span></p>
<blockquote><p>引用のテスト</p></blockquote>
<blockquote class="no2"><p>引用のテスト2<br />[hoge@localhost ~]$ <br />[root@localhost ~]# </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://fablog.dyndns.org/archives/2006/10/test.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
