<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/ME2.2.3" -->
<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/"
	>

<channel>
	<title>自宅サーバー Fedora</title>
	<link>http://honana.com</link>
	<description>WordPress ME 2.2 - Capriccioso</description>
	<pubDate>Mon, 28 Apr 2008 11:50:11 +0900</pubDate>
	<generator>http://wordpress.org/?v=ME2.2.3</generator>
	<language>ja</language>
			<item>
		<title>ファイルを空にする方法</title>
		<link>http://honana.com/memo/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e7%a9%ba%e3%81%ab%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95.html</link>
		<comments>http://honana.com/memo/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e7%a9%ba%e3%81%ab%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95.html#comments</comments>
		<pubDate>Sun, 27 Apr 2008 23:02:36 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[メモ]]></category>

		<guid isPermaLink="false">http://honana.com/memo/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e7%a9%ba%e3%81%ab%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95.html</guid>
		<description><![CDATA[以下は /root/log.txt というファイルの中身を空にする例。
# :> /root/log.txt
]]></description>
			<content:encoded><![CDATA[<p>以下は /root/log.txt というファイルの中身を空にする例。</p>
<div class="console"># <kbd>:> /root/log.txt</kbd><img class="enter" alt="" src="/images/enter.gif" /></div>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/memo/%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e7%a9%ba%e3%81%ab%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>mysql の大量のデーターを読み込む方法</title>
		<link>http://honana.com/memo/mysql%20%e3%81%ae%e5%a4%a7%e9%87%8f%e3%81%ae%e3%83%87%e3%83%bc%e3%82%bf%e3%83%bc%e3%82%92%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80%e6%96%b9%e6%b3%95.html</link>
		<comments>http://honana.com/memo/mysql%20%e3%81%ae%e5%a4%a7%e9%87%8f%e3%81%ae%e3%83%87%e3%83%bc%e3%82%bf%e3%83%bc%e3%82%92%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80%e6%96%b9%e6%b3%95.html#comments</comments>
		<pubDate>Sun, 27 Apr 2008 00:34:45 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[メモ]]></category>

		<guid isPermaLink="false">http://honana.com/memo/mysql%20%e3%81%ae%e5%a4%a7%e9%87%8f%e3%81%ae%e3%83%87%e3%83%bc%e3%82%bf%e3%83%bc%e3%82%92%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80%e6%96%b9%e6%b3%95.html</guid>
		<description><![CDATA[# /usr/local/mysql/bin/mysql -u root -paaaaaamysql> use testmysql> source /home/mysql/insert.sql
]]></description>
			<content:encoded><![CDATA[<div class="console"># <kbd>/usr/local/mysql/bin/mysql -u root -paaaaaa</kbd><img class="enter" alt="" src="/images/enter.gif" /><br />mysql> <kbd>use test</kbd><img class="enter" alt="" src="/images/enter.gif" /><br />mysql> <kbd>source /home/mysql/insert.sql</kbd><img class="enter" alt="" src="/images/enter.gif" /></div>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/memo/mysql%20%e3%81%ae%e5%a4%a7%e9%87%8f%e3%81%ae%e3%83%87%e3%83%bc%e3%82%bf%e3%83%bc%e3%82%92%e8%aa%ad%e3%81%bf%e8%be%bc%e3%82%80%e6%96%b9%e6%b3%95.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>特定の文字列を含むファイルを検索する方法</title>
		<link>http://honana.com/memo/%e7%89%b9%e5%ae%9a%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e5%90%ab%e3%82%80%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e6%a4%9c%e7%b4%a2%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95.html</link>
		<comments>http://honana.com/memo/%e7%89%b9%e5%ae%9a%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e5%90%ab%e3%82%80%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e6%a4%9c%e7%b4%a2%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95.html#comments</comments>
		<pubDate>Sun, 27 Apr 2008 00:06:35 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[メモ]]></category>

		<guid isPermaLink="false">http://honana.com/memo/%e7%89%b9%e5%ae%9a%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e5%90%ab%e3%82%80%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e6%a4%9c%e7%b4%a2%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95.html</guid>
		<description><![CDATA[/usr/local/httpd/conf ディレクトリ以下のファイルの中で拡張子が .conf で ssl という文字が含まれるファイルを検索する場合。
# find /usr/local/httpd/conf -name "*.conf" &#124; xargs grep ssl
]]></description>
			<content:encoded><![CDATA[<p>/usr/local/httpd/conf ディレクトリ以下のファイルの中で拡張子が .conf で ssl という文字が含まれるファイルを検索する場合。</p>
<div class="console"># <kbd>find /usr/local/httpd/conf -name "*.conf" | xargs grep ssl</kbd><img class="enter" alt="" src="/images/enter.gif" /></div>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/memo/%e7%89%b9%e5%ae%9a%e3%81%ae%e6%96%87%e5%ad%97%e5%88%97%e3%82%92%e5%90%ab%e3%82%80%e3%83%95%e3%82%a1%e3%82%a4%e3%83%ab%e3%82%92%e6%a4%9c%e7%b4%a2%e3%81%99%e3%82%8b%e6%96%b9%e6%b3%95.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Linuxの搭載メモリのサイズを調べる方法</title>
		<link>http://honana.com/memo/linux%e3%81%ae%e6%90%ad%e8%bc%89%e3%83%a1%e3%83%a2%e3%83%aa%e3%81%ae%e3%82%b5%e3%82%a4%e3%82%ba%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b%e6%96%b9%e6%b3%95.html</link>
		<comments>http://honana.com/memo/linux%e3%81%ae%e6%90%ad%e8%bc%89%e3%83%a1%e3%83%a2%e3%83%aa%e3%81%ae%e3%82%b5%e3%82%a4%e3%82%ba%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b%e6%96%b9%e6%b3%95.html#comments</comments>
		<pubDate>Sat, 26 Apr 2008 23:47:29 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[メモ]]></category>

		<guid isPermaLink="false">http://honana.com/memo/linux%e3%81%ae%e6%90%ad%e8%bc%89%e3%83%a1%e3%83%a2%e3%83%aa%e3%81%ae%e3%82%b5%e3%82%a4%e3%82%ba%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b%e6%96%b9%e6%b3%95.html</guid>
		<description><![CDATA[# cat /proc/meminfo
MemTotal: &#160; &#160; &#160; 774100 kBMemFree: &#160; &#160; &#160; &#160; &#160;8384 kBBuffers: &#160; &#160; &#160; &#160; &#160;1116 kBCached: &#160; &#160; &#160; &#160; 329696 kBSwapCached: &#160; &#160; 192036 kBActive: &#160; &#160; &#160; &#160; 593712 kBInactive: &#160; &#160; &#160; 150704 kBHighTotal: &#160; &#160; &#160; &#160; &#160; 0 kBHighFree: &#160; &#160; &#160; &#160; &#160; &#160;0 kBLowTotal: [...]]]></description>
			<content:encoded><![CDATA[<div class="console"># <kbd>cat /proc/meminfo</kbd><img class="enter" alt="" src="/images/enter.gif" /></p>
<div class="response">MemTotal: &nbsp; &nbsp; &nbsp; 774100 kB<br />MemFree: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;8384 kB<br />Buffers: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1116 kB<br />Cached: &nbsp; &nbsp; &nbsp; &nbsp; 329696 kB<br />SwapCached: &nbsp; &nbsp; 192036 kB<br />Active: &nbsp; &nbsp; &nbsp; &nbsp; 593712 kB<br />Inactive: &nbsp; &nbsp; &nbsp; 150704 kB<br />HighTotal: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 kB<br />HighFree: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 kB<br />LowTotal: &nbsp; &nbsp; &nbsp; 774100 kB<br />LowFree: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;8384 kB<br />SwapTotal: &nbsp; &nbsp; 1572856 kB<br />SwapFree: &nbsp; &nbsp; &nbsp;1325728 kB<br />Dirty: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 264 kB<br />Writeback: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0 kB<br />AnonPages: &nbsp; &nbsp; &nbsp;413248 kB<br />Mapped: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8668 kB<br />Slab: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8632 kB<br />SReclaimable: &nbsp; &nbsp; 2624 kB<br />SUnreclaim: &nbsp; &nbsp; &nbsp; 6008 kB<br />PageTables: &nbsp; &nbsp; &nbsp; 2856 kB<br />NFS_Unstable: &nbsp; &nbsp; &nbsp; &nbsp;0 kB<br />Bounce: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0 kB<br />CommitLimit: &nbsp; 1959904 kB<br />Committed_AS: &nbsp; 939116 kB<br />VmallocTotal: &nbsp; 245752 kB<br />VmallocUsed: &nbsp; &nbsp; &nbsp;5640 kB<br />VmallocChunk: &nbsp; 239096 kB<br />HugePages_Total: &nbsp; &nbsp; 0<br />HugePages_Free: &nbsp; &nbsp; &nbsp;0<br />HugePages_Rsvd: &nbsp; &nbsp; &nbsp;0<br />Hugepagesize: &nbsp; &nbsp; 4096 kB</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/memo/linux%e3%81%ae%e6%90%ad%e8%bc%89%e3%83%a1%e3%83%a2%e3%83%aa%e3%81%ae%e3%82%b5%e3%82%a4%e3%82%ba%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b%e6%96%b9%e6%b3%95.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>PEAR HTTP_Request パッケージのインストール</title>
		<link>http://honana.com/memo/pear%20xml-rpc%20%e3%83%91%e3%83%83%e3%82%b1%e3%83%bc%e3%82%b8%e3%81%ae%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab.html</link>
		<comments>http://honana.com/memo/pear%20xml-rpc%20%e3%83%91%e3%83%83%e3%82%b1%e3%83%bc%e3%82%b8%e3%81%ae%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab.html#comments</comments>
		<pubDate>Sat, 26 Apr 2008 23:38:42 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[メモ]]></category>

		<guid isPermaLink="false">http://honana.com/memo/pear%20xml-rpc%20%e3%83%91%e3%83%83%e3%82%b1%e3%83%bc%e3%82%b8%e3%81%ae%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab.html</guid>
		<description><![CDATA[まずは現在インストールされている PEAR パッケージの一覧を表示。
# /usr/local/php/bin/pear list
Installed packages, channel pear.php.net:=========================================Package &#160; &#160; &#160; &#160; &#160; &#160; &#160;Version StateArchive_Tar &#160; &#160; &#160; &#160; &#160;1.3.2 &#160; stableConsole_Getopt &#160; &#160; &#160; 1.2.1 &#160; stableHTML_Template_IT &#160; &#160; 1.1 &#160; &#160; stableNet_UserAgent_Detect 2.0.1 &#160; stablePEAR &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; 1.5.0 &#160; stableStructures_Graph &#160; &#160; 1.0.2 &#160; stable

PEAR HTTP_Request [...]]]></description>
			<content:encoded><![CDATA[<p>まずは現在インストールされている PEAR パッケージの一覧を表示。</p>
<div class="console"># <kbd>/usr/local/php/bin/pear list</kbd><img class="enter" alt="" src="/images/enter.gif" /></p>
<div class="response">Installed packages, channel pear.php.net:<br />=========================================<br />Package &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Version State<br />Archive_Tar &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;1.3.2 &nbsp; stable<br />Console_Getopt &nbsp; &nbsp; &nbsp; 1.2.1 &nbsp; stable<br />HTML_Template_IT &nbsp; &nbsp; 1.1 &nbsp; &nbsp; stable<br />Net_UserAgent_Detect 2.0.1 &nbsp; stable<br />PEAR &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1.5.0 &nbsp; stable<br />Structures_Graph &nbsp; &nbsp; 1.0.2 &nbsp; stable</div>
</div>
<p>PEAR HTTP_Request パッケージをインストール。</p>
<div class="console"># <kbd>/usr/local/php/bin/pear install HTTP_Request</kbd><img class="enter" alt="" src="/images/enter.gif" /></div>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/memo/pear%20xml-rpc%20%e3%83%91%e3%83%83%e3%82%b1%e3%83%bc%e3%82%b8%e3%81%ae%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>サブディレクトリのディスク使用量を調べる方法</title>
		<link>http://honana.com/memo/%e3%82%b5%e3%83%96%e3%83%87%e3%82%a3%e3%83%ac%e3%82%af%e3%83%88%e3%83%aa%e3%81%ae%e3%83%87%e3%82%a3%e3%82%b9%e3%82%af%e4%bd%bf%e7%94%a8%e9%87%8f%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b%e6%96%b9%e6%b3%95.html</link>
		<comments>http://honana.com/memo/%e3%82%b5%e3%83%96%e3%83%87%e3%82%a3%e3%83%ac%e3%82%af%e3%83%88%e3%83%aa%e3%81%ae%e3%83%87%e3%82%a3%e3%82%b9%e3%82%af%e4%bd%bf%e7%94%a8%e9%87%8f%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b%e6%96%b9%e6%b3%95.html#comments</comments>
		<pubDate>Sat, 26 Apr 2008 23:29:55 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[メモ]]></category>

		<guid isPermaLink="false">http://honana.com/memo/%e3%82%b5%e3%83%96%e3%83%87%e3%82%a3%e3%83%ac%e3%82%af%e3%83%88%e3%83%aa%e3%81%ae%e3%83%87%e3%82%a3%e3%82%b9%e3%82%af%e4%bd%bf%e7%94%a8%e9%87%8f%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b%e6%96%b9%e6%b3%95.html</guid>
		<description><![CDATA[特定のディレクトリ直下のディレクトリの容量を調べるためのコマンド。以下の例では /usr/local/mysql/var ディレクトリに含まれるサブディレクトリの要領を調べる。
# du  --max-depth=1 -h /usr/local/mysql/var/
]]></description>
			<content:encoded><![CDATA[<p>特定のディレクトリ直下のディレクトリの容量を調べるためのコマンド。<br />以下の例では /usr/local/mysql/var ディレクトリに含まれるサブディレクトリの要領を調べる。</p>
<div class="console"># <kbd>du  --max-depth=1 -h /usr/local/mysql/var/</kbd><img class="enter" alt="" src="/images/enter.gif" /></div>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/memo/%e3%82%b5%e3%83%96%e3%83%87%e3%82%a3%e3%83%ac%e3%82%af%e3%83%88%e3%83%aa%e3%81%ae%e3%83%87%e3%82%a3%e3%82%b9%e3%82%af%e4%bd%bf%e7%94%a8%e9%87%8f%e3%82%92%e8%aa%bf%e3%81%b9%e3%82%8b%e6%96%b9%e6%b3%95.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Samba でファイルサーバー構築</title>
		<link>http://honana.com/ubuntu/install/samba.html</link>
		<comments>http://honana.com/ubuntu/install/samba.html#comments</comments>
		<pubDate>Tue, 22 Jan 2008 23:06:53 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[サーバーソフトウェアのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/install/samba.html</guid>
		<description><![CDATA[07]]></description>
			<content:encoded><![CDATA[<p>Samba を使うと Linux を含む UNIX 系のオペレーティングシステムを Windows のファイルサーバーやプリントサーバーにすることができるソフトウェアです。<br />Samba を導入すると共有設定を行った Linux サーバーのディレクトリにネットワークを通して Windows クライアントからアクセスすることができます。</p>
<p> <a href="http://honana.com/ubuntu/install/samba.html#more-202" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/install/samba.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>LAMP/LAPP システムで Web アプリケーションサーバー構築</title>
		<link>http://honana.com/ubuntu/install/lamp_lapp.html</link>
		<comments>http://honana.com/ubuntu/install/lamp_lapp.html#comments</comments>
		<pubDate>Tue, 22 Jan 2008 23:00:10 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[サーバーソフトウェアのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/install/lamp_lapp.html</guid>
		<description><![CDATA[06]]></description>
			<content:encoded><![CDATA[<p>LAMP とは Linux OS 上で Apache と MySQL、PHP のシステムの組み合わせたものをいい、LAPP とは上記の MySQL を PostgreSQL と置き換えたものをいいます。<br />PHP とは Hypertext Preprocessor の略で、Web サーバを拡張して動的にウェブページを生成することができるサーバーサイドスクリプト言語のことをいいます。<br />PHP 自体は C 言語で記述されています。<br />PHP は Apache HTTP Server（Web サーバー）上で動作してサーバー上のファイルが要求されるたびに PHP のプログラムを実行しその結果をウェブブラウザに送信します。</p>
<p> <a href="http://honana.com/ubuntu/install/lamp_lapp.html#more-201" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/install/lamp_lapp.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>PostgreSQL で DB サーバー構築</title>
		<link>http://honana.com/ubuntu/install/postgresql.html</link>
		<comments>http://honana.com/ubuntu/install/postgresql.html#comments</comments>
		<pubDate>Tue, 22 Jan 2008 22:57:29 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[サーバーソフトウェアのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/install/postgresql.html</guid>
		<description><![CDATA[05]]></description>
			<content:encoded><![CDATA[<p>PostgreSQL は商用の RDBMS に匹敵する機能を持つリレーショナルデータベース管理システム（RDBMS）で大量のデーターを高速に、かつ効率よくアクセスすることが可能です。<br />また PostgreSQL はデーターベース用の標準言語である SQL 言語の仕様への準拠度が高いことが特徴で、Web システムや企業の業務システムなどのさまざまな用途で利用されています。</p>
<p> <a href="http://honana.com/ubuntu/install/postgresql.html#more-200" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/install/postgresql.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL で DB サーバー構築</title>
		<link>http://honana.com/ubuntu/install/mysql.html</link>
		<comments>http://honana.com/ubuntu/install/mysql.html#comments</comments>
		<pubDate>Tue, 22 Jan 2008 22:55:48 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[サーバーソフトウェアのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/install/mysql.html</guid>
		<description><![CDATA[04]]></description>
			<content:encoded><![CDATA[<p>MySQL は世界で最も有名なリレーショナルデータベース管理システム（RDBMS）で動作が高速であることが特徴です。<br />MySQL の開発者は検索処理や更新処理をの速さを最も要視して開発しているそうです。<br />MySQL は UNIX 系 OS 以外にも Windows などの多くのプラットフォームでの動作をサポートしていますが、Unix 系プラットフォーム上でもっとも実力を発揮する実装になっており、Unix 系 OS での利用が推奨されています。</p>
<p> <a href="http://honana.com/ubuntu/install/mysql.html#more-199" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/install/mysql.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Apache HTTP Server で Web サーバー構築</title>
		<link>http://honana.com/ubuntu/install/apache.html</link>
		<comments>http://honana.com/ubuntu/install/apache.html#comments</comments>
		<pubDate>Tue, 22 Jan 2008 22:50:33 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[サーバーソフトウェアのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/install/apache.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>Apache HTTP Server はインターネット上で Web ページを公開するための Web サーバーソフトウェアです。<br />Apache HTTP Server を構築するとその自宅や会社からホームページを公開することができるようになり、レンタルサーバーによくある容量制限や CGI 使用可否などに悩まされることなくウェブサイトを公開することができるようになります。<br />この Apache HTTP Server は世界一のシェアを誇り、高性能かつ信頼性の高い Web サーバーソフトウェアとして多くの支持を得ています。<br />Apache HTTP Server はかつて主流であった 1.3 系が新しく開発され 2.0 系となりましたが、ここでは現在最新の 2.2 系での解説となります。</p>
<p> <a href="http://honana.com/ubuntu/install/apache.html#more-198" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/install/apache.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>NTP で時刻合わせ</title>
		<link>http://honana.com/ubuntu/install/ntp.html</link>
		<comments>http://honana.com/ubuntu/install/ntp.html#comments</comments>
		<pubDate>Tue, 22 Jan 2008 22:48:42 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[サーバーソフトウェアのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/install/ntp.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>NTP とは Network Time Protocol の略で、ネットワーク上でクライアントがサーバーに対して時刻を問い合わせるためのプロトコルです。<br />NTP サーバーは、クライアントとの間で起こる可能性がある通信の遅れも考慮し、ネットワークの遅れに関する情報も内蔵しているため、正確な時刻同期が可能です。<br />NTP を使うとサーバーの時刻が正確に保たれるので、ログの時刻が正確に記録され、サーバーの運用管理にも役立ちます。</p>
<p> <a href="http://honana.com/ubuntu/install/ntp.html#more-197" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/install/ntp.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>OpenSSH でリモートログイン</title>
		<link>http://honana.com/ubuntu/install/openssh.html</link>
		<comments>http://honana.com/ubuntu/install/openssh.html#comments</comments>
		<pubDate>Tue, 22 Jan 2008 22:44:03 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[サーバーソフトウェアのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/install/openssh.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>インストール直後の Ubuntu はリモートログインするための手段を備えていません。<br />ここでは Ubuntu サーバーを Windows マシンからリモート操作ができるように OpenSSH を導入します。<br />OpenSSH は通信データーを暗号化してリモートアクセスを安全に行うためのプロトコル SSH（Secure SHell）を利用するためのソフトウェアです。</p>
<p> <a href="http://honana.com/ubuntu/install/openssh.html#more-196" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/install/openssh.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 7.04 サーバー版の初期設定</title>
		<link>http://honana.com/ubuntu/server/setup.html</link>
		<comments>http://honana.com/ubuntu/server/setup.html#comments</comments>
		<pubDate>Mon, 21 Jan 2008 22:50:48 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[サーバー環境 - Server Edition]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/server/setup.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 7.04 をインストールした後に行う作業を紹介します。<br />作業内容はコンソールの文字化け対策、各種ネットワークの設定の確認を行い、インストール済みのパッケージを最新のものへとアップデートを行います。</p>
<p> <a href="http://honana.com/ubuntu/server/setup.html#more-195" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/server/setup.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 7.04 サーバー版のインストール</title>
		<link>http://honana.com/ubuntu/server/install.html</link>
		<comments>http://honana.com/ubuntu/server/install.html#comments</comments>
		<pubDate>Mon, 21 Jan 2008 22:49:33 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[サーバー環境 - Server Edition]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/server/install.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p><a href="/server/704/download.html">Ubuntu 7.04 サーバー版のダウンロード</a> で作成したインストールディスクを使って Ubuntu 7.04 をパソコンにインストールします。<br />Ubuntu サーバー版は Ubuntu をサーバーとして利用するため GUI 環境は持っていません。<br />またインストール後にはサーバーとして動作させるための最低限のソフトウェアだけが導入されます。</p>
<p> <a href="http://honana.com/ubuntu/server/install.html#more-194" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/server/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 7.04 サーバー版のダウンロード</title>
		<link>http://honana.com/ubuntu/server/download.html</link>
		<comments>http://honana.com/ubuntu/server/download.html#comments</comments>
		<pubDate>Mon, 21 Jan 2008 22:42:23 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[サーバー環境 - Server Edition]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/server/download.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 7.04 サーバー版は Ubuntu 公式サイトから入手することができます。<br />Ubuntu 7.04 サーバー版は、Desktop CD とは別に Server Install CD が提供されています。</p>
<p> <a href="http://honana.com/ubuntu/server/download.html#more-193" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/server/download.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Thunderbird Mail</title>
		<link>http://honana.com/ubuntu/application/thunderbird.html</link>
		<comments>http://honana.com/ubuntu/application/thunderbird.html#comments</comments>
		<pubDate>Mon, 21 Jan 2008 21:54:27 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu デスクトップのアプリケーション]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/application/thunderbird.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>Ubuntu では標準のメールクライアントとして [ Evolution メール ] が搭載されています。<br />[ Evolution メール ] はメーラーとしての機能以外にもグループウェアの機能も備えており高機能なメーラーですが、文字コードの関係で一部文字化けを起こします。<br />ここでは [ Evolution メール ] の代わりに [ Thunderbird Mail ] を使用する方法を解説します。</p>
<p> <a href="http://honana.com/ubuntu/application/thunderbird.html#more-192" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/application/thunderbird.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Firefox ウェブ・ブラウザ</title>
		<link>http://honana.com/ubuntu/application/firefox.html</link>
		<comments>http://honana.com/ubuntu/application/firefox.html#comments</comments>
		<pubDate>Mon, 21 Jan 2008 21:51:26 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu デスクトップのアプリケーション]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/application/firefox.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>Ubuntu では <a href="http://www.mozilla-japan.org/" target="_blank">Mozilla プロジェクト</a> が開発している人気ブラウザ Firefox が標準搭載されています。<br />Firefox は Windows 版も用意されていて高速表示や拡張機能の追加、タブを使った複数ページ表示やポップアップブロック機能などを備えている Web ブラウザです。<br />ここでは Firefox を起動して Google の検索サイトをホームサイトに設定する作業を行います。</p>
<p> <a href="http://honana.com/ubuntu/application/firefox.html#more-191" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/application/firefox.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ソフトウェアの更新</title>
		<link>http://honana.com/ubuntu/system/update.html</link>
		<comments>http://honana.com/ubuntu/system/update.html#comments</comments>
		<pubDate>Mon, 21 Jan 2008 21:48:52 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu デスクトップのシステム設定]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/system/update.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>Ubuntu のシステムを常に安全な状態でしようするためには定期的なソフトウェアのアップデートが必要です。<br />セキュリティーホールを抱えたソフトウェアやバグが発見されたソフトウェアを使い続けるのは危険です。<br />Ubuntu ではこの問題を解決するためにアップデート・マネージャが用意されています。</p>
<p> <a href="http://honana.com/ubuntu/system/update.html#more-190" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/system/update.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ネットワークの設定</title>
		<link>http://honana.com/ubuntu/system/network.html</link>
		<comments>http://honana.com/ubuntu/system/network.html#comments</comments>
		<pubDate>Mon, 21 Jan 2008 21:46:51 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu デスクトップのシステム設定]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/system/network.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>Ubuntu デスクトップ版をインストールするときにネットワークの設定を行っていません。<br />ルーター側で IP アドレスを自動的に割り当てる DHCP サーバーが有効になっている場合は自動的にネットワークの設定を行ってくれますが、そうでない場合はインストール後にネットワークの設定を行う必要があります。</p>
<p> <a href="http://honana.com/ubuntu/system/network.html#more-189" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/system/network.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 7.04 デスクトップ版の基本操作</title>
		<link>http://honana.com/ubuntu/desktop/setup.html</link>
		<comments>http://honana.com/ubuntu/desktop/setup.html#comments</comments>
		<pubDate>Sun, 20 Jan 2008 23:11:52 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[デスクトップ環境 - Desktop Edition]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/desktop/setup.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>ここでは Ubuntu 7.04 デスクトップ版の基本的な操作方法を紹介します。<br />Ubuntu の起動とログイン、シャットダウン方法など Ubuntu の基本的な操作方法を解説します。</p>
<p> <a href="http://honana.com/ubuntu/desktop/setup.html#more-188" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/desktop/setup.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 7.04 デスクトップ版のインストール</title>
		<link>http://honana.com/ubuntu/desktop/install.html</link>
		<comments>http://honana.com/ubuntu/desktop/install.html#comments</comments>
		<pubDate>Sun, 20 Jan 2008 23:07:27 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[デスクトップ環境 - Desktop Edition]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/desktop/install.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p><a href="/desktop/download.html">Ubuntu 7.04 デスクトップ版のダウンロード</a> で作成したインストールディスクを使って Ubuntu 7.04 をパソコンにインストールします。<br />Ubuntu デスクトップ版はハードディスクにインストールすることなく CD からブートして利用することが可能ですが、ここでは Ubuntu 起動後にデスクトップ上にあるインストールツールを実行してハードディスクに Ubuntu をインストールします。</p>
<p> <a href="http://honana.com/ubuntu/desktop/install.html#more-187" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/desktop/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu 7.04 デスクトップ版のダウンロード</title>
		<link>http://honana.com/ubuntu/desktop/download.html</link>
		<comments>http://honana.com/ubuntu/desktop/download.html#comments</comments>
		<pubDate>Sun, 20 Jan 2008 22:28:13 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[デスクトップ環境 - Desktop Edition]]></category>

		<guid isPermaLink="false">http://honana.com/ubuntu/desktop/704/download.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>Ubuntu 7.04 デスクトップ版は Ubuntu 公式サイトから入手することができます。<br />ここでは Ubuntu Japanese Team が作成している Ubuntu 日本語ローカライズ版をダウンロードしてインストールディスクを作成します。</p>
<p> <a href="http://honana.com/ubuntu/desktop/download.html#more-186" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/ubuntu/desktop/download.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>PHP 5 の設定</title>
		<link>http://honana.com/debian/php/setting.html</link>
		<comments>http://honana.com/debian/php/setting.html#comments</comments>
		<pubDate>Mon, 07 Jan 2008 23:16:55 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP で Web アプリケーションサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/php/setting.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>PHP の設定ファイル php.ini を作成して、実運用を前提に PHP の設定を行います。<br />Apache との連携を有効にするための Apache の設定を行い、Apache を起動して PHP の動作確認を行います。</p>
<p> <a href="http://honana.com/debian/php/setting.html#more-185" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/php/setting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>libpng のインストール</title>
		<link>http://honana.com/debian/library/libpng.html</link>
		<comments>http://honana.com/debian/library/libpng.html#comments</comments>
		<pubDate>Mon, 07 Jan 2008 23:15:06 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/debian/library/libpng.html</guid>
		<description><![CDATA[06]]></description>
			<content:encoded><![CDATA[<p>libpng とは PNG 形式の画像を処理するライブラリです。<br /><a href="http://www.libpng.org/" target="_blank">libpng 公式サイト</a> から libpng のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p> <a href="http://honana.com/debian/library/libpng.html#more-184" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/library/libpng.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>PHP 5 のインストール</title>
		<link>http://honana.com/debian/php/install.html</link>
		<comments>http://honana.com/debian/php/install.html#comments</comments>
		<pubDate>Mon, 07 Jan 2008 23:11:37 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP で Web アプリケーションサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/php/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.php.net/" target="_blank">PHP 公式サイト</a> から PHP のソースファイルをダウンロードしてインストールを行います。<br />PHP のインストールと実行には libxml2 が必要です。<br />また PostgreSQL や MySQL といったデーターベースサーバーとの連携を有効にするためには PostgreSQL、MySQL が必要です。<br />PHP を使った CMS や BLOG システムでよく利用される GD ライブラリ（画像を動的に生成する機能）を有効にします。<br />このためには zlib と libpng が必要です。<br />インストールを行う PHP のバージョンは 5.2.0 です。</p>
<p> <a href="http://honana.com/debian/php/install.html#more-183" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/php/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>PostgreSQL 8.1 の起動</title>
		<link>http://honana.com/debian/postgresql/start.html</link>
		<comments>http://honana.com/debian/postgresql/start.html#comments</comments>
		<pubDate>Mon, 07 Jan 2008 23:07:40 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PostgreSQL でデーターベースサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/postgresql/start.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>インストールした PostgreSQL を起動して動作の確認を行います。<br />また PostgreSQL の自動起動スクリプトを作成して OS 起動時に自動的に PostgreSQL を起動するように設定します。</p>
<p> <a href="http://honana.com/debian/postgresql/start.html#more-182" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/postgresql/start.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>PostgreSQL 8.1 の設定</title>
		<link>http://honana.com/debian/postgresql/setting.html</link>
		<comments>http://honana.com/debian/postgresql/setting.html#comments</comments>
		<pubDate>Mon, 07 Jan 2008 23:05:22 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PostgreSQL でデーターベースサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/postgresql/setting.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>PostgreSQL 管理ユーザーの環境設定を行い PostgreSQL プログラムを共有ライブラリへ登録します。<br />またデーターを実際に記録するための領域であるデーターベースクラスタを作成します。<br />最後に設定ファイルを使って PostgreSQL を起動するための最低限の設定を行います。</p>
<p> <a href="http://honana.com/debian/postgresql/setting.html#more-181" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/postgresql/setting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>PostgreSQL 8.1 のインストール</title>
		<link>http://honana.com/debian/postgresql/install.html</link>
		<comments>http://honana.com/debian/postgresql/install.html#comments</comments>
		<pubDate>Mon, 07 Jan 2008 22:56:48 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PostgreSQL でデーターベースサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/postgresql/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.postgresql.org/" target="_blank">PostgreSQL 公式サイト</a> から PostgreSQL のソースファイルをダウンロードしてインストールを行います。<br />PostgreSQL のインストールや PostgreSQL の実行には管理者権限を持たない一般ユーザーを使用する必要があるため、インストール前に PostgreSQL 専用ユーザーを作成します。<br />PostgreSQL のインストールと実行には Readline と Ncurses と zlib が必要です。<br />インストールを行う PostgreSQL のバージョンは 8.1.5 です。</p>
<p> <a href="http://honana.com/debian/postgresql/install.html#more-180" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/postgresql/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL 5.0 の起動</title>
		<link>http://honana.com/debian/mysql/start.html</link>
		<comments>http://honana.com/debian/mysql/start.html#comments</comments>
		<pubDate>Mon, 07 Jan 2008 22:54:21 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL でデーターベースサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/mysql/start.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>インストールした MySQL を起動して動作の確認を行います。<br />また MySQL の自動起動スクリプトを作成して OS 起動時に自動的に MySQL を起動するように設定します。</p>
<p> <a href="http://honana.com/debian/mysql/start.html#more-179" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/mysql/start.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL 5.0 の設定</title>
		<link>http://honana.com/debian/mysql/setting.html</link>
		<comments>http://honana.com/debian/mysql/setting.html#comments</comments>
		<pubDate>Mon, 07 Jan 2008 22:52:11 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL でデーターベースサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/mysql/setting.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>MySQL の権限テーブルを作成します。<br />この作業は mysql_install_db コマンドを使って行います。<br />また MySQL の設定ファイルを作成して MySQL のデータディレクトリの所有者を設定します。</p>
<p> <a href="http://honana.com/debian/mysql/setting.html#more-178" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/mysql/setting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL 5.0 のインストール</title>
		<link>http://honana.com/debian/mysql/install.html</link>
		<comments>http://honana.com/debian/mysql/install.html#comments</comments>
		<pubDate>Mon, 07 Jan 2008 22:45:50 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL でデーターベースサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/mysql/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mysql.com/" target="_blank">MySQL 公式サイト</a> から MySQL のソースファイルをダウンロードしてインストールする方法を紹介します。<br />MySQL のインストールや MySQL の実行には管理者権限を持たない一般ユーザーを使用する必要があるため、インストール前に MySQL 専用ユーザーを作成します。<br />MySQL のインストールと実行には Ncurses が必要です。<br />インストールを行う MySQL のバージョンは 5.0.27 です。</p>
<p> <a href="http://honana.com/debian/mysql/install.html#more-177" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/mysql/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Apache HTTP Server 2.0 の起動</title>
		<link>http://honana.com/debian/apache/start.html</link>
		<comments>http://honana.com/debian/apache/start.html#comments</comments>
		<pubDate>Mon, 07 Jan 2008 21:13:44 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Apache で Web サーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/apache/start.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>インストールした Apache を起動して動作の確認を行います。<br />また Apache の自動起動スクリプトを作成して OS 起動時に自動的に Apache を起動するように設定します。</p>
<p> <a href="http://honana.com/debian/apache/start.html#more-176" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/apache/start.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Apache HTTP Server 2.0 の設定</title>
		<link>http://honana.com/debian/apache/setting.html</link>
		<comments>http://honana.com/debian/apache/setting.html#comments</comments>
		<pubDate>Mon, 07 Jan 2008 21:02:23 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Apache で Web サーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/apache/setting.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>Apache をインストールするとデフォルトの設定ファイル httpd.conf が作成されます。<br />Apache の設定はこの httpd.conf ファイルを使って行います。<br />ここでは Apache を起動するための最低限の設定を行います。</p>
<p> <a href="http://honana.com/debian/apache/setting.html#more-175" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/apache/setting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Apache HTTP Server 2.0 のインストール</title>
		<link>http://honana.com/debian/apache/install.html</link>
		<comments>http://honana.com/debian/apache/install.html#comments</comments>
		<pubDate>Sun, 06 Jan 2008 23:11:37 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Apache で Web サーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/apache/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://httpd.apache.org/" target="_blank">Apache HTTP SERVER PROJECT</a> から Apache のソースファイルをダウンロードしてインストールを行います。<br />ここでは mod_rewrite、<s>mod_ssl</s>、mod_dav モジュールを動的共有オブジェクト（DSO）として組み込みます。※mod_ssl は &#8220;undefined symbol: X509_free&#8221; のエラー回避のため static でインストールを行います。<br />mod_ssl を組み込むためには OpenSSL が必要です。<br />ここでインストールを行う Apache のバージョンは 2.0.59 です。</p>
<p> <a href="http://honana.com/debian/apache/install.html#more-174" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/apache/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Libxml2 のインストール</title>
		<link>http://honana.com/debian/library/libxml2.html</link>
		<comments>http://honana.com/debian/library/libxml2.html#comments</comments>
		<pubDate>Sun, 06 Jan 2008 23:09:37 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/debian/library/libxml2.html</guid>
		<description><![CDATA[05]]></description>
			<content:encoded><![CDATA[<p>Libxml2 とは GNOME 2 などで採用されている XML を扱うための基本ライブラリです。<br /><a href="http://xmlsoft.org/" target="_blank">The XML C parser and toolkit of Gnome</a> から Libxml2 のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p class="half-title">Libxml2 のダウンロードとインストール</p>
<p>Libxml2 のソースファイルを <a href="http://xmlsoft.org/" target="_blank">The XML C parser and toolkit of Gnome</a> からダウンロードしてコンパイル、インストールを行います。</p>
<div class="console"># <kbd>wget -P /usr/local/src ftp://xmlsoft.org/libxml2/libxml2-2.6.27.tar.gz</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>cd /usr/local/src</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>tar xzf libxml2-2.6.27.tar.gz</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>cd libxml2-2.6.27</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>./configure --prefix=/usr/local</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>make</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>make install</kbd><img class="enter" alt="" src="/images/enter.gif" /></div>
<p>&#8211; configure オプションの解説</p>
<ol>
<li>インストール先のディレクトリを設定します。
<ul>
<li>&#8211;prefix=/usr/local</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/library/libxml2.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ncurses のインストール</title>
		<link>http://honana.com/debian/library/ncurses.html</link>
		<comments>http://honana.com/debian/library/ncurses.html#comments</comments>
		<pubDate>Sun, 06 Jan 2008 23:08:34 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/debian/library/ncurses.html</guid>
		<description><![CDATA[04]]></description>
			<content:encoded><![CDATA[<p>Ncurses はキャラクタと端末を扱うパネルとメニューを含むライブラリを提供します。<br /><a href="http://www.gnu.org/software/ncurses/ncurses.html" target="_blank">GNU Ncurses</a> から Ncurses のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p class="half-title">Ncurses のダウンロードとインストール</p>
<p>Ncurses のソースファイルを <a href="http://www.gnu.org/software/ncurses/ncurses.html" target="_blank">GNU Ncurses</a> からダウンロードしてコンパイル、インストールを行います。</p>
<div class="console"># <kbd>wget -P /usr/local/src http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.5.tar.gz</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>cd /usr/local/src</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>tar xzf ncurses-5.5.tar.gz</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>cd ncurses-5.5</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>./configure --prefix=/usr/local</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>make</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>make install</kbd><img class="enter" alt="" src="/images/enter.gif" /></div>
<p>&#8211; configure オプションの解説</p>
<ol>
<li>インストール先のディレクトリを設定します。
<ul>
<li>&#8211;prefix=/usr/local</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/library/ncurses.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Readline のインストール</title>
		<link>http://honana.com/debian/library/readline.html</link>
		<comments>http://honana.com/debian/library/readline.html#comments</comments>
		<pubDate>Sun, 06 Jan 2008 23:07:04 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/debian/library/readline.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>Readline ライブラリは対話型プログラム向けに入力の編集とヒストリー機能を実装しています。<br /><a href="http://cnswww.cns.cwru.edu/~chet/readline/rltop.html" target="_blank">The GNU Readline Library</a> から Readline のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p class="half-title">Readline のダウンロードとインストール</p>
<p>Readline のソースファイルを <a href="http://cnswww.cns.cwru.edu/~chet/readline/rltop.html" target="_blank">The GNU Readline Library</a> からダウンロードしてコンパイル、インストールを行います。</p>
<div class="console"># <kbd>wget -P /usr/local/src http://ftp.gnu.org/pub/gnu/readline/readline-5.2.tar.gz</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>cd /usr/local/src</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>tar xzf readline-5.2.tar.gz</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>cd readline-5.2</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>./configure --prefix=/usr/local</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>make</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>make install</kbd><img class="enter" alt="" src="/images/enter.gif" /></div>
<p>&#8211; configure オプションの解説</p>
<ol>
<li>インストール先のディレクトリを設定します。
<ul>
<li>&#8211;prefix=/usr/local</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/library/readline.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>OpenSSL のインストール</title>
		<link>http://honana.com/debian/library/openssl.html</link>
		<comments>http://honana.com/debian/library/openssl.html#comments</comments>
		<pubDate>Sun, 06 Jan 2008 23:05:03 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/debian/library/openssl.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>OpenSSL とは暗号ライブラリ SSLeay を元に Secure Sockets Layer (SSL v2/v3) と世界標準の暗号プロトコルである Transport Layer Security (TSL v1) を実装したプログラムです。<br /><a href="http://www.openssl.org/" target="_blank">OpenSSL 公式サイト</a> から OpenSSL のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p class="half-title">OpenSSL のダウンロードとインストール</p>
<p>OpenSSL のソースファイルを <a href="http://www.openssl.org/" target="_blank">OpenSSL 公式サイト</a> からダウンロードしてコンパイル、インストールを行います。</p>
<div class="console"># <kbd>wget -P /usr/local/src http://www.openssl.org/source/openssl-0.9.8d.tar.gz</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>cd /usr/local/src</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>tar xzf openssl-0.9.8d.tar.gz</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>cd openssl-0.9.8d</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>./config --prefix=/usr/local</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>make</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>make install</kbd><img class="enter" alt="" src="/images/enter.gif" /></div>
<p>&#8211; configure オプションの解説</p>
<ol>
<li>インストール先のディレクトリを設定します。
<ul>
<li>&#8211;prefix=/usr/local</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/library/openssl.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>zlib のインストール</title>
		<link>http://honana.com/debian/library/zlib.html</link>
		<comments>http://honana.com/debian/library/zlib.html#comments</comments>
		<pubDate>Sun, 06 Jan 2008 23:01:44 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/debian/library/zlib.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>zlib は zip や gzip、画像フォーマット PNG に使われている圧縮アルゴリズムをライブラリ化したものをいいます。<br /><a href="http://www.zlib.net/" target="_blank">zlib 公式サイト</a> から zlib のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p class="half-title">zlib のダウンロードとインストール</p>
<p>zlib のソースファイルを <a href="http://www.zlib.net/" target="_blank">zlib 公式サイト</a> からダウンロードしてコンパイル、インストールを行います。</p>
<div class="console"># <kbd>wget -P /usr/local/src http://www.zlib.net/zlib-1.2.3.tar.gz</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>cd /usr/local/src</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>tar xzf zlib-1.2.3.tar.gz</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>cd zlib-1.2.3</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>./configure --prefix=/usr/local</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>make</kbd><img class="enter" alt="" src="/images/enter.gif" /><br /># <kbd>make install</kbd><img class="enter" alt="" src="/images/enter.gif" /></div>
<p>&#8211; configure オプションの解説</p>
<ol>
<li>インストール先のディレクトリを設定します。
<ul>
<li>&#8211;prefix=/usr/local</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/library/zlib.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>RSA 公開鍵暗号方式を用いた認証</title>
		<link>http://honana.com/debian/openssh/rsa.html</link>
		<comments>http://honana.com/debian/openssh/rsa.html#comments</comments>
		<pubDate>Wed, 02 Jan 2008 00:45:58 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[OpenSSH で SSH サーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/openssh/rsa.html</guid>
		<description><![CDATA[04]]></description>
			<content:encoded><![CDATA[<p>公開鍵暗号方式とは公開鍵と秘密鍵という2つの鍵を利用してデータの暗号化、復号化を行う暗号方式のことをいいます。<br />公開鍵暗号方式は暗号化するための公開鍵と復号化するための秘密鍵のペアを作成します。<br />公開鍵は暗号化させる相手に公開してもかまいませんが、秘密鍵は厳重に管理する必要があります。</p>
<p> <a href="http://honana.com/debian/openssh/rsa.html#more-165" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/openssh/rsa.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Windows で利用する SSH クライアント</title>
		<link>http://honana.com/debian/openssh/sshclient.html</link>
		<comments>http://honana.com/debian/openssh/sshclient.html#comments</comments>
		<pubDate>Wed, 02 Jan 2008 00:44:12 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[OpenSSH で SSH サーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/openssh/sshclient.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>OpenSSH サーバーに接続して通信を行うためのクライアントソフトがいくつかあります。<br />その中で SSH クライアントソフトであるターミナルエミュレーター PuTTY と SCP、SFTP クライアントであるファイル転送プログラム WinSCP について紹介します。</p>
<p> <a href="http://honana.com/debian/openssh/sshclient.html#more-164" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/openssh/sshclient.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>OpenSSH の起動</title>
		<link>http://honana.com/debian/openssh/start.html</link>
		<comments>http://honana.com/debian/openssh/start.html#comments</comments>
		<pubDate>Wed, 02 Jan 2008 00:33:25 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[OpenSSH で SSH サーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/openssh/start.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>インストールした OpenSSH サーバーを起動して動作の確認を行います。<br />また OpenSSH の自動起動スクリプトを作成し、OS 起動時に自動的に OpenSSH を起動するように設定します。</p>
<p> <a href="http://honana.com/debian/openssh/start.html#more-163" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/openssh/start.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>OpenSSH のインストール</title>
		<link>http://honana.com/debian/openssh/install.html</link>
		<comments>http://honana.com/debian/openssh/install.html#comments</comments>
		<pubDate>Wed, 02 Jan 2008 00:32:13 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[OpenSSH で SSH サーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/debian/openssh/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.openssh.com/" target="_blank">OpenSSH 公式サイト</a> から OpenSSH のソースファイルをダウンロードしてインストールを行います。<br />OpenSSH のインストールと実行には zlib と OpenSSL が必要です。<br />ここでインストールするバージョンは 4.5p1 です。</p>
<p> <a href="http://honana.com/debian/openssh/install.html#more-162" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/openssh/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Debian GNU/Linux 4.0 のインストール</title>
		<link>http://honana.com/debian/40/install.html</link>
		<comments>http://honana.com/debian/40/install.html#comments</comments>
		<pubDate>Mon, 31 Dec 2007 18:50:08 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Debian GNU/Linux 4.0 (etch) のインストール]]></category>

		<guid isPermaLink="false">http://honana.com/debian/40/install.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p><a href="/debian/40_etch/download.html">Debian GNU/Linux 4.0 のダウンロード</a> で作成したインストール CD を使って Debian GNU/Linux 4.0 をインストールします。<br />Debian GNU/Linux 4.0 のインストールでは GUI を使って行います。<br />またインストールするパッケージはサーバーとして動作させるために必要な最小限のパッケージ（ベースシステム）のみ導入します。</p>
<p> <a href="http://honana.com/debian/40/install.html#more-161" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/40/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Debian GNU/Linux 4.0 のダウンロード</title>
		<link>http://honana.com/debian/40/download.html</link>
		<comments>http://honana.com/debian/40/download.html#comments</comments>
		<pubDate>Mon, 31 Dec 2007 18:45:54 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Debian GNU/Linux 4.0 (etch) のインストール]]></category>

		<guid isPermaLink="false">http://honana.com/debian/40/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>Debian GNU/Linux 4.0 は <a href="http://www.debian.org/" target="_blank">Debian Project</a> からダウンロードすることができます。<br />インストール CD は、最小構成で（ベースシステム）インストールするために必要な 1 枚目の ISO イメージをダウンロードします。</p>
<p> <a href="http://honana.com/debian/40/download.html#more-160" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/40/download.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>基本システムの設定（base-config プログラム）</title>
		<link>http://honana.com/debian/31/base.html</link>
		<comments>http://honana.com/debian/31/base.html#comments</comments>
		<pubDate>Mon, 31 Dec 2007 01:15:01 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Debian GNU/Linux 3.1 (sarge) のインストール]]></category>

		<guid isPermaLink="false">http://honana.com/debian/31/base.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>インストーラーによる処理が終了した後は新しいシステムへと再起動を行います。<br />この初回の起動時に base-config プログラムが実行されます。<br />ここでは時間帯の設定や、root ユーザーのパスワードの設定などを行います。</p>
<p> <a href="http://honana.com/debian/31/base.html#more-159" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/31/base.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Debian GNU/Linux 3.1 のインストール</title>
		<link>http://honana.com/debian/31/install.html</link>
		<comments>http://honana.com/debian/31/install.html#comments</comments>
		<pubDate>Mon, 31 Dec 2007 01:13:15 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Debian GNU/Linux 3.1 (sarge) のインストール]]></category>

		<guid isPermaLink="false">http://honana.com/debian/31/install.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p><a href="download.html">Debian GNU/Linux 3.1 のダウンロード</a> で作成したインストール CD を使って Debian GNU/Linux 3.1 をインストールします。<br />Debian GNU/Linux 3.1 のインストールは Kernel 2.6 系を導入します。<br />またインストールするパッケージはサーバーとして動作させるために必要な最小限のパッケージ（ベースシステム）のみ導入します。</p>
<p> <a href="http://honana.com/debian/31/install.html#more-158" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/31/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Debian GNU/Linux 3.1 のダウンロード</title>
		<link>http://honana.com/debian/31/download.html</link>
		<comments>http://honana.com/debian/31/download.html#comments</comments>
		<pubDate>Mon, 31 Dec 2007 01:10:23 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Debian GNU/Linux 3.1 (sarge) のインストール]]></category>

		<guid isPermaLink="false">http://honana.com/debian/31/download.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>Debian GNU/Linux 3.1 は <a href="http://www.debian.org/" target="_blank">Debian Project</a> からダウンロードすることができます。<br />インストール CD は、最小構成で（ベースシステム）インストールするために必要な 1 枚目の ISO イメージをダウンロードします。</p>
<p> <a href="http://honana.com/debian/31/download.html#more-157" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/debian/31/download.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>相互リンクサイト 51件目～60件目</title>
		<link>http://honana.com/link/6.html</link>
		<comments>http://honana.com/link/6.html#comments</comments>
		<pubDate>Fri, 28 Dec 2007 22:22:10 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[相互リンク]]></category>

		<guid isPermaLink="false">http://honana.com/%e6%9c%aa%e5%88%86%e9%a1%9e/06.html</guid>
		<description><![CDATA[06]]></description>
			<content:encoded><![CDATA[<p>相互リンクサイト 51件目～60件目</p>
<p> <a href="http://honana.com/link/6.html#more-155" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/link/6.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>相互リンクサイト 41件目～50件目</title>
		<link>http://honana.com/link/5.html</link>
		<comments>http://honana.com/link/5.html#comments</comments>
		<pubDate>Fri, 28 Dec 2007 22:18:49 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[相互リンク]]></category>

		<guid isPermaLink="false">http://honana.com/link/05.html</guid>
		<description><![CDATA[05]]></description>
			<content:encoded><![CDATA[<p>相互リンクサイト 41件目～50件目</p>
<p> <a href="http://honana.com/link/5.html#more-153" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/link/5.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>相互リンクサイト 31件目～40件目</title>
		<link>http://honana.com/link/4.html</link>
		<comments>http://honana.com/link/4.html#comments</comments>
		<pubDate>Fri, 28 Dec 2007 22:18:11 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[相互リンク]]></category>

		<guid isPermaLink="false">http://honana.com/link/04.html</guid>
		<description><![CDATA[04]]></description>
			<content:encoded><![CDATA[<p>相互リンクサイト 31件目～40件目</p>
<p> <a href="http://honana.com/link/4.html#more-152" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/link/4.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>相互リンクサイト 21件目～30件目</title>
		<link>http://honana.com/link/3.html</link>
		<comments>http://honana.com/link/3.html#comments</comments>
		<pubDate>Fri, 28 Dec 2007 22:17:16 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[相互リンク]]></category>

		<guid isPermaLink="false">http://honana.com/link/3.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>相互リンクサイト 21件目～30件目</p>
<p> <a href="http://honana.com/link/3.html#more-151" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/link/3.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>相互リンクサイト 11件目～20件目</title>
		<link>http://honana.com/link/2.html</link>
		<comments>http://honana.com/link/2.html#comments</comments>
		<pubDate>Fri, 28 Dec 2007 22:16:30 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[相互リンク]]></category>

		<guid isPermaLink="false">http://honana.com/link/2.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>相互リンクサイト 11件目～20件目</p>
<p> <a href="http://honana.com/link/2.html#more-150" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/link/2.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>相互リンクサイト　1件目～10件目</title>
		<link>http://honana.com/link/1.html</link>
		<comments>http://honana.com/link/1.html#comments</comments>
		<pubDate>Fri, 28 Dec 2007 22:15:41 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[相互リンク]]></category>

		<guid isPermaLink="false">http://honana.com/link/1.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>相互リンクサイト　1件目～10件目</p>
<p> <a href="http://honana.com/link/1.html#more-149" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/link/1.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ソフトウェアのインストールと更新について</title>
		<link>http://honana.com/about/software.html</link>
		<comments>http://honana.com/about/software.html#comments</comments>
		<pubDate>Thu, 27 Dec 2007 22:32:13 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[このサイトについて]]></category>

		<guid isPermaLink="false">http://honana.com/about/software.html</guid>
		<description><![CDATA[04]]></description>
			<content:encoded><![CDATA[<p>Red Hat 系の Linux ディストリビューションにソフトウェアをインストールする場合には、実行可能なバイナリ形式のファイルをパッケージングした rpm を入手してインストール（配置）する方法と、プログラムソースコードを入手してコンパイル、インストールする方法があります。<br />本サイトでは後者のソースコードを入手してインストールを行う方法を用いて解説しています。</p>
<p> <a href="http://honana.com/about/software.html#more-148" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/about/software.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>リンクについて</title>
		<link>http://honana.com/about/link.html</link>
		<comments>http://honana.com/about/link.html#comments</comments>
		<pubDate>Thu, 27 Dec 2007 22:30:05 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[このサイトについて]]></category>

		<guid isPermaLink="false">http://honana.com/about/link.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>本サイトへのリンクはご自由にしていただいて結構です。<br />どのページにリンクを貼っていただいてもかまいませんが、ディレクトリやファイル名を変更する場合がありますので、できればトップページでお願いします。</p>
<p> <a href="http://honana.com/about/link.html#more-147" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/about/link.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>libjpeg のインストール</title>
		<link>http://honana.com/library/libjpeg.html</link>
		<comments>http://honana.com/library/libjpeg.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:49:02 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/library/libjpeg.html</guid>
		<description><![CDATA[08]]></description>
			<content:encoded><![CDATA[<p>libjpeg とは JPEG 形式の画像を処理するライブラリです。<br /><a href="http://www.ijg.org/" target="_blank">libjpeg 公式サイト</a> から libjpeg のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p> <a href="http://honana.com/library/libjpeg.html#more-146" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/library/libjpeg.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>libpng のインストール</title>
		<link>http://honana.com/library/libpng.html</link>
		<comments>http://honana.com/library/libpng.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:48:13 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/library/libpng.html</guid>
		<description><![CDATA[07]]></description>
			<content:encoded><![CDATA[<p>libpng とは PNG 形式の画像を処理するライブラリです。<br /><a href="http://www.libpng.org/" target="_blank">libpng 公式サイト</a> から libpng のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p> <a href="http://honana.com/library/libpng.html#more-145" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/library/libpng.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Libxml2 のインストール</title>
		<link>http://honana.com/library/libxml2.html</link>
		<comments>http://honana.com/library/libxml2.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:47:21 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/library/libxml2.html</guid>
		<description><![CDATA[06]]></description>
			<content:encoded><![CDATA[<p>Libxml2 とは GNOME 2 などで採用されている XML を扱うための基本ライブラリです。<br /><a href="http://xmlsoft.org/" target="_blank">The XML C parser and toolkit of Gnome</a> から Libxml2 のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p> <a href="http://honana.com/library/libxml2.html#more-144" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/library/libxml2.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Flex のインストール</title>
		<link>http://honana.com/library/flex.html</link>
		<comments>http://honana.com/library/flex.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:46:40 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/library/flex.html</guid>
		<description><![CDATA[05]]></description>
			<content:encoded><![CDATA[<p>Flex は字句解析器を自動生成する機能を提供します。<br /><a href="http://www.gnu.org/software/flex/" target="_blank">GNU Flex</a> から Flex のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p> <a href="http://honana.com/library/flex.html#more-143" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/library/flex.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Ncurses のインストール</title>
		<link>http://honana.com/library/ncurses.html</link>
		<comments>http://honana.com/library/ncurses.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:46:02 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/library/ncurses.html</guid>
		<description><![CDATA[04]]></description>
			<content:encoded><![CDATA[<p>Ncurses はキャラクタと端末を扱うパネルとメニューを含むライブラリを提供します。<br /><a href="http://www.gnu.org/software/ncurses/ncurses.html" target="_blank">GNU Ncurses</a> から Ncurses のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p> <a href="http://honana.com/library/ncurses.html#more-142" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/library/ncurses.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Readline のインストール</title>
		<link>http://honana.com/library/readline.html</link>
		<comments>http://honana.com/library/readline.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:45:07 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/library/03.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>Readline ライブラリは対話型プログラム向けに入力の編集とヒストリー機能を実装しています。<br /><a href="http://cnswww.cns.cwru.edu/~chet/readline/rltop.html" target="_blank">The GNU Readline Library</a> から Readline のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p> <a href="http://honana.com/library/readline.html#more-141" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/library/readline.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>OpenSSL のインストール</title>
		<link>http://honana.com/library/openssl.html</link>
		<comments>http://honana.com/library/openssl.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:44:26 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/library/02.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>OpenSSL とは暗号ライブラリ SSLeay を元に Secure Sockets Layer (SSL v2/v3) と世界標準の暗号プロトコルである Transport Layer Security (TSL v1) を実装したプログラムです。<br /><a href="http://www.openssl.org/" target="_blank">OpenSSL 公式サイト</a> から OpenSSL のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p> <a href="http://honana.com/library/openssl.html#more-140" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/library/openssl.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>zlib のインストール</title>
		<link>http://honana.com/library/zlib.html</link>
		<comments>http://honana.com/library/zlib.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:43:44 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ライブラリのインストール]]></category>

		<guid isPermaLink="false">http://honana.com/library/01.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>zlib は zip や gzip、画像フォーマット PNG に使われている圧縮アルゴリズムをライブラリ化したものをいいます。<br /><a href="http://www.zlib.net/" target="_blank">zlib 公式サイト</a> から zlib のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p> <a href="http://honana.com/library/zlib.html#more-139" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/library/zlib.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>キックスタートインストール</title>
		<link>http://honana.com/system/kickstart.html</link>
		<comments>http://honana.com/system/kickstart.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:41:29 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[システム設定]]></category>

		<guid isPermaLink="false">http://honana.com/system/kickstart.html</guid>
		<description><![CDATA[04]]></description>
			<content:encoded><![CDATA[<p>キックスタートインストールを使うことで Fedora Core のインストール作業を自動化することができます。<br />キックスタートインストールの実行には、キックスタートファイルである anaconda-ks.cfg が必要です。</p>
<p> <a href="http://honana.com/system/kickstart.html#more-138" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/system/kickstart.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>CUPS でプリンターの共有</title>
		<link>http://honana.com/system/cups.html</link>
		<comments>http://honana.com/system/cups.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:40:43 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[システム設定]]></category>

		<guid isPermaLink="false">http://honana.com/system/cups.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>CUPS とは Common Unix Printing System の略で UNIX 系 OS で動作する印刷システムです。<br />CUPS は印刷プロトコルとして IPP（Internet Printing Protocol）をサポートし、PPD（PostScript Printer Description）ファイルのサポートなどの機能を実装した強力な印刷システムです。<br />ここでは Linux サーバーに Canon の複合機 <a href="http://cweb.canon.jp/pixus/lineup/mp500/" target="_blank">PIXUS MP500</a> を接続してプリントサーバーを構築します。<br />また CUPS の raw 印刷機能を有効してクライアントから直接 IPP ポートを使用して印刷を行うように設定を行います。<br />こうすることによって Linux 用のプリンタードライバは不要になります。（Windows クライアントのドライバは必要）</p>
<p> <a href="http://honana.com/system/cups.html#more-137" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/system/cups.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>rsync でシステムのバックアップ</title>
		<link>http://honana.com/system/rsync.html</link>
		<comments>http://honana.com/system/rsync.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:39:57 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[システム設定]]></category>

		<guid isPermaLink="false">http://honana.com/system/rsync.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>rsync はリモートホストにファイルを転送するためのプログラムです。<br />rsync は高速かつ効率的にファイルを転送することができ、Web サーバーや FTP サーバーのコンテンツをコピーしてミラーサーバーを構築するために利用されることもあります。<br />以下ではメインのサーバーがダウンした場合に代わりに運用できるようにバックアップマシンを 1 台用意して、メインサーバーとのシステム同期を行います。<br />また rsync の通信を暗号化し、同期処理を完全自動化（パスワードの応答を省略）するために SSH の RSA 認証を使用します。</p>
<p> <a href="http://honana.com/system/rsync.html#more-136" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/system/rsync.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>iptables でファイアーウォール構築</title>
		<link>http://honana.com/system/iptables.html</link>
		<comments>http://honana.com/system/iptables.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:39:13 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[システム設定]]></category>

		<guid isPermaLink="false">http://honana.com/system/iptables.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>Linux は Netfilter と呼ばれる強力なパケットフィルタリング機能を持っています。<br />2.4.x 以降のカーネルで実装された Netfilter コンポーネントは iptables コマンドを操作することができます。<br />ここではこの iptables を使ってファイアーウォールを構築する方法を紹介します。</p>
<p> <a href="http://honana.com/system/iptables.html#more-135" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/system/iptables.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ADSL モデム-SVⅢ の設定</title>
		<link>http://honana.com/network/sv3.html</link>
		<comments>http://honana.com/network/sv3.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:19:44 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ネットワーク設定]]></category>

		<guid isPermaLink="false">http://honana.com/network/sv3.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>サーバーがルーターの内側にある場合、サーバーを外部に公開するたの設定を行う必要があります。<br />NTT 西日本のモデム内臓ルーター ADSL モデム-SVⅢを使って Web サーバーとメールサーバーを外部に公開するための設定を行います。</p>
<p> <a href="http://honana.com/network/sv3.html#more-134" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/network/sv3.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>独自ドメインの取得</title>
		<link>http://honana.com/network/domain.html</link>
		<comments>http://honana.com/network/domain.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:18:50 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ネットワーク設定]]></category>

		<guid isPermaLink="false">http://honana.com/network/domain.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.value-domain.com/?ref=nagayam" target="_blank">VALUE-DOMAIN.COM</a> を使って独自ドメインを取得します。<br />バリュードメインでは ローマ字.com/net/org なら年間 990 円 で 独自ドメインを取得、管理することができます。また、取得したドメインと IP アドレスとの名前解決を行ってくれるネームサーバーの無料提供や、WHOIS 登録情報に記載される個人情報の名義代理などのサービスも行っています。<br />※現在期間限定割引中です。</p>
<p> <a href="http://honana.com/network/domain.html#more-133" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/network/domain.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ネットワーク環境</title>
		<link>http://honana.com/network/network.html</link>
		<comments>http://honana.com/network/network.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 23:17:57 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ネットワーク設定]]></category>

		<guid isPermaLink="false">http://honana.com/network/network.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>自宅サーバーを外部に公開するためにはインターネットに常時接続できる回線が必要です。<br />一般的に企業やレンタルサーバーなどでは常時接続に専用線を使いますが、このサイトではフレッツ・ADSL 回線を使ってインターネットの常時接続を行います。</p>
<p> <a href="http://honana.com/network/network.html#more-132" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/network/network.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Joomla! で CMS サイト構築</title>
		<link>http://honana.com/cms/joomla.html</link>
		<comments>http://honana.com/cms/joomla.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 22:54:08 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CMS でサイト構築]]></category>

		<guid isPermaLink="false">http://honana.com/cms/joomla.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>Joomla! はサーバーインストール型の CMS ソフトウェアで、PHP を使って動作します。<br />Joomla! の特徴としてはデザインの自由度が高く、デザイン・テンプレートが数多く提供されています。<br />またコンポーネントを追加することでフォーラムやゲストブック、リンク集、イメージギャラリ、チャット、Wiki、ショッピングカートなどの機能を追加することができます。</p>
<p> <a href="http://honana.com/cms/joomla.html#more-131" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/cms/joomla.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Drupal で CMS サイト構築</title>
		<link>http://honana.com/cms/drupal.html</link>
		<comments>http://honana.com/cms/drupal.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 22:51:01 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CMS でサイト構築]]></category>

		<guid isPermaLink="false">http://honana.com/cms/drupal.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>Drupal は PHP を使って動作するサーバーインストール型の CMS ソフトウェアです。<br />Drupal は標準でブログやフォーラム、カテゴリー分類、RSS フィード収集などの基本的な機能を提供するほか、モジュールを追加することによってさまざまな機能を追加することができます。</p>
<p> <a href="http://honana.com/cms/drupal.html#more-130" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/cms/drupal.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Movable Type で CMS サイト構築</title>
		<link>http://honana.com/cms/movable_type.html</link>
		<comments>http://honana.com/cms/movable_type.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 22:42:56 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[CMS でサイト構築]]></category>

		<guid isPermaLink="false">http://honana.com/cms/movable_type.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>Movable Type はサーバーインストール型の CMS ソフトウェアで、Perl を使って動作します。<br />Movable Type は基本的にウェブログシステムであり、さまざまな拡張機能（プラグイン）を組み合わせることで高機能な CMS として活用することができます。</p>
<p> <a href="http://honana.com/cms/movable_type.html#more-129" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/cms/movable_type.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Snort の起動と終了</title>
		<link>http://honana.com/snort/start.html</link>
		<comments>http://honana.com/snort/start.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 22:39:50 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[snort でネットワーク進入探知システム構築]]></category>

		<guid isPermaLink="false">http://honana.com/snort/start.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>インストールした Snort を起動して動作の確認を行います。</p>
<p> <a href="http://honana.com/snort/start.html#more-128" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/snort/start.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Snort の設定</title>
		<link>http://honana.com/snort/setting.html</link>
		<comments>http://honana.com/snort/setting.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 22:39:03 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[snort でネットワーク進入探知システム構築]]></category>

		<guid isPermaLink="false">http://honana.com/snort/setting.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>Snort の設定ファイルを作成して Snort の設定を行います。<br />また最新の Snort ルールファイルをダウンロードします。</p>
<p> <a href="http://honana.com/snort/setting.html#more-127" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/snort/setting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Snort のインストール</title>
		<link>http://honana.com/snort/install.html</link>
		<comments>http://honana.com/snort/install.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 22:38:11 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[snort でネットワーク進入探知システム構築]]></category>

		<guid isPermaLink="false">http://honana.com/snort/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.snort.org/" target="_blank">Snort 公式サイト</a> から Snort のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p> <a href="http://honana.com/snort/install.html#more-126" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/snort/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>FTP クライアント SmartFTP</title>
		<link>http://honana.com/proftpd/smartftp.html</link>
		<comments>http://honana.com/proftpd/smartftp.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 22:29:35 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ProFTPD で FTP サーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/proftpd/smartftp.html</guid>
		<description><![CDATA[05]]></description>
			<content:encoded><![CDATA[<p>SmartFTP は SSL 暗号化（Implicit・Explicit）に対応した FTP クライアントソフトです。<br />SSL/TLS に対応しているので FTP サーバー間の認証や FTP 通信によるデーター転送で暗号化通信が行うことができます。<br />SmartFTP は非商用利用の場合に無料で使用することができます。</p>
<p> <a href="http://honana.com/proftpd/smartftp.html#more-125" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/proftpd/smartftp.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ProFTPD の起動</title>
		<link>http://honana.com/proftpd/start.html</link>
		<comments>http://honana.com/proftpd/start.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 22:28:40 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ProFTPD で FTP サーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/proftpd/start.html</guid>
		<description><![CDATA[04]]></description>
			<content:encoded><![CDATA[<p>インストールした ProFTPD を起動して動作の確認を行います。<br />ProFTPD の自動起動スクリプトを作成して OS 起動時に自動的に ProFTPD を起動するように設定します。</p>
<p> <a href="http://honana.com/proftpd/start.html#more-124" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/proftpd/start.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>サーバー証明書の作成</title>
		<link>http://honana.com/proftpd/ssl.html</link>
		<comments>http://honana.com/proftpd/ssl.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 22:27:33 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ProFTPD で FTP サーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/proftpd/ssl.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>ProFTPD の SSL/TLS 暗号化通信を有効にするために必要なサーバー証明書を作成します。<br />必要なファイルは、CSR ファイル（サーバーの証明書発行の署名要求）と秘密鍵と証明書ですが、このうちの証明書は自己署名した電子証明書を使うこととします。</p>
<p> <a href="http://honana.com/proftpd/ssl.html#more-123" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/proftpd/ssl.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ProFTPD の設定</title>
		<link>http://honana.com/proftpd/setting.html</link>
		<comments>http://honana.com/proftpd/setting.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 22:26:10 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ProFTPD で FTP サーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/proftpd/setting.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>ProFTPD をインストールするとデフォルトの設定ファイル proftpd.conf が作成されます。<br />ProFTPD の実行にはこの設定ファイルを使います。<br />ここでは SSL/TLS 暗号化通信の導入、Passive モードによる接続、不特定多数のユーザーが利用する anonymous での接続は許可しないといった設定を行います。</p>
<p> <a href="http://honana.com/proftpd/setting.html#more-122" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/proftpd/setting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ProFTPD のインストール</title>
		<link>http://honana.com/proftpd/install.html</link>
		<comments>http://honana.com/proftpd/install.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 22:24:42 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[ProFTPD で FTP サーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/proftpd/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.proftpd.org/">ProFTPD 公式サイト</a> から ProFTPD のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p> <a href="http://honana.com/proftpd/install.html#more-121" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/proftpd/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>BIND の起動</title>
		<link>http://honana.com/bind/start.html</link>
		<comments>http://honana.com/bind/start.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 21:38:44 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[BIND でネームサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/bind/start.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>インストールした BIND を起動して動作の確認を行います。<br /> BIND の自動起動スクリプトを作成して OS 起動時に自動的に BIND を起動するように設定します。</p>
<p> <a href="http://honana.com/bind/start.html#more-120" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/bind/start.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>BIND の設定</title>
		<link>http://honana.com/bind/setting.html</link>
		<comments>http://honana.com/bind/setting.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 21:37:46 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[BIND でネームサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/bind/setting.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>BIND を運用するために必要なディレクトリを作成し、そこに各種設定ファイルを格納します。<br />BIND の設定ファイルには、名前を解決をするために必要なルートネームサーバーの情報を記述したファイルをルートサーバーリストファイル、BIND のメイン設定ファイルの named.conf とそのほかにドメイン名と IP アドレスの関係を定義したゾーンファイルをが必要です。</p>
<p> <a href="http://honana.com/bind/setting.html#more-119" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/bind/setting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>BIND のインストール</title>
		<link>http://honana.com/bind/install.html</link>
		<comments>http://honana.com/bind/install.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 21:36:44 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[BIND でネームサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/bind/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.isc.org/sw/bind/" target="_blank">ISC BIND</a> から BIND のソースファイルをダウンロードしてインストールする方法を紹介します。<br />ほとんどの場合、標準でシステムに BIND がインストールされているので削除してからインストールを行います。</p>
<p> <a href="http://honana.com/bind/install.html#more-118" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/bind/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>SMTP over SSL と POP over SSL の導入</title>
		<link>http://honana.com/qmail/ssl.html</link>
		<comments>http://honana.com/qmail/ssl.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 00:33:24 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[qmail でメールサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/qmail/ssl.html</guid>
		<description><![CDATA[07]]></description>
			<content:encoded><![CDATA[<p>SMTP over SSL と POP over SSL を導入することにより、メール送受信の際にメールサーバーとクライアント間で通信内容を暗号化することができます。<br />qmail では tcpserver に ucspi-tcp-ssl のパッチを適用して SSL に対応することで暗号化通信を行うことができます。</p>
<p> <a href="http://honana.com/qmail/ssl.html#more-117" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/qmail/ssl.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>バーチャルドメインの設定</title>
		<link>http://honana.com/qmail/virtualdomain.html</link>
		<comments>http://honana.com/qmail/virtualdomain.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 00:32:39 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[qmail でメールサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/qmail/virtualdomain.html</guid>
		<description><![CDATA[06]]></description>
			<content:encoded><![CDATA[<p>qmail-vida の機能を使って qmail をバーチャルドメインで運用するための設定方法を行います。<br />qmail-vida のバーチャルドメイン機能はバーチャルドメイン専用ユーザーが管理する仕組みになっています。</p>
<p> <a href="http://honana.com/qmail/virtualdomain.html#more-116" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/qmail/virtualdomain.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>ユーザーアカウントと仮想メールボックスの作成</title>
		<link>http://honana.com/qmail/mailbox.html</link>
		<comments>http://honana.com/qmail/mailbox.html#comments</comments>
		<pubDate>Wed, 26 Dec 2007 00:31:35 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[qmail でメールサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/qmail/mailbox.html</guid>
		<description><![CDATA[05]]></description>
			<content:encoded><![CDATA[<p>メールサーバーが受信したメールメッセージを保存するメールボックスの作成を行います。<br />ここではシステムに実在するユーザーと仮想ユーザーを使ってメールボックスを作成する方法を紹介します。</p>
<p> <a href="http://honana.com/qmail/mailbox.html#more-115" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/qmail/mailbox.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>qmail の 起動</title>
		<link>http://honana.com/qmail/start.html</link>
		<comments>http://honana.com/qmail/start.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 23:01:29 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[qmail でメールサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/qmail/start.html</guid>
		<description><![CDATA[04]]></description>
			<content:encoded><![CDATA[<p>qmail を起動するためのスクリプト /var/qmail/rc を作成します。<br />また qmail の自動起動スクリプトを作成して OS 起動時に自動的に qmail が起動するように設定します。</p>
<p> <a href="http://honana.com/qmail/start.html#more-114" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/qmail/start.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>tcpserver による接続</title>
		<link>http://honana.com/qmail/tcpserver.html</link>
		<comments>http://honana.com/qmail/tcpserver.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 23:00:41 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[qmail でメールサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/qmail/tcpserver.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>qmail への接続は tcpserver プログラムを使って待ち受けます。<br />tcpserver プログラムは ucspi-tcp パッケージに含まれており、サーバーの接続要求を待ちうけてそれを指定されたアプリケーションに渡すプログラムです。</p>
<p> <a href="http://honana.com/qmail/tcpserver.html#more-113" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/qmail/tcpserver.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>qmail の設定</title>
		<link>http://honana.com/qmail/setting.html</link>
		<comments>http://honana.com/qmail/setting.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 22:59:36 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[qmail でメールサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/qmail/setting.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>qmail-vida で使用するパスワードデータベースの初期化を行い、qmail の設定ファイルを作成します。<br />また sendmail コマンドを使えるように qmail の sendmail ラッパーを作成してメールエイリアスの作成します。</p>
<p> <a href="http://honana.com/qmail/setting.html#more-112" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/qmail/setting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>qmail のインストール</title>
		<link>http://honana.com/qmail/install.html</link>
		<comments>http://honana.com/qmail/install.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 22:58:45 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[qmail でメールサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/qmail/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.qmail.org/" target="_blank">qmail.org</a> から qmail のソースファイルをダウンロードしてインストールする方法を紹介します。<br />qmail のインストールと同時に qmail-vida をインストールして qmail の機能を拡張します。<br />qmail-vida は qmail パッケージに SMTP 認証と APOP 対応の POP 認証を追加し、バーチャルドメインと仮想ユーザーを管理する機能を追加するためのプログラムです。</p>
<p> <a href="http://honana.com/qmail/install.html#more-111" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/qmail/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Samba の起動</title>
		<link>http://honana.com/samba/start.html</link>
		<comments>http://honana.com/samba/start.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 20:42:58 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Samba でファイルサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/samba/start.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>Samba の自動起動スクリプトを作成して OS 起動時に自動的に Samba を起動するように設定します。<br />ここではあらかじめ用意されているスクリプトをコピーして使用します。</p>
<p> <a href="http://honana.com/samba/start.html#more-110" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/samba/start.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Samba の設定</title>
		<link>http://honana.com/samba/setting.html</link>
		<comments>http://honana.com/samba/setting.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 20:41:50 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Samba でファイルサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/samba/setting.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>Samba の設定ファイルを作成して Samba の設定を行います。<br />Samba の設定ファイルはインストール後に自分で作成するか、ソースファイルからサンプルをコピーして使用します。<br />設定ファイルのサンプルはソースファイルの examples ディレクトリ、もしくは packaging ディレクトリに格納されています。</p>
<p> <a href="http://honana.com/samba/setting.html#more-109" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/samba/setting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Samba のインストール</title>
		<link>http://honana.com/samba/install.html</link>
		<comments>http://honana.com/samba/install.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 20:40:43 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Samba でファイルサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/samba/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.samba.org/" target="_blank">Samba 公式サイト</a> から Samba のソースファイルをダウンロードしてインストールを行います。</p>
<p> <a href="http://honana.com/samba/install.html#more-108" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/samba/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Tomcat 5.5 の起動</title>
		<link>http://honana.com/tomcat/start.html</link>
		<comments>http://honana.com/tomcat/start.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 20:28:04 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tomcat で Web アプリケーションサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/tomcat/start.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>インストールした Tomcat を起動して動作の確認を行います。<br />また Tomcat の自動起動スクリプトを作成して OS 起動時に自動的に Tomcat が起動するように設定します。</p>
<p> <a href="http://honana.com/tomcat/start.html#more-107" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/tomcat/start.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Tomcat 5.5 の設定</title>
		<link>http://honana.com/tomcat/setting.html</link>
		<comments>http://honana.com/tomcat/setting.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 20:26:52 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tomcat で Web アプリケーションサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/tomcat/setting.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>Tomcat のディレクトリを環境変数 PATH に登録してパスを通します。<br />また Tomcat の実行ファイルが参照する JDK のディレクトリもパスを通します。<br />Tomcat をユーザー権限で実行するために tomcat ユーザーを作成し、ユーザー権限で実行するための設定を行います。</p>
<p> <a href="http://honana.com/tomcat/setting.html#more-106" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/tomcat/setting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Tomcat 5.5 のインストール</title>
		<link>http://honana.com/tomcat/install.html</link>
		<comments>http://honana.com/tomcat/install.html#comments</comments>
		<pubDate>Tue, 25 Dec 2007 20:25:48 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Tomcat で Web アプリケーションサーバー構築]]></category>

		<guid isPermaLink="false">http://honana.com/tomcat/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://tomcat.apache.org/" target="_blank">Apache Tomcat</a> から Tomcat のソースファイルをダウンロードしてインストールを行います。<br />Tomcat の動作には Java 実行プログラムである Java Virtual Machine（JVM）が必要です。<br />Tomcat 5.5 には Java 5.0（1.5 以降のバージョンが推奨されています）をサポートする JVM が必要です。</p>
<p> <a href="http://honana.com/tomcat/install.html#more-105" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/tomcat/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>PHP 4 の設定</title>
		<link>http://honana.com/php/4/setting.html</link>
		<comments>http://honana.com/php/4/setting.html#comments</comments>
		<pubDate>Sun, 23 Dec 2007 00:05:51 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP 4]]></category>

		<guid isPermaLink="false">http://honana.com/php/4/setting.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>PHP の設定ファイル php.ini を作成して、実運用を前提に PHP の設定を行います。<br />Apache との連携を有効にするための Apache の設定を行い、Apache を起動して PHP の動作確認を行います。</p>
<p> <a href="http://honana.com/php/4/setting.html#more-104" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/php/4/setting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>PHP 4 のインストール</title>
		<link>http://honana.com/php/4/install.html</link>
		<comments>http://honana.com/php/4/install.html#comments</comments>
		<pubDate>Sun, 23 Dec 2007 00:03:40 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP 4]]></category>

		<guid isPermaLink="false">http://honana.com/php/4/php%204%20%e3%81%ae%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.php.net/" target="_blank">PHP 公式サイト</a> から PHP のソースファイルをダウンロードしてインストールを行います。<br />PHP のインストールと実行には Flex と libxml2 が必要です。<br />また PostgreSQL や MySQL といったデーターベースサーバーとの連携を有効にするためには PostgreSQL、MySQL が必要です。<br />PHP を使った CMS や BLOG システムでよく利用される GD ライブラリ（画像を動的に生成する機能）を有効にします。<br />このためには zlib と libpng が必要です。</p>
<p> <a href="http://honana.com/php/4/install.html#more-103" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/php/4/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>PHP 5 の設定</title>
		<link>http://honana.com/php/5/setting.html</link>
		<comments>http://honana.com/php/5/setting.html#comments</comments>
		<pubDate>Sun, 23 Dec 2007 00:02:01 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP 5]]></category>

		<guid isPermaLink="false">http://honana.com/php/5/setting.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>PHP の設定ファイル php.ini を作成して、実運用を前提に PHP の設定を行います。<br />Apache との連携を有効にするための Apache の設定を行い、Apache を起動して PHP の動作確認を行います。</p>
<p> <a href="http://honana.com/php/5/setting.html#more-102" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/php/5/setting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>PHP 5 のインストール</title>
		<link>http://honana.com/php/5/install.html</link>
		<comments>http://honana.com/php/5/install.html#comments</comments>
		<pubDate>Sat, 22 Dec 2007 23:10:27 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP 5]]></category>

		<guid isPermaLink="false">http://honana.com/php/5/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.php.net/" target="_blank">PHP 公式サイト</a> から PHP のソースファイルをダウンロードしてインストールを行います。<br />PHP のインストールと実行には Flex と libxml2 が必要です。<br />また PostgreSQL や MySQL といったデーターベースサーバーとの連携を有効にするためには PostgreSQL、MySQL が必要です。<br />PHP を使った CMS や BLOG システムでよく利用される GD ライブラリ（画像を動的に生成する機能）を有効にします。<br />このためには zlib と libpng が必要です。</p>
<p> <a href="http://honana.com/php/5/install.html#more-101" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/php/5/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>phpMyAdmin で MySQL 管理</title>
		<link>http://honana.com/mysql/admin/phpmyadmin.html</link>
		<comments>http://honana.com/mysql/admin/phpmyadmin.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 23:29:55 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL の管理ツール]]></category>

		<guid isPermaLink="false">http://honana.com/mysql/admin/phpmyadmin.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>phpMyAdmin は PHP を使ってブラウザ上から MySQL のデーターベースを操作、管理するためのツールです。<br />phpMyAdmin を利用するためには Apache と PHP のインストールが完了している必要があります。<br /><a href="http://www.phpmyadmin.net/" target="_blank">The phpMyAdmin Project</a> から phpMyAdmin のソースファイルをダウンロードしてインストールする方法を紹介します。</p>
<p> <a href="http://honana.com/mysql/admin/phpmyadmin.html#more-100" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/mysql/admin/phpmyadmin.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL GUI Tools で MySQL 管理</title>
		<link>http://honana.com/mysql/admin/mysqlguitools.html</link>
		<comments>http://honana.com/mysql/admin/mysqlguitools.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 23:29:08 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL の管理ツール]]></category>

		<guid isPermaLink="false">http://honana.com/mysql/admin/mysqlguitools.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p>MySQL GUI Tools は MySQL のデーターベースを操作できる GUI 管理ツールです。<br />以前は MySQL Administrator、MySQL Query Browser、MySQL Migration Toolkit、MySQL Workbench という 4 つの GUI ツールが提供されていましたが、今は MySQL GUI Tools をインストールすることで全てがインストールされるようになりました。<br />MySQL GUI Tools は Windows や Linux で使用することができます。<br /><a href="http://www.mysql.com/" target="_blank">MySQL 公式サイト</a> から MySQL GUI Tools をダウンロードしてインストールする方法を紹介します。</p>
<p> <a href="http://honana.com/mysql/admin/mysqlguitools.html#more-99" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/mysql/admin/mysqlguitools.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL 4.1 の基本操作</title>
		<link>http://honana.com/mysql/41/base.html</link>
		<comments>http://honana.com/mysql/41/base.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 23:28:15 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL 4.1]]></category>

		<guid isPermaLink="false">http://honana.com/mysql/41/base.html</guid>
		<description><![CDATA[04]]></description>
			<content:encoded><![CDATA[<p>MySQL をインストールした後に行う設定と、MySQL で使用する基本的な機能を紹介します。<br />MySQL の管理ユーザーの設定やデーターベースの作成、ログイン方法などを紹介します。</p>
<p> <a href="http://honana.com/mysql/41/base.html#more-98" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/mysql/41/base.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL 4.1 の起動</title>
		<link>http://honana.com/mysql/41/start.html</link>
		<comments>http://honana.com/mysql/41/start.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 23:27:31 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL 4.1]]></category>

		<guid isPermaLink="false">http://honana.com/mysql/41/start.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>インストールした MySQL を起動して動作の確認を行います。<br />また MySQL の自動起動スクリプトを作成して OS 起動時に自動的に MySQL を起動するように設定します。</p>
<p> <a href="http://honana.com/mysql/41/start.html#more-97" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/mysql/41/start.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL 4.1 の設定</title>
		<link>http://honana.com/mysql/41/setting.html</link>
		<comments>http://honana.com/mysql/41/setting.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 23:26:44 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL 4.1]]></category>

		<guid isPermaLink="false">http://honana.com/mysql/41/setting.html</guid>
		<description><![CDATA[02]]></description>
			<content:encoded><![CDATA[<p>MySQL の権限テーブルを作成します。<br />この作業は mysql_install_db コマンドを使って行います。<br />また MySQL の設定ファイルを作成して MySQL のデータディレクトリの所有者を設定します。</p>
<p> <a href="http://honana.com/mysql/41/setting.html#more-96" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/mysql/41/setting.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL 4.1 のインストール</title>
		<link>http://honana.com/mysql/41/install.html</link>
		<comments>http://honana.com/mysql/41/install.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 23:25:47 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL 4.1]]></category>

		<guid isPermaLink="false">http://honana.com/mysql/41/install.html</guid>
		<description><![CDATA[01]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mysql.com/" target="_blank">MySQL 公式サイト</a> から MySQL のソースファイルをダウンロードしてインストールする方法を紹介します。<br />MySQL のインストールや MySQL の実行には管理者権限を持たない一般ユーザーを使用する必要があるため、インストール前に MySQL 専用ユーザーを作成します。<br />MySQL のインストールと実行には Ncurses が必要です。</p>
<p> <a href="http://honana.com/mysql/41/install.html#more-95" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/mysql/41/install.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL 5.0 の基本操作</title>
		<link>http://honana.com/mysql/50/base.html</link>
		<comments>http://honana.com/mysql/50/base.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 23:24:48 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL 5.0]]></category>

		<guid isPermaLink="false">http://honana.com/mysql/50/base.html</guid>
		<description><![CDATA[04]]></description>
			<content:encoded><![CDATA[<p>MySQL をインストールした後に行う設定と、MySQL で使用する基本的な機能を紹介します。<br />MySQL の管理ユーザーの設定やデーターベースの作成、ログイン方法などを紹介します。</p>
<p> <a href="http://honana.com/mysql/50/base.html#more-94" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://honana.com/mysql/50/base.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>MySQL 5.0 の起動</title>
		<link>http://honana.com/mysql/50/start.html</link>
		<comments>http://honana.com/mysql/50/start.html#comments</comments>
		<pubDate>Fri, 21 Dec 2007 23:23:58 +0900</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[MySQL 5.0]]></category>

		<guid isPermaLink="false">http://honana.com/mysql/50/start.html</guid>
		<description><![CDATA[03]]></description>
			<content:encoded><![CDATA[<p>インストールした MySQL を起動して動作の確認を行