<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>はるはる。の開発日記</title>
	<atom:link href="http://dev.halhal.info/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.halhal.info</link>
	<description>Linux、CentOS、PHP、Webサービス、ITニュース他、システム開発関係の雑多メモ。</description>
	<lastBuildDate>Wed, 19 Oct 2011 06:20:39 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://dev.halhal.info/feed" />
		<item>
		<title>CentOS5.6をSSDに換装してみた。</title>
		<link>http://dev.halhal.info/archives/181</link>
		<comments>http://dev.halhal.info/archives/181#comments</comments>
		<pubDate>Mon, 25 Apr 2011 02:11:59 +0000</pubDate>
		<dc:creator>はるはる。</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[ベンチマーク]]></category>

		<guid isPermaLink="false">http://dev.halhal.info/?p=181</guid>
		<description><![CDATA[メインの作業マシンのストレージをHDDからSSDに換装したところ爆速になったので、自宅サーバも同様に乾燥してみた。 簡単なベンチマーク結果。 使用した HDD と SSDはこちら。 sda : SSD &#8211; K [...]]]></description>
		<wfw:commentRss>http://dev.halhal.info/archives/181/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://dev.halhal.info/archives/181" />
	</item>
		<item>
		<title>CentOS5.5 lm_sensorsによるファンコントロール</title>
		<link>http://dev.halhal.info/archives/179</link>
		<comments>http://dev.halhal.info/archives/179#comments</comments>
		<pubDate>Wed, 20 Apr 2011 08:50:13 +0000</pubDate>
		<dc:creator>はるはる。</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[fancontrol]]></category>
		<category><![CDATA[lm_sensors]]></category>
		<category><![CDATA[pwmconfig]]></category>
		<category><![CDATA[sensors]]></category>
		<category><![CDATA[sensors-detect]]></category>
		<category><![CDATA[ファンコントロール]]></category>

		<guid isPermaLink="false">http://dev.halhal.info/?p=179</guid>
		<description><![CDATA[毎回細かい設定値とかを忘れてしまうのでメモがてら。 インストール [root@Uranus ~] # yum install -y lm_sensors サービス起動・自動起動設定 [root@Uranus ~] # s [...]]]></description>
		<wfw:commentRss>http://dev.halhal.info/archives/179/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://dev.halhal.info/archives/179" />
	</item>
		<item>
		<title>CentOS 5.5 使用していないHDDを自動停止（スピンダウン）させる</title>
		<link>http://dev.halhal.info/archives/177</link>
		<comments>http://dev.halhal.info/archives/177#comments</comments>
		<pubDate>Sat, 09 Apr 2011 00:08:42 +0000</pubDate>
		<dc:creator>はるはる。</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[スピンダウン]]></category>
		<category><![CDATA[省電力]]></category>
		<category><![CDATA[節電]]></category>
		<category><![CDATA[自動停止]]></category>

		<guid isPermaLink="false">http://dev.halhal.info/?p=177</guid>
		<description><![CDATA[hdparm を使う。 hdparm -S 60 /dev/sda hdparm -S 60 /dev/sdb hdparm -S 60 /dev/sdc 　： これで5分間アクセスが無いHDDは自動停止するようになる。 [...]]]></description>
		<wfw:commentRss>http://dev.halhal.info/archives/177/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://dev.halhal.info/archives/177" />
	</item>
		<item>
		<title>CentOS5.5 に KVM をインストール</title>
		<link>http://dev.halhal.info/archives/171</link>
		<comments>http://dev.halhal.info/archives/171#comments</comments>
		<pubDate>Sun, 06 Mar 2011 12:48:52 +0000</pubDate>
		<dc:creator>はるはる。</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[インストール]]></category>

		<guid isPermaLink="false">http://dev.halhal.info/?p=171</guid>
		<description><![CDATA[KVMをインストールするというよりも、KVMが取り込まれた Linux Kerinel 2.6.20 以降のCentOS（5.4以降）を再インストールした時のメモ。 自宅サーバがそろそろカオス気味なので整理しようと試みる [...]]]></description>
		<wfw:commentRss>http://dev.halhal.info/archives/171/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://dev.halhal.info/archives/171" />
	</item>
		<item>
		<title>Chrome 9登場、画像フォーマットWebP初対応</title>
		<link>http://dev.halhal.info/archives/168</link>
		<comments>http://dev.halhal.info/archives/168#comments</comments>
		<pubDate>Sun, 06 Feb 2011 22:35:48 +0000</pubDate>
		<dc:creator>はるはる。</dc:creator>
				<category><![CDATA[IT・PC]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Instant]]></category>
		<category><![CDATA[WebGL]]></category>
		<category><![CDATA[WebP]]></category>

		<guid isPermaLink="false">http://dev.halhal.info/?p=168</guid>
		<description><![CDATA[Googleは2月3日(米国時間)、Chromeの安定版をChrome 9へアップグレードしたことを発表した。Chrome 9における注目の新機能は次のとおり。 WebGLをサポート。ハードウェアアクセラレーションが実現 [...]]]></description>
		<wfw:commentRss>http://dev.halhal.info/archives/168/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://dev.halhal.info/archives/168" />
	</item>
		<item>
		<title>iPhoneから自宅サーバCentOSにVPN接続する（続き）</title>
		<link>http://dev.halhal.info/archives/165</link>
		<comments>http://dev.halhal.info/archives/165#comments</comments>
		<pubDate>Sat, 29 Jan 2011 06:32:46 +0000</pubDate>
		<dc:creator>はるはる。</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[MPPE]]></category>
		<category><![CDATA[PPTP]]></category>
		<category><![CDATA[pptpd]]></category>
		<category><![CDATA[RT-200NE]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://dev.halhal.info/?p=165</guid>
		<description><![CDATA[前回の投稿 でかなり行き詰まった感じだったが、まだ調べる余地があった。iPhoneだと詳細なログを見ることは出来ないが、Windowsマシンなら可能なはず。 手元にあるネットブック Acer Aspire one を持っ [...]]]></description>
		<wfw:commentRss>http://dev.halhal.info/archives/165/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://dev.halhal.info/archives/165" />
	</item>
		<item>
		<title>iPhoneから自宅サーバCentOSにVPN接続する</title>
		<link>http://dev.halhal.info/archives/158</link>
		<comments>http://dev.halhal.info/archives/158#comments</comments>
		<pubDate>Fri, 28 Jan 2011 09:10:21 +0000</pubDate>
		<dc:creator>はるはる。</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[MPPE]]></category>
		<category><![CDATA[pptpd]]></category>
		<category><![CDATA[RT-200NE]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://dev.halhal.info/?p=158</guid>
		<description><![CDATA[iPhoneを自宅の光電話子機（VoIP端末）として使うアプリ「iSip -supporting IOS4」を購入した。 値段は700円と、そこら辺のアプリと比べるとやや高めだが、普通にNTTのVoIP端末を購入すると1 [...]]]></description>
		<wfw:commentRss>http://dev.halhal.info/archives/158/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://dev.halhal.info/archives/158" />
	</item>
		<item>
		<title>IPv4枯渇まであと22日</title>
		<link>http://dev.halhal.info/archives/157</link>
		<comments>http://dev.halhal.info/archives/157#comments</comments>
		<pubDate>Wed, 19 Jan 2011 07:01:17 +0000</pubDate>
		<dc:creator>はるはる。</dc:creator>
				<category><![CDATA[IT・PC]]></category>
		<category><![CDATA[IANA]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[IPアドレス]]></category>
		<category><![CDATA[RIR]]></category>
		<category><![CDATA[枯渇]]></category>

		<guid isPermaLink="false">http://dev.halhal.info/?p=157</guid>
		<description><![CDATA[この話題が様々なIT系ニュースサイトに登場してから、もうどれくらい経ったのだろう？ 1年？2年？いや、少なくとも「126.0.0.0/8分配事件」は記憶にあるから、少なくとも5年以上か。 そして今、IPv4が実際に枯渇す [...]]]></description>
		<wfw:commentRss>http://dev.halhal.info/archives/157/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://dev.halhal.info/archives/157" />
	</item>
		<item>
		<title>Google、Chromiumバグ発見者に初の最高賞金</title>
		<link>http://dev.halhal.info/archives/155</link>
		<comments>http://dev.halhal.info/archives/155#comments</comments>
		<pubDate>Fri, 14 Jan 2011 04:48:10 +0000</pubDate>
		<dc:creator>はるはる。</dc:creator>
				<category><![CDATA[IT・PC]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://dev.halhal.info/?p=155</guid>
		<description><![CDATA[　米Googleは米国時間2011年1月12日、Webブラウザ「Chrome」とパソコンOS「Chrome OS」の最新アップデートをリリースした。今回のアップデートで解消した脆弱性のうち、1件の深刻なバグは見つけるのが [...]]]></description>
		<wfw:commentRss>http://dev.halhal.info/archives/155/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://dev.halhal.info/archives/155" />
	</item>
		<item>
		<title>プライマリーキーが重複してる場合の差分レコードInsert</title>
		<link>http://dev.halhal.info/archives/153</link>
		<comments>http://dev.halhal.info/archives/153#comments</comments>
		<pubDate>Wed, 08 Dec 2010 06:44:35 +0000</pubDate>
		<dc:creator>はるはる。</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[INSERT]]></category>
		<category><![CDATA[プライマリキー]]></category>
		<category><![CDATA[重複]]></category>

		<guid isPermaLink="false">http://dev.halhal.info/?p=153</guid>
		<description><![CDATA[テスト環境においてMySQLでテストデータを作り追加・削除などのチェックをした後に本番データに投入する際に、プライマリキーが重複して困る場合がある。 INSERT INTO `本番`.`items` SELECT NUL [...]]]></description>
		<wfw:commentRss>http://dev.halhal.info/archives/153/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://dev.halhal.info/archives/153" />
	</item>
	</channel>
</rss>

