<?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>When the rain falls silver &#187; 更新</title>
	<atom:link href="http://www.fortunerinn.org/blog/tag/%e6%9b%b4%e6%96%b0/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fortunerinn.org/blog</link>
	<description></description>
	<lastBuildDate>Sun, 01 Aug 2010 02:16:25 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.fortunerinn.org/blog/tag/%e6%9b%b4%e6%96%b0/feed/" />
		<item>
		<title>FreeBSD 8.1-RELEASE</title>
		<link>http://www.fortunerinn.org/blog/2010/07/freebsd-8-1-release/</link>
		<comments>http://www.fortunerinn.org/blog/2010/07/freebsd-8-1-release/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 02:15:53 +0000</pubDate>
		<dc:creator>silver</dc:creator>
				<category><![CDATA[記事]]></category>
		<category><![CDATA[BSD]]></category>
		<category><![CDATA[更新]]></category>

		<guid isPermaLink="false">http://www.fortunerinn.org/blog/?p=3478</guid>
		<description><![CDATA[アップデートが出ていたので、FreeBSD 8.1-RELEASE Announcementを見つつ作業。 Jailのアップデートがいまだによくわからない。ezjailのupgradeだけでいいのか、それとも別途freebsd-updateをパス指定で打ったほうがいいのか、portsはどうすればいいのか。方法が複数あるだけに、どれがどこまで有効か把握するのが面倒だ。]]></description>
			<content:encoded><![CDATA[				<p>アップデートが出ていたので、<a href="http://www.freebsd.org/releases/8.1R/announce.html">FreeBSD 8.1-RELEASE Announcement</a>を見つつ作業。</p>
				<p>Jailのアップデートがいまだによくわからない。ezjailのupgradeだけでいいのか、それとも別途freebsd-updateをパス指定で打ったほうがいいのか、portsはどうすればいいのか。方法が複数あるだけに、どれがどこまで有効か把握するのが面倒だ。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fortunerinn.org/blog/2010/07/freebsd-8-1-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.fortunerinn.org/blog/2010/07/freebsd-8-1-release/" />
	</item>
		<item>
		<title>VMWare ESXi 4.0 を 4.1 にアップグレード</title>
		<link>http://www.fortunerinn.org/blog/2010/07/vmware-esxi-4-0-%e3%82%92-4-1-%e3%81%ab%e3%82%a2%e3%83%83%e3%83%97%e3%82%b0%e3%83%ac%e3%83%bc%e3%83%89/</link>
		<comments>http://www.fortunerinn.org/blog/2010/07/vmware-esxi-4-0-%e3%82%92-4-1-%e3%81%ab%e3%82%a2%e3%83%83%e3%83%97%e3%82%b0%e3%83%ac%e3%83%bc%e3%83%89/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 11:50:23 +0000</pubDate>
		<dc:creator>silver</dc:creator>
				<category><![CDATA[記事]]></category>
		<category><![CDATA[仮想化]]></category>
		<category><![CDATA[更新]]></category>

		<guid isPermaLink="false">http://www.fortunerinn.org/blog/?p=3441</guid>
		<description><![CDATA[ESXのアップグレードを参照しつつ作業。今回はvihostupdateを利用。 まず、ESXiホストをvSphere Clientでログインしてメンテナンスモードに変更。 vSphere CLI 4.0.0と ESXi 4.1 (upgrade ZIP from ESXi 4.0) 07/13/10 をダウンロード。vSphere CLIをWindowsにインストールしてから、アップグレード通知をESXiホストに送信。 C:\Program Files\VMware\VMware vSphere CLI\bin>vihostupdate.pl --server xxx.xxx.xxx.xxx -i -b "upgrade-from-ESXi4.0-to-4.1.0-0.0.260247-release.zip" -B ESXi410-GA- esxupdate Enter username: root Enter password: Host updated successfully. C:\Program Files\VMware\VMware vSphere CLI\bin>vihostupdate.pl --server xxx.xxx.xxx.xxx -i -b "upgrade-from-ESXi4.0-to-4.1.0-0.0.260247-release.zip" -B ESXi410-GA Enter username: root Enter password: The update completed [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://www.vmware.com/jp/support/vsphere4/doc/vsp_esx41_vc41_rel_notes.html#upgrading">ESXのアップグレード</a>を参照しつつ作業。今回はvihostupdateを利用。</p>
				<p>まず、ESXiホストをvSphere Clientでログインしてメンテナンスモードに変更。</p>
				<p>vSphere CLI 4.0.0と ESXi 4.1 (upgrade ZIP from ESXi 4.0) 07/13/10 をダウンロード。vSphere CLIをWindowsにインストールしてから、アップグレード通知をESXiホストに送信。</p>
				<pre><code>C:\Program Files\VMware\VMware vSphere CLI\bin>vihostupdate.pl --server xxx.xxx.xxx.xxx -i -b "upgrade-from-ESXi4.0-to-4.1.0-0.0.260247-release.zip" -B ESXi410-GA-
esxupdate
Enter username: root
Enter password:
Host updated successfully.

C:\Program Files\VMware\VMware vSphere CLI\bin>vihostupdate.pl --server  xxx.xxx.xxx.xxx -i -b "upgrade-from-ESXi4.0-to-4.1.0-0.0.260247-release.zip" -B ESXi410-GA
Enter username: root
Enter password:
The update completed successfully, but the system needs to be rebooted for the c
hanges to be effective.
</code></pre>
				<p>一応インストールできているかを確認。</p>
				<pre><code>C:\Program Files\VMware\VMware vSphere CLI\bin>vihostupdate.pl --server xxx.xxx.xxx.xxx --query
Enter username: root
Enter password:
---------Bulletin ID--------- -----Installed----- ----------------Summary-------
----------
ESXi410-GA-esxupdate          2010-07-15T11:30:58 ESXi pre-upgrade Bulletin

ESXi410-GA                    2010-07-15T11:35:52 ESXi upgrade Bulletin
</code></pre>
				<p>vSphere Clientからホストの再起動。</p>
				<p>ホストの起動画面でアップグレードを確認。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fortunerinn.org/blog/2010/07/vmware-esxi-4-0-%e3%82%92-4-1-%e3%81%ab%e3%82%a2%e3%83%83%e3%83%97%e3%82%b0%e3%83%ac%e3%83%bc%e3%83%89/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.fortunerinn.org/blog/2010/07/vmware-esxi-4-0-%e3%82%92-4-1-%e3%81%ab%e3%82%a2%e3%83%83%e3%83%97%e3%82%b0%e3%83%ac%e3%83%bc%e3%83%89/" />
	</item>
		<item>
		<title>メモリをまつも失敗</title>
		<link>http://www.fortunerinn.org/blog/2010/06/%e3%83%a1%e3%83%a2%e3%83%aa%e3%82%92%e3%81%be%e3%81%a4%e3%82%82%e5%a4%b1%e6%95%97/</link>
		<comments>http://www.fortunerinn.org/blog/2010/06/%e3%83%a1%e3%83%a2%e3%83%aa%e3%82%92%e3%81%be%e3%81%a4%e3%82%82%e5%a4%b1%e6%95%97/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 23:33:16 +0000</pubDate>
		<dc:creator>silver</dc:creator>
				<category><![CDATA[記事]]></category>
		<category><![CDATA[更新]]></category>

		<guid isPermaLink="false">http://www.fortunerinn.org/blog/?p=3363</guid>
		<description><![CDATA[GT110b付属の1GBメモリではVMWare ESXiが動かないので、メモリが到着するのを待つ。しかし、来ず。 と、いうわけで結局超鬼畜！ゲージMAXサバイバル大会を延々と見で終了。]]></description>
			<content:encoded><![CDATA[				<p>GT110b付属の1GBメモリではVMWare ESXiが動かないので、メモリが到着するのを待つ。しかし、来ず。</p>
				<p>と、いうわけで結局<a href="http://www.nicovideo.jp/mylist/18360200">超鬼畜！ゲージMAXサバイバル大会</a>を延々と見で終了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fortunerinn.org/blog/2010/06/%e3%83%a1%e3%83%a2%e3%83%aa%e3%82%92%e3%81%be%e3%81%a4%e3%82%82%e5%a4%b1%e6%95%97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.fortunerinn.org/blog/2010/06/%e3%83%a1%e3%83%a2%e3%83%aa%e3%82%92%e3%81%be%e3%81%a4%e3%82%82%e5%a4%b1%e6%95%97/" />
	</item>
		<item>
		<title>ニコニコ動画閲覧不能</title>
		<link>http://www.fortunerinn.org/blog/2009/11/%e3%83%8b%e3%82%b3%e3%83%8b%e3%82%b3%e5%8b%95%e7%94%bb%e9%96%b2%e8%a6%a7%e4%b8%8d%e8%83%bd/</link>
		<comments>http://www.fortunerinn.org/blog/2009/11/%e3%83%8b%e3%82%b3%e3%83%8b%e3%82%b3%e5%8b%95%e7%94%bb%e9%96%b2%e8%a6%a7%e4%b8%8d%e8%83%bd/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 02:55:48 +0000</pubDate>
		<dc:creator>silver</dc:creator>
				<category><![CDATA[記事]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[ニコニコ動画]]></category>
		<category><![CDATA[更新]]></category>

		<guid isPermaLink="false">http://www.fortunerinn.org/blog/?p=2654</guid>
		<description><![CDATA[どうやらリソースを res.nimg.jp から読むようにしたのが問題らしい。公式のヘルプ通りにやっても一向に改善せず。 Flashの設定(Adobeのサイトに行かないと変更できない)で、サードパーティにコンテンツを許可しなければならないようだ。 新プレーヤーが空白で見れないを参考に、適時ダイアログで確認してからサードパーティを許可するように変更。見られるようになった。 何もしていない(Messenger利用のみ)のWindows XP on VMWare Fusion版だとあっさり見られるので、もしかしてデフォルト設定に差がある?]]></description>
			<content:encoded><![CDATA[				<p>どうやらリソースを res.nimg.jp から読むようにしたのが問題らしい。公式のヘルプ通りにやっても一向に改善せず。</p>
				<p>Flashの設定(Adobeのサイトに行かないと変更できない)で、サードパーティにコンテンツを許可しなければならないようだ。</p>
				<p><a href="http://bbs.nicovideo.jp/test/read.cgi/bugreport/1240926539/314">新プレーヤーが空白で見れない</a>を参考に、適時ダイアログで確認してからサードパーティを許可するように変更。見られるようになった。</p>
				<p>何もしていない(Messenger利用のみ)のWindows XP on VMWare Fusion版だとあっさり見られるので、もしかしてデフォルト設定に差がある?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fortunerinn.org/blog/2009/11/%e3%83%8b%e3%82%b3%e3%83%8b%e3%82%b3%e5%8b%95%e7%94%bb%e9%96%b2%e8%a6%a7%e4%b8%8d%e8%83%bd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.fortunerinn.org/blog/2009/11/%e3%83%8b%e3%82%b3%e3%83%8b%e3%82%b3%e5%8b%95%e7%94%bb%e9%96%b2%e8%a6%a7%e4%b8%8d%e8%83%bd/" />
	</item>
		<item>
		<title>週間トロステーション</title>
		<link>http://www.fortunerinn.org/blog/2009/11/%e9%80%b1%e9%96%93%e3%83%88%e3%83%ad%e3%82%b9%e3%83%86%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3/</link>
		<comments>http://www.fortunerinn.org/blog/2009/11/%e9%80%b1%e9%96%93%e3%83%88%e3%83%ad%e3%82%b9%e3%83%86%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 14:58:36 +0000</pubDate>
		<dc:creator>silver</dc:creator>
				<category><![CDATA[記事]]></category>
		<category><![CDATA[ゲーム]]></category>
		<category><![CDATA[更新]]></category>

		<guid isPermaLink="false">http://www.fortunerinn.org/blog/?p=2644</guid>
		<description><![CDATA[今日から日刊ではなく週間トロステが開始。ソフトウェアをPSNからダウンロードして、いざ引っ越し。 うーむ。トロが遊んでいる画面からメニューに移るのに音が遅い。時計マークの後に来るので反応したかどうかがわかりにくい。UIが自然な月面基地のうさぎさんにしては珍しいUIミスた。 場所はやっぱそこなのか(笑) プラチニャP会員になるつもりはない(どの道PSPでは利益が薄い)のでそのまま我慢してもらおう。初回はまあこんなものでしょう。明後日のクロ回からが本番かな。]]></description>
			<content:encoded><![CDATA[				<p>今日から日刊ではなく週間トロステが開始。ソフトウェアをPSNからダウンロードして、いざ引っ越し。</p>
				<p>うーむ。トロが遊んでいる画面からメニューに移るのに音が遅い。時計マークの後に来るので反応したかどうかがわかりにくい。UIが自然な月面基地のうさぎさんにしては珍しいUIミスた。</p>
				<p>場所はやっぱそこなのか(笑) プラチニャP会員になるつもりはない(どの道PSPでは利益が薄い)のでそのまま我慢してもらおう。初回はまあこんなものでしょう。明後日のクロ回からが本番かな。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fortunerinn.org/blog/2009/11/%e9%80%b1%e9%96%93%e3%83%88%e3%83%ad%e3%82%b9%e3%83%86%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.fortunerinn.org/blog/2009/11/%e9%80%b1%e9%96%93%e3%83%88%e3%83%ad%e3%82%b9%e3%83%86%e3%83%bc%e3%82%b7%e3%83%a7%e3%83%b3/" />
	</item>
		<item>
		<title>WordPress Twitter Widgetを導入してみる</title>
		<link>http://www.fortunerinn.org/blog/2009/11/wordpress-twitter-widget%e3%82%92%e5%b0%8e%e5%85%a5%e3%81%97%e3%81%a6%e3%81%bf%e3%82%8b/</link>
		<comments>http://www.fortunerinn.org/blog/2009/11/wordpress-twitter-widget%e3%82%92%e5%b0%8e%e5%85%a5%e3%81%97%e3%81%a6%e3%81%bf%e3%82%8b/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 14:54:52 +0000</pubDate>
		<dc:creator>silver</dc:creator>
				<category><![CDATA[記事]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[更新]]></category>

		<guid isPermaLink="false">http://www.fortunerinn.org/blog/?p=2640</guid>
		<description><![CDATA[Velvet Unravelled » Twitter WordPress Sidebar Widget さくっとサイドバーに導入。]]></description>
			<content:encoded><![CDATA[				<p><a href="http://www.velvet.id.au/twitter-wordpress-sidebar-widget/">Velvet Unravelled » Twitter WordPress Sidebar Widget</a></p>
				<p>さくっとサイドバーに導入。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fortunerinn.org/blog/2009/11/wordpress-twitter-widget%e3%82%92%e5%b0%8e%e5%85%a5%e3%81%97%e3%81%a6%e3%81%bf%e3%82%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.fortunerinn.org/blog/2009/11/wordpress-twitter-widget%e3%82%92%e5%b0%8e%e5%85%a5%e3%81%97%e3%81%a6%e3%81%bf%e3%82%8b/" />
	</item>
		<item>
		<title>RD-XS72Dバージョンアップ</title>
		<link>http://www.fortunerinn.org/blog/2009/11/rd-xs72d%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3%e3%82%a2%e3%83%83%e3%83%97/</link>
		<comments>http://www.fortunerinn.org/blog/2009/11/rd-xs72d%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3%e3%82%a2%e3%83%83%e3%83%97/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 14:23:18 +0000</pubDate>
		<dc:creator>silver</dc:creator>
				<category><![CDATA[記事]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[ハードウェア]]></category>
		<category><![CDATA[更新]]></category>

		<guid isPermaLink="false">http://www.fortunerinn.org/blog/?p=2634</guid>
		<description><![CDATA[5. 各放送波の信号が混合されているときやマンションなどの共同受信であるとき等での、地上デジタル放送の受信性能を改善しました。 な、なんだってー。これでもしかしてうちでも地デジ受信できますか? …無駄でした。移るチャンネルでもブロックノイズが混じり音声がぶつ切れ。]]></description>
			<content:encoded><![CDATA[				<blockquote cite="http://www3.toshiba.co.jp/hdd-dvd/support/RD-XD92DRD-XD72D.html" title="お客様サポート ／ FAQ - RD-XD92D ／ RD-XD72D | 東芝 : HDD DVD">
				<p>5. 各放送波の信号が混合されているときやマンションなどの共同受信であるとき等での、地上デジタル放送の受信性能を改善しました。</p>
				</blockquote>
				<p>な、なんだってー。これでもしかしてうちでも地デジ受信できますか?</p>
				<p>…無駄でした。移るチャンネルでもブロックノイズが混じり音声がぶつ切れ。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fortunerinn.org/blog/2009/11/rd-xs72d%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3%e3%82%a2%e3%83%83%e3%83%97/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.fortunerinn.org/blog/2009/11/rd-xs72d%e3%83%90%e3%83%bc%e3%82%b8%e3%83%a7%e3%83%b3%e3%82%a2%e3%83%83%e3%83%97/" />
	</item>
		<item>
		<title>FF8再ダウンロードのお知らせ</title>
		<link>http://www.fortunerinn.org/blog/2009/11/ff8%e5%86%8d%e3%83%80%e3%82%a6%e3%83%b3%e3%83%ad%e3%83%bc%e3%83%89%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b/</link>
		<comments>http://www.fortunerinn.org/blog/2009/11/ff8%e5%86%8d%e3%83%80%e3%82%a6%e3%83%b3%e3%83%ad%e3%83%bc%e3%83%89%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 03:25:41 +0000</pubDate>
		<dc:creator>silver</dc:creator>
				<category><![CDATA[記事]]></category>
		<category><![CDATA[ゲーム]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[更新]]></category>

		<guid isPermaLink="false">http://www.fortunerinn.org/blog/?p=2623</guid>
		<description><![CDATA[何やらメールがきていた。 ゲームアーカイブス『FINAL FANTASY VIII』再ダウンロードのお願い 本メールは、“PlayStation Store”ゲームアーカイブスにて、『FINAL FANTASY VIII』をご購入いただいた方にお送りしております。 ご購入いただきました『FINAL FANTASY VIII』（(株)スクウェア・エニックス）において、一部にディスク版との動作差異があることが判明しました。 既に内容を訂正し、“PlayStation Store”で再配信をしております。 お客様には大変お手数をお掛けいたしますが、下記の手順にて再ダウンロードしていただきますようお願いいたします。 FFVIIIって確か公開当時最大の容量で、1.8GBあるんですケド…。 おまけにファイル容量が大きいものだから、一端今のを消さないとダウンロードできない。プレイ時にセーブデータのために仮想メモリカードが作成されるそうだが、ゲーム本体を削除した時に残るのか、それとも一緒に消えるのかどこにも言及が無い。 仕方がないので俺の屍を越えてゆけで試してみる。無事残っているようだ。安心してFFVIIIを消してダウンロードをセットして、本日終了。]]></description>
			<content:encoded><![CDATA[				<p>何やらメールがきていた。</p>
				<blockquote title="ゲームアーカイブス『FINAL  FANTASY VIII』再ダウンロードのお願い" site="PSN"><p>
				ゲームアーカイブス『FINAL FANTASY VIII』再ダウンロードのお願い</p>
				<p>本メールは、“PlayStation Store”ゲームアーカイブスにて、『FINAL FANTASY VIII』をご購入いただいた方にお送りしております。</p>
				<p>ご購入いただきました『FINAL FANTASY VIII』（(株)スクウェア・エニックス）において、一部にディスク版との動作差異があることが判明しました。</p>
				<p>既に内容を訂正し、“PlayStation Store”で再配信をしております。</p>
				<p>お客様には大変お手数をお掛けいたしますが、下記の手順にて再ダウンロードしていただきますようお願いいたします。</p>
				</blockquote>
				<p>FFVIIIって確か公開当時最大の容量で、1.8GBあるんですケド…。</p>
				<p>おまけにファイル容量が大きいものだから、一端今のを消さないとダウンロードできない。プレイ時にセーブデータのために仮想メモリカードが作成されるそうだが、ゲーム本体を削除した時に残るのか、それとも一緒に消えるのかどこにも言及が無い。</p>
				<p>仕方がないので俺の屍を越えてゆけで試してみる。無事残っているようだ。安心してFFVIIIを消してダウンロードをセットして、本日終了。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fortunerinn.org/blog/2009/11/ff8%e5%86%8d%e3%83%80%e3%82%a6%e3%83%b3%e3%83%ad%e3%83%bc%e3%83%89%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.fortunerinn.org/blog/2009/11/ff8%e5%86%8d%e3%83%80%e3%82%a6%e3%83%b3%e3%83%ad%e3%83%bc%e3%83%89%e3%81%ae%e3%81%8a%e7%9f%a5%e3%82%89%e3%81%9b/" />
	</item>
		<item>
		<title>WP-PageNavi を導入</title>
		<link>http://www.fortunerinn.org/blog/2009/10/wp-pagenavi-%e3%82%92%e5%b0%8e%e5%85%a5/</link>
		<comments>http://www.fortunerinn.org/blog/2009/10/wp-pagenavi-%e3%82%92%e5%b0%8e%e5%85%a5/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 15:12:47 +0000</pubDate>
		<dc:creator>silver</dc:creator>
				<category><![CDATA[記事]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[更新]]></category>

		<guid isPermaLink="false">http://www.fortunerinn.org/blog/?p=2596</guid>
		<description><![CDATA[WP-PageNavi 2.50 Readme これで、下のリンクが次と前だけではなく、ページでとべるようになった。 とりあえず、テーマの footer.php につっこんでおく。見た目が悪いのは後で調整しよう。]]></description>
			<content:encoded><![CDATA[				<p><a href="http://lesterchan.net/wordpress/readme/wp-pagenavi.html">WP-PageNavi 2.50 Readme</a></p>
				<p>これで、下のリンクが次と前だけではなく、ページでとべるようになった。</p>
				<p>とりあえず、テーマの footer.php につっこんでおく。見た目が悪いのは後で調整しよう。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fortunerinn.org/blog/2009/10/wp-pagenavi-%e3%82%92%e5%b0%8e%e5%85%a5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.fortunerinn.org/blog/2009/10/wp-pagenavi-%e3%82%92%e5%b0%8e%e5%85%a5/" />
	</item>
		<item>
		<title>共用サーバで拡張メールアドレスが無効になっていた</title>
		<link>http://www.fortunerinn.org/blog/2009/10/%e5%85%b1%e7%94%a8%e3%82%b5%e3%83%bc%e3%83%90%e3%81%a7%e6%8b%a1%e5%bc%b5%e3%83%a1%e3%83%bc%e3%83%ab%e3%82%a2%e3%83%89%e3%83%ac%e3%82%b9%e3%81%8c%e7%84%a1%e5%8a%b9%e3%81%ab%e3%81%aa%e3%81%a3%e3%81%a6/</link>
		<comments>http://www.fortunerinn.org/blog/2009/10/%e5%85%b1%e7%94%a8%e3%82%b5%e3%83%bc%e3%83%90%e3%81%a7%e6%8b%a1%e5%bc%b5%e3%83%a1%e3%83%bc%e3%83%ab%e3%82%a2%e3%83%89%e3%83%ac%e3%82%b9%e3%81%8c%e7%84%a1%e5%8a%b9%e3%81%ab%e3%81%aa%e3%81%a3%e3%81%a6/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 04:04:54 +0000</pubDate>
		<dc:creator>silver</dc:creator>
				<category><![CDATA[記事]]></category>
		<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[更新]]></category>

		<guid isPermaLink="false">http://www.fortunerinn.org/blog/?p=2590</guid>
		<description><![CDATA[メールの一部は共用サーバ経由で受けとっているのだが、その共用サーバで、recipient_delimiter の &#8220;+&#8221; が無効になっており、8月あたりからメールが軒並 reject になり届いていなかったらしい。参った。 確認した所、致命的になりそうだったのは佐川急便位だったからまだ良かったものの。心臓に悪い。 root はもらっているので、さっさとなおして reload しておく。これで一安心。]]></description>
			<content:encoded><![CDATA[				<p>メールの一部は共用サーバ経由で受けとっているのだが、その共用サーバで、recipient_delimiter の &#8220;+&#8221; が無効になっており、8月あたりからメールが軒並 reject になり届いていなかったらしい。参った。</p>
				<p>確認した所、致命的になりそうだったのは佐川急便位だったからまだ良かったものの。心臓に悪い。</p>
				<p>root はもらっているので、さっさとなおして reload しておく。これで一安心。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fortunerinn.org/blog/2009/10/%e5%85%b1%e7%94%a8%e3%82%b5%e3%83%bc%e3%83%90%e3%81%a7%e6%8b%a1%e5%bc%b5%e3%83%a1%e3%83%bc%e3%83%ab%e3%82%a2%e3%83%89%e3%83%ac%e3%82%b9%e3%81%8c%e7%84%a1%e5%8a%b9%e3%81%ab%e3%81%aa%e3%81%a3%e3%81%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.fortunerinn.org/blog/2009/10/%e5%85%b1%e7%94%a8%e3%82%b5%e3%83%bc%e3%83%90%e3%81%a7%e6%8b%a1%e5%bc%b5%e3%83%a1%e3%83%bc%e3%83%ab%e3%82%a2%e3%83%89%e3%83%ac%e3%82%b9%e3%81%8c%e7%84%a1%e5%8a%b9%e3%81%ab%e3%81%aa%e3%81%a3%e3%81%a6/" />
	</item>
	</channel>
</rss>
