<?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>Tips＆Tricks</title>
	<atom:link href="http://yabumaru.jp/feed" rel="self" type="application/rss+xml" />
	<link>http://yabumaru.jp</link>
	<description>小善は大悪に似たり、大善は非情に似たり</description>
	<lastBuildDate>Fri, 18 Jun 2010 05:32:56 +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>du：ディスク使用量を調べるコマンド</title>
		<link>http://yabumaru.jp/archives/141</link>
		<comments>http://yabumaru.jp/archives/141#comments</comments>
		<pubDate>Fri, 18 Jun 2010 05:32:23 +0000</pubDate>
		<dc:creator>yabumaru</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://yabumaru.jp/?p=141</guid>
		<description><![CDATA[/home/　以下、各アカウントのディスク容量を調べたい
$ du -h /home --max-depth=1




オプション
説明


-a, &#8211;all
ディレクトリだけでなく、全てのフィアルについて [...]]]></description>
		<wfw:commentRss>http://yabumaru.jp/archives/141/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>qmail　と　tcpserver </title>
		<link>http://yabumaru.jp/archives/135</link>
		<comments>http://yabumaru.jp/archives/135#comments</comments>
		<pubDate>Thu, 17 Jun 2010 11:13:29 +0000</pubDate>
		<dc:creator>yabumaru</dc:creator>
				<category><![CDATA[技術]]></category>

		<guid isPermaLink="false">http://yabumaru.jp/?p=135</guid>
		<description><![CDATA[割と長時間はまってしまったので
外部からのメールを受け付けようと qmail の設定を少し変更して
再起動したところ全く受け付けず、、、更に telnet で確認すると localhost にすらつながらない状態。
/v [...]]]></description>
		<wfw:commentRss>http://yabumaru.jp/archives/135/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>svscan の覚書</title>
		<link>http://yabumaru.jp/archives/131</link>
		<comments>http://yabumaru.jp/archives/131#comments</comments>
		<pubDate>Thu, 17 Jun 2010 04:04:35 +0000</pubDate>
		<dc:creator>yabumaru</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://yabumaru.jp/?p=131</guid>
		<description><![CDATA[svscan で起動したサービスの操作方法について




-u
サービスを開始します。既に稼動中の場合は再起動します。


-d
サービスを停止します。TERM -&#62; CONT


-o
サービスを開始します。既 [...]]]></description>
		<wfw:commentRss>http://yabumaru.jp/archives/131/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>redMineのアップグレード</title>
		<link>http://yabumaru.jp/archives/126</link>
		<comments>http://yabumaru.jp/archives/126#comments</comments>
		<pubDate>Sun, 31 Jan 2010 08:40:12 +0000</pubDate>
		<dc:creator>yabumaru</dc:creator>
				<category><![CDATA[技術]]></category>

		<guid isPermaLink="false">http://yabumaru.jp/?p=126</guid>
		<description><![CDATA[Redmineをインストールしたディレクトリで
$ svn update
データベースのマイグレーション
$ rake db:migrate RAILS_ENV=&#34;production&#34;
以下のメッセ [...]]]></description>
		<wfw:commentRss>http://yabumaru.jp/archives/126/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sed コマンド（文字列置換）</title>
		<link>http://yabumaru.jp/archives/116</link>
		<comments>http://yabumaru.jp/archives/116#comments</comments>
		<pubDate>Fri, 29 Jan 2010 01:10:10 +0000</pubDate>
		<dc:creator>yabumaru</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[技術]]></category>

		<guid isPermaLink="false">http://yabumaru.jp/?p=116</guid>
		<description><![CDATA[今更なんですけど、便利だなぁーと再認識したので
$ find . -name '*.html' &#124; xargs grep -l 'hogehoge' &#124; xargs sed -i.bak 's/hogehoge/fuga [...]]]></description>
		<wfw:commentRss>http://yabumaru.jp/archives/116/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP:setcookie</title>
		<link>http://yabumaru.jp/archives/119</link>
		<comments>http://yabumaru.jp/archives/119#comments</comments>
		<pubDate>Thu, 28 Jan 2010 08:20:11 +0000</pubDate>
		<dc:creator>yabumaru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[技術]]></category>

		<guid isPermaLink="false">http://yabumaru.jp/?p=119</guid>
		<description><![CDATA[cookieを利用するときの注意点
php.ini（もしくは.htaccess）　で以下の設定してれば問題ないと思っていましたが、とんだ勘違いでした。
php_flag session.cookie_secure On
 [...]]]></description>
		<wfw:commentRss>http://yabumaru.jp/archives/119/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>勝ちに不思議の勝ちあり、負けに不思議の負けなし</title>
		<link>http://yabumaru.jp/archives/112</link>
		<comments>http://yabumaru.jp/archives/112#comments</comments>
		<pubDate>Wed, 27 Jan 2010 07:05:07 +0000</pubDate>
		<dc:creator>yabumaru</dc:creator>
				<category><![CDATA[先人の教え]]></category>

		<guid isPermaLink="false">http://yabumaru.jp/?p=112</guid>
		<description><![CDATA[自民党大会での野村監督のスピーチからメモ書き
江戸時代中・後期で肥前国平戸藩の第9代藩主 松浦 清（松浦 静山）が
勝負の原則について残した言葉だそうです。
※心形刀流剣術の達人
勝つ時は、運に左右されて偶然勝ちが転がり [...]]]></description>
		<wfw:commentRss>http://yabumaru.jp/archives/112/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL：AUTO_INCREMENT 属性</title>
		<link>http://yabumaru.jp/archives/103</link>
		<comments>http://yabumaru.jp/archives/103#comments</comments>
		<pubDate>Sat, 23 Jan 2010 09:46:37 +0000</pubDate>
		<dc:creator>yabumaru</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[技術]]></category>

		<guid isPermaLink="false">http://yabumaru.jp/?p=103</guid>
		<description><![CDATA[DB（とりあえずMySQL）でテーブルのIDを生成するのに AUTO_INCREMENT 属性を使用します
この AUTO_INCREMENT について
AUTO_INCREMENT 属性をリセット
ALTER TABL [...]]]></description>
		<wfw:commentRss>http://yabumaru.jp/archives/103/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>考え方が変われば行動が変わる</title>
		<link>http://yabumaru.jp/archives/101</link>
		<comments>http://yabumaru.jp/archives/101#comments</comments>
		<pubDate>Thu, 22 Oct 2009 02:55:44 +0000</pubDate>
		<dc:creator>yabumaru</dc:creator>
				<category><![CDATA[先人の教え]]></category>

		<guid isPermaLink="false">http://yabumaru.jp/?p=101</guid>
		<description><![CDATA[NHKの「野村監督が残したもの」だったかな？
印象に残った言葉だったので覚書しときます。
心が変われば態度が変わる
態度が変われば行動が変わる
行動が変われば習慣が変わる
習慣が変われば人格が変わる
人格が変われば運命が [...]]]></description>
		<wfw:commentRss>http://yabumaru.jp/archives/101/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新大阪センイシティーって爆安</title>
		<link>http://yabumaru.jp/archives/94</link>
		<comments>http://yabumaru.jp/archives/94#comments</comments>
		<pubDate>Sun, 02 Aug 2009 13:03:39 +0000</pubDate>
		<dc:creator>yabumaru</dc:creator>
				<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://yabumaru.jp/?p=94</guid>
		<description><![CDATA[回転寿司でお昼ごはんをすました後
週末、結婚式に出席するためスーツを新調しに行くことに
近くに紳士服の「あ○やま」があるので、とりあえずそこに向かうものの
、、、イメージしてたよりも結構高い。
夏物だし、バーゲンって書い [...]]]></description>
		<wfw:commentRss>http://yabumaru.jp/archives/94/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

