<?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>OpenGroove</title>
	<atom:link href="http://open-groove.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-groove.net</link>
	<description>Linux,MySQL,Apache. . . and more!</description>
	<lastBuildDate>Wed, 01 Sep 2010 13:19:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ssh&amp;sudoでエラーになったら</title>
		<link>http://open-groove.net/linux/sudo-requiretty/</link>
		<comments>http://open-groove.net/linux/sudo-requiretty/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 13:00:53 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9664</guid>
		<description><![CDATA[sshでリモートホストにアクセスしてsudoする処理があるスクリプトをcronにしかけると、sudo: sorry,you must have a tty to run sudo.とエラーになってしまう。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/sudo-requiretty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfixのメール転送設定</title>
		<link>http://open-groove.net/postfix/mail-forward/</link>
		<comments>http://open-groove.net/postfix/mail-forward/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 01:30:03 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9657</guid>
		<description><![CDATA[メール転送機能であるaliasesは、MTA共通の/etc/aliasesとPostfix用の/etc/postfix/aliasesがある。Postfixを利用している場合でも/etc/aliasesで問題ないようだが、一応きちんとやるとどうなるかメモしておく。]]></description>
		<wfw:commentRss>http://open-groove.net/postfix/mail-forward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LinuxでIPv6を無効化する（意外と苦戦）</title>
		<link>http://open-groove.net/linux/disable-ipv6/</link>
		<comments>http://open-groove.net/linux/disable-ipv6/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 10:00:15 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9629</guid>
		<description><![CDATA[Linuxカーネル2.6は、デフォルトでIPv6が有効となっている。無効にするための設定は多くネットで公開されているが、ディストリやそのバージョンにより異なってくるようだ。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/disable-ipv6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>duでディレクトリ・ファイル容量を調べる</title>
		<link>http://open-groove.net/linux-command/du/</link>
		<comments>http://open-groove.net/linux-command/du/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 10:30:06 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linuxコマンド]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9613</guid>
		<description><![CDATA[duはLinuxの基本的なコマンドではあるが意外と使いこなせていなかったりするので、改めてメモしておく。その前に、dfとduの使い分け。dfはディスクの容量を確認、duはディレクトリやファイル容量を確認する時に利用する。]]></description>
		<wfw:commentRss>http://open-groove.net/linux-command/du/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XenのドメインUでNTPを使用する</title>
		<link>http://open-groove.net/xen/domainu-ntp/</link>
		<comments>http://open-groove.net/xen/domainu-ntp/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 02:30:16 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Xen]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9607</guid>
		<description><![CDATA[ドメインUで独立してNTPを使用できるようにする。ドメインUの起動中に反映するにはカーネルパラメータのxen.independent_wallclockの値を1にする。普通は恒久的に反映させたいだろうから、/etc/sysctl.confに上記設定を記述しておく。]]></description>
		<wfw:commentRss>http://open-groove.net/xen/domainu-ntp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sshdを再起動する時は</title>
		<link>http://open-groove.net/linux/sshd-restart/</link>
		<comments>http://open-groove.net/linux/sshd-restart/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 11:30:05 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9595</guid>
		<description><![CDATA[/etc/ssh/sshd_configを編集したら、sshdを再起動する。この時に注意しないと、万が一の場合ログアウト後にsshログインが出来なくなってしまう。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/sshd-restart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>showmount時のエラー &#8220;RPC:Program not registered&#8221;</title>
		<link>http://open-groove.net/linux/showmount-error/</link>
		<comments>http://open-groove.net/linux/showmount-error/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 01:30:15 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9590</guid>
		<description><![CDATA[showmount -e nfshostnameコマンドで、NFSサーバがエクスポートしているディレクトリ一覧を取得できる。もしこの時に"RPC:Program not registered."エラーになったら。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/showmount-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>conf.d配下のファイル名は気をつけよう</title>
		<link>http://open-groove.net/apache/conf-d-filename/</link>
		<comments>http://open-groove.net/apache/conf-d-filename/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 01:00:19 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9586</guid>
		<description><![CDATA[/usr/local/apache2/conf.d/配下のファイルを編集する際は注意が必要だ。httpd.confにデフォルトで"Include conf.d/*.conf"という記述があるため、conf.d配下にあるxxxxx.confというファイルはすべて読み込まれる。]]></description>
		<wfw:commentRss>http://open-groove.net/apache/conf-d-filename/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>64bit版のライブラリには注意しよう</title>
		<link>http://open-groove.net/apache/lib-64bit/</link>
		<comments>http://open-groove.net/apache/lib-64bit/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 03:30:44 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9580</guid>
		<description><![CDATA[Apacheの文法テストで以下のようなエラーになってはまった。Cannot load /usr/lib/libxml2.so into server: /usr/lib/libxml2.so : wrong ELF class : ELFCLASS32]]></description>
		<wfw:commentRss>http://open-groove.net/apache/lib-64bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>httpd -tとconfigtestの違い</title>
		<link>http://open-groove.net/apache/httpd-t-configtest/</link>
		<comments>http://open-groove.net/apache/httpd-t-configtest/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 01:00:52 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9571</guid>
		<description><![CDATA[Apache文法テスト用のコマンド、"httpd -t"と"apachectl configtest"。実は今まで全く同じものだと思っていたのだが、微妙に違うらしい、と発見した。結論から言うと、環境変数を読み込むか読み込まないかの違いということになる。]]></description>
		<wfw:commentRss>http://open-groove.net/apache/httpd-t-configtest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
