<?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>j-inb.net &#187; サーバ構築Tips</title>
	<atom:link href="http://j-inb.net/?feed=rss2&#038;cat=8" rel="self" type="application/rss+xml" />
	<link>http://j-inb.net</link>
	<description>Jun INABA Official Homepage</description>
	<lastBuildDate>Mon, 23 Aug 2010 23:08:36 +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://j-inb.net/?feed=rss2&amp;cat=8" />
		<item>
		<title>php5-filter</title>
		<link>http://j-inb.net/?p=660</link>
		<comments>http://j-inb.net/?p=660#comments</comments>
		<pubDate>Mon, 23 Aug 2010 23:06:00 +0000</pubDate>
		<dc:creator>Jun INABA</dc:creator>
				<category><![CDATA[サーバ構築Tips]]></category>

		<guid isPermaLink="false">http://j-inb.net/?p=660</guid>
		<description><![CDATA[PHP 5.2から5.3に変わるとき，いくつかのextensionsがCoreにincludeされるようになったため，他のアプリケーションのインストールの際にトラブル発生．
以下で対処．
See: http://foru [...]]]></description>
			<content:encoded><![CDATA[<p>PHP 5.2から5.3に変わるとき，いくつかのextensionsがCoreにincludeされるようになったため，他のアプリケーションのインストールの際にトラブル発生．</p>
<p>以下で対処．</p>
<p>See: <a href="http://forums.freebsd.org/showthread.php?t=13191" target="_blank">http://forums.freebsd.org/showthread.php?t=13191</a></p>
<p>ほか，/usr/local/etc/php/extensions.iniから以下を削除</p>
<p>1 extension=pcre.so<br />
2 extension=spl.so</p>
]]></content:encoded>
			<wfw:commentRss>http://j-inb.net/?feed=rss2&amp;p=660</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://j-inb.net/?p=660" />
	</item>
		<item>
		<title>FreeBSD 7.2 to 8.1</title>
		<link>http://j-inb.net/?p=658</link>
		<comments>http://j-inb.net/?p=658#comments</comments>
		<pubDate>Thu, 12 Aug 2010 02:50:30 +0000</pubDate>
		<dc:creator>Jun INABA</dc:creator>
				<category><![CDATA[サーバ構築Tips]]></category>

		<guid isPermaLink="false">http://j-inb.net/?p=658</guid>
		<description><![CDATA[http://www.freebsd.org/releases/8.1R/announce.html を参考にUpgradeしました． # freebsd-update upgrade -r 8.1-RELEASE # freebsd-update install # shutdown -r now # freebsd-update install # portupgrade -arRy # freebsd-update install # shutdown -r now]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.freebsd.org/releases/8.1R/announce.html" target="_blank">http://www.freebsd.org/releases/8.1R/announce.html</a> を参考にUpgradeしました．<br />
<code><br />
# freebsd-update upgrade -r 8.1-RELEASE<br />
# freebsd-update install<br />
# shutdown -r now<br />
# freebsd-update install<br />
# portupgrade -arRy<br />
# freebsd-update install<br />
# shutdown -r now</code></p>
]]></content:encoded>
			<wfw:commentRss>http://j-inb.net/?feed=rss2&amp;p=658</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://j-inb.net/?p=658" />
	</item>
		<item>
		<title>Webサーバのドメイン名を変更する</title>
		<link>http://j-inb.net/?p=656</link>
		<comments>http://j-inb.net/?p=656#comments</comments>
		<pubDate>Thu, 05 Aug 2010 08:17:51 +0000</pubDate>
		<dc:creator>Jun INABA</dc:creator>
				<category><![CDATA[サーバ構築Tips]]></category>

		<guid isPermaLink="false">http://j-inb.net/?p=656</guid>
		<description><![CDATA[301エラーを返すと，検索エンジン側も対処してくれる模様．
結局，NameVirtualHostを設定し，RedirectMatch permanent /(.*) http://新ドメイン/$1で終了．
]]></description>
			<content:encoded><![CDATA[<p>301エラーを返すと，検索エンジン側も対処してくれる模様．</p>
<p>結局，NameVirtualHostを設定し，<code>RedirectMatch permanent /(.*) http://新ドメイン/$1</code>で終了．</p>
]]></content:encoded>
			<wfw:commentRss>http://j-inb.net/?feed=rss2&amp;p=656</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://j-inb.net/?p=656" />
	</item>
		<item>
		<title>WordPressのドメイン変更</title>
		<link>http://j-inb.net/?p=651</link>
		<comments>http://j-inb.net/?p=651#comments</comments>
		<pubDate>Tue, 03 Aug 2010 08:46:01 +0000</pubDate>
		<dc:creator>Jun INABA</dc:creator>
				<category><![CDATA[サーバ構築Tips]]></category>

		<guid isPermaLink="false">http://j-inb.net/?p=651</guid>
		<description><![CDATA[update wp_posts set post_content=replace(post_content,'古いURL','新しいURL')
update wp_posts set guid=replace(guid, [...]]]></description>
			<content:encoded><![CDATA[<p><code>update wp_posts set post_content=replace(post_content,'古いURL','新しいURL')</code></p>
<p><code>update wp_posts set guid=replace(guid,'古いURL','新しいURL')</code></p>
<p><code>update wp_options set option_value=replace(option_value,'古いURL','新しいURL')</code></p>
<p>を実行．ただし，wp_optionsは一部不具合が発生した（ウィジェットのRSSが消える）ので，手動で変更．</p>
<p>See: <a href="http://ilovechibi.net/200909/267.html" target="_blank">http://ilovechibi.net/200909/267.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://j-inb.net/?feed=rss2&amp;p=651</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://j-inb.net/?p=651" />
	</item>
		<item>
		<title>Microsoft Office IME 2010にバージョンアップ</title>
		<link>http://j-inb.net/?p=648</link>
		<comments>http://j-inb.net/?p=648#comments</comments>
		<pubDate>Sat, 31 Jul 2010 03:10:44 +0000</pubDate>
		<dc:creator>Jun INABA</dc:creator>
				<category><![CDATA[サーバ構築Tips]]></category>

		<guid isPermaLink="false">http://j-inb.net/?p=648</guid>
		<description><![CDATA[Office 2010, Office 2007, Office 2003, Office XPの正規ライセンスがあれば，Windows 7, Windows Vista, Windows XP Service Pack [...]]]></description>
			<content:encoded><![CDATA[<p>Office 2010, Office 2007, Office 2003, Office XPの正規ライセンスがあれば，Windows 7, Windows Vista, Windows XP Service Pack 3, Windows Server 2008, Windows Server 2003上に最新のIMEがインストールできるのでやってみた</p>
<p><a href="http://www.microsoft.com/japan/office/2010/ime/default.mspx" target="_blank">http://www.microsoft.com/japan/office/2010/ime/default.mspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://j-inb.net/?feed=rss2&amp;p=648</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://j-inb.net/?p=648" />
	</item>
		<item>
		<title>Skypeを複数起動</title>
		<link>http://j-inb.net/?p=645</link>
		<comments>http://j-inb.net/?p=645#comments</comments>
		<pubDate>Tue, 13 Jul 2010 12:09:42 +0000</pubDate>
		<dc:creator>Jun INABA</dc:creator>
				<category><![CDATA[サーバ構築Tips]]></category>

		<guid isPermaLink="false">http://j-inb.net/?p=645</guid>
		<description><![CDATA[コマンドラインパラメータとして /secondary を与える
See: http://wp.graphact.com/2009/06/18/skype4-multi-account-login
]]></description>
			<content:encoded><![CDATA[<p>コマンドラインパラメータとして /secondary を与える</p>
<p>See: http://wp.graphact.com/2009/06/18/skype4-multi-account-login</p>
]]></content:encoded>
			<wfw:commentRss>http://j-inb.net/?feed=rss2&amp;p=645</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://j-inb.net/?p=645" />
	</item>
		<item>
		<title>WordPressの検索ウィジェットがValidateされない</title>
		<link>http://j-inb.net/?p=627</link>
		<comments>http://j-inb.net/?p=627#comments</comments>
		<pubDate>Sat, 05 Jun 2010 01:21:14 +0000</pubDate>
		<dc:creator>Jun INABA</dc:creator>
				<category><![CDATA[サーバ構築Tips]]></category>

		<guid isPermaLink="false">http://j-inb.net/?p=627</guid>
		<description><![CDATA[role属性はW3C Validatorを通らないため修正．
対策はこちらから
]]></description>
			<content:encoded><![CDATA[<p>role属性はW3C Validatorを通らないため修正．</p>
<p><a href="http://baseviews.com/wordpress/delete-search-form-role-attribute.html" target="_blank">対策はこちらから</a></p>
]]></content:encoded>
			<wfw:commentRss>http://j-inb.net/?feed=rss2&amp;p=627</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://j-inb.net/?p=627" />
	</item>
		<item>
		<title>MyDefragでデフラグ</title>
		<link>http://j-inb.net/?p=616</link>
		<comments>http://j-inb.net/?p=616#comments</comments>
		<pubDate>Fri, 28 May 2010 09:38:56 +0000</pubDate>
		<dc:creator>Jun INABA</dc:creator>
				<category><![CDATA[サーバ構築Tips]]></category>

		<guid isPermaLink="false">http://j-inb.net/?p=616</guid>
		<description><![CDATA[動作が遅かったのでMyDefragでデフラグを実行した．

MyDefrag（http://www.mydefrag.com/）からダウンロード・インストール．
インストーラのみ日本語対応（v4.3.1現在）．「Mont [...]]]></description>
			<content:encoded><![CDATA[<p>動作が遅かったのでMyDefragでデフラグを実行した．</p>
<p><span id="more-616"></span></p>
<p>MyDefrag（http://www.mydefrag.com/）からダウンロード・インストール．</p>
<p>インストーラのみ日本語対応（v4.3.1現在）．「Monthly」とつくのが一番Heavyなデフラグらしい．</p>
<p>「System Disk Monthly」を実行したところ，確かに起動にかかる時間が短縮されたような気がする．</p>
<p>デフラグで大事なのは「～な気がする」っていう感覚の問題．．</p>
]]></content:encoded>
			<wfw:commentRss>http://j-inb.net/?feed=rss2&amp;p=616</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://j-inb.net/?p=616" />
	</item>
		<item>
		<title>Mailman on FreeBSD</title>
		<link>http://j-inb.net/?p=608</link>
		<comments>http://j-inb.net/?p=608#comments</comments>
		<pubDate>Wed, 19 May 2010 06:31:27 +0000</pubDate>
		<dc:creator>Jun INABA</dc:creator>
				<category><![CDATA[サーバ構築Tips]]></category>

		<guid isPermaLink="false">http://j-inb.net/?p=608</guid>
		<description><![CDATA[
portinstall japanese/mailman

ただし，メールサーバ（Postfix）とＭａｉｌｍａｎのＧＩＤが異なると正しく動作しない．
Command output: Group mismatch er [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li><code>portinstall japanese/mailman</code></li>
</ol>
<p>ただし，メールサーバ（Postfix）とＭａｉｌｍａｎのＧＩＤが異なると正しく動作しない．</p>
<p><code>Command output: Group mismatch error.  Mailman expected the mail wrapper script to be executed as group "mailman", but the system's mail server executed the mail script as group "nobody".  Try tweaking the mail server to run the script as group "mailman", or re-run configure,  providing the command line option `--with-mail-gid=nobody'.</code></p>
<p>そのため，configure時に&#8217;MAIL_GID=nobody&#8217;を指定する必要がある．portinstallを利用するため，/usr/local/etc/pkgtools.confのMAKE_ARGS={}に以下の項目を追加</p>
<p><code>'japanese/mailman' =&gt; 'MAIL_GID=nobody',</code></p>
<p>再インストールは<code>portupgrade -f japanese/mailman</code></p>
]]></content:encoded>
			<wfw:commentRss>http://j-inb.net/?feed=rss2&amp;p=608</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://j-inb.net/?p=608" />
	</item>
		<item>
		<title>Apache独自証明書の発行</title>
		<link>http://j-inb.net/?p=605</link>
		<comments>http://j-inb.net/?p=605#comments</comments>
		<pubDate>Tue, 18 May 2010 15:39:03 +0000</pubDate>
		<dc:creator>Jun INABA</dc:creator>
				<category><![CDATA[サーバ構築Tips]]></category>

		<guid isPermaLink="false">http://j-inb.net/?p=605</guid>
		<description><![CDATA[openssl genrsa -des3 -out server.key 1024 openssl req -new -key server.key -out server.csr CN: サーバのFQDN openssl x509 -req -days 3650 -in server.csr -signkey server.key -out server.crt mv server.key server.key.orig openssl rsa -in server.key.orig -out server.key]]></description>
			<content:encoded><![CDATA[<ol>
<li>openssl genrsa -des3 -out server.key 1024</li>
<li>openssl req -new -key server.key -out server.csr<br />
CN: サーバのFQDN</li>
<li>openssl x509 -req -days 3650 -in server.csr -signkey server.key -out server.crt</li>
<li>mv server.key server.key.orig</li>
<li>openssl rsa -in server.key.orig -out server.key</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://j-inb.net/?feed=rss2&amp;p=605</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://j-inb.net/?p=605" />
	</item>
	</channel>
</rss>
