<?xml version="1.0" encoding="UTF-8"?>

<feed xml:lang="ja" xmlns="http://www.w3.org/2005/Atom">
    <title>Gentoo Linuxで自宅サーバ</title>
    <subtitle>Gentoo Linuxによる自宅サーバの構築・運用ログ</subtitle>
    <id>http://gentoo.reichsarchiv.jp/:1</id>

    <link rel="alternate" type="text/html" href="http://gentoo.reichsarchiv.jp/" />
    <link rel="self" type="application/atom+xml" href="http://gentoo.reichsarchiv.jp/atom.php" />
    <generator uri="http://nucleuscms.org/">Nucleus CMS v3.41/0.001JP</generator>
    <updated>
2010-04-04T11:01:37Z</updated>

    <entry>
 <title type="html"><![CDATA[Domain-U用ファイルシステムの作成とファイル展開]]></title>
 <link rel="alternate" type="text/html" href="http://gentoo.reichsarchiv.jp/item/90" />
 <author>
  <name>nekhet</name>
 </author>
 <updated>2010-04-04T11:01:37Z</updated>
 <published>2010-04-04T20:01:37+09:00</published>
 <content type="html"><description><![CDATA[次ぎに、作成したGentoo Linux環境を仮想ディスクに移行させる。/mnt/gentoo上に作成した環境をそっくりアーカイブする。

# cd /mnt/gentoo
# tar cvjpf ~/gentoo.bz2 *
# cd
# rm -rf /mnt/gentoo

仮想マシン...]]></description></content>
 <id>http://gentoo.reichsarchiv.jp/:1:90</id>
</entry><entry>
 <title type="html"><![CDATA[Domain-U用OS環境の構築（Gentoo Linux）]]></title>
 <link rel="alternate" type="text/html" href="http://gentoo.reichsarchiv.jp/item/89" />
 <author>
  <name>nekhet</name>
 </author>
 <updated>2010-04-04T11:00:10Z</updated>
 <published>2010-04-04T20:00:10+09:00</published>
 <content type="html"><description><![CDATA[Gentoo Linuxを使って、ドメインを作成する。手順は通常のインストールとほとんど変わらない。
まず、作業用のディレクトリを作成して、そこに移動する。

# mkdir /mnt/gentoo
# cd /mnt/gentoo

ステージ3のtar...]]></description></content>
 <id>http://gentoo.reichsarchiv.jp/:1:89</id>
</entry><entry>
 <title type="html"><![CDATA[Xen用（Domain-0、Domain-U）カーネルの構築]]></title>
 <link rel="alternate" type="text/html" href="http://gentoo.reichsarchiv.jp/item/88" />
 <author>
  <name>nekhet</name>
 </author>
 <updated>2010-04-03T15:17:34Z</updated>
 <published>2010-04-04T00:17:34+09:00</published>
 <content type="html"><description><![CDATA[Xen用（Domain-0、Domain-U）カーネルの作成。カーネルソースにシンボリックリンクを張り、カーネルコンフィグを実行する。

# ln -sfn /usr/src/linux-2.6.29-xen-r4 /usr/src/linux
# cd /usr/src/linux
# make...]]></description></content>
 <id>http://gentoo.reichsarchiv.jp/:1:88</id>
</entry><entry>
 <title type="html"><![CDATA[Xen 3.4環境用の設定とカーネルソースのインストール]]></title>
 <link rel="alternate" type="text/html" href="http://gentoo.reichsarchiv.jp/item/87" />
 <author>
  <name>nekhet</name>
 </author>
 <updated>2010-04-03T15:12:51Z</updated>
 <published>2010-04-04T00:12:51+09:00</published>
 <content type="html"><description><![CDATA[Xen 3.4環境の構築方法。
まず、/etc/make.confのCFLAGSに「-mno-tls-direct-seg-refs」を追加する。これがないと、パフォーマンスが低下するのだという。

CFLAGS=&quot;-O2 -march=prescott -pipe -fomit-frame-poin...]]></description></content>
 <id>http://gentoo.reichsarchiv.jp/:1:87</id>
</entry><entry>
 <title type="html"><![CDATA[DiCE for LinuxによるダイナミックDNS更新]]></title>
 <link rel="alternate" type="text/html" href="http://gentoo.reichsarchiv.jp/item/86" />
 <author>
  <name>nekhet</name>
 </author>
 <updated>2010-03-13T12:32:43Z</updated>
 <published>2010-03-13T21:32:43+09:00</published>
 <content type="html"><description><![CDATA[自宅サーバを外部に公開するには、プロバイダに割り当てられたグローバルIPアドレスとドメイン名を結びつける必要がある。これを行う手段の1つとして、ダイナミックDNSサービスを利用する方法がある。
多くのダイ...]]></description></content>
 <id>http://gentoo.reichsarchiv.jp/:1:86</id>
</entry><entry>
 <title type="html"><![CDATA[mod_deflateによるコンテンツ圧縮の設定]]></title>
 <link rel="alternate" type="text/html" href="http://gentoo.reichsarchiv.jp/item/85" />
 <author>
  <name>nekhet</name>
 </author>
 <updated>2010-03-04T14:56:48Z</updated>
 <published>2010-03-04T23:56:48+09:00</published>
 <content type="html"><description><![CDATA[mod_deflateを利用すると、コンテンツをWebブラウザに転送する際にサーバ側で圧縮する。これにより、ネットワーク帯域を節約できる。
Gentoo Linuxでmod_deflateを使う場合は、Apacheをemergeする際に、/etc/make...]]></description></content>
 <id>http://gentoo.reichsarchiv.jp/:1:85</id>
</entry><entry>
 <title type="html"><![CDATA[Apacheでネーム（名前）ベースのバーチャルホスト設定]]></title>
 <link rel="alternate" type="text/html" href="http://gentoo.reichsarchiv.jp/item/84" />
 <author>
  <name>nekhet</name>
 </author>
 <updated>2010-03-04T14:23:02Z</updated>
 <published>2010-03-04T23:23:02+09:00</published>
 <content type="html"><description><![CDATA[バーチャルホストにはネーム（名前）ベースとIPベースの2種類がある。ここでは、グローバルIPアドレスが1つしかなくても実現可能な、ネームベースのバーチャルホストの設定方法を紹介する。
設定ファイルは、各バ...]]></description></content>
 <id>http://gentoo.reichsarchiv.jp/:1:84</id>
</entry><entry>
 <title type="html"><![CDATA[単独ホストの設定とApacheの起動設定]]></title>
 <link rel="alternate" type="text/html" href="http://gentoo.reichsarchiv.jp/item/83" />
 <author>
  <name>nekhet</name>
 </author>
 <updated>2010-02-27T16:08:08Z</updated>
 <published>2010-02-28T01:08:08+09:00</published>
 <content type="html"><description><![CDATA[設定ファイルの構成は、バーチャルホストの使用を前提としている。バーチャルホストが不要な場合（1つのホストだけを運用する場合）も、「1つのバーチャルホスト」を運用するという形で設定する。まずは、1つのホ...]]></description></content>
 <id>http://gentoo.reichsarchiv.jp/:1:83</id>
</entry><entry>
 <title type="html"><![CDATA[Apache 2.2のインストールと基本設定]]></title>
 <link rel="alternate" type="text/html" href="http://gentoo.reichsarchiv.jp/item/82" />
 <author>
  <name>nekhet</name>
 </author>
 <updated>2010-02-27T15:09:29Z</updated>
 <published>2010-02-28T00:09:29+09:00</published>
 <content type="html"><description><![CDATA[Apacheの設定は2.2から大きく変わっている。
まずは、/etc/make.confで使用するモジュールとMPMを設定する。モジュールはAPACHE2_MODULES、MPMはAPACHE2_MPMSで指定する。
APACHE2_MODULESの設定例。

APACHE2_MO...]]></description></content>
 <id>http://gentoo.reichsarchiv.jp/:1:82</id>
</entry><entry>
 <title type="html"><![CDATA[syslog、cron、grubのインストール]]></title>
 <link rel="alternate" type="text/html" href="http://gentoo.reichsarchiv.jp/item/81" />
 <author>
  <name>nekhet</name>
 </author>
 <updated>2010-02-23T13:08:12Z</updated>
 <published>2010-02-23T22:08:12+09:00</published>
 <content type="html"><description><![CDATA[OSとして自立起動させるための仕上げ。まずはsyslogとcromのインストール。
syslogはmetalogを選択。インストールしたら、rc-updateでdefaltランレベルに追加。

# emerge metalog
# rc-update add metalog defau...]]></description></content>
 <id>http://gentoo.reichsarchiv.jp/:1:81</id>
</entry>
</feed>