<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>x Laboratory blog</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/" />
    <link rel="self" type="application/atom+xml" href="http://blog.xlabo.net/atom.xml" />
   <id>tag:blog.xlabo.net,2009://1</id>
    <link rel="service.post" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1" title="x Laboratory blog" />
    <updated>2009-02-04T05:32:07Z</updated>
    <subtitle>このブログは何か（x）を研究・実験（Laboratory）するブログです。</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type  3.2-ja-2</generator>
 
<entry>
    <title>株価のRSSが表示されない</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2009/02/rss_3.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=28" title="株価のRSSが表示されない" />
    <id>tag:blog.xlabo.net,2009://1.28</id>
    
    <published>2009-02-04T05:28:03Z</published>
    <updated>2009-02-04T05:32:07Z</updated>
    
    <summary>久しぶりの投稿。 今週くらいから株価のRSSが表示されなくなった。...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="XML関連" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        久しぶりの投稿。
今週くらいから株価のRSSが表示されなくなった。
        <![CDATA[原因は引用元（Yahooファイナンス）の出力するHTML文の構成が変わったから。
とりあえず直して表示するようにしてみた。

直したところはTemplateと文字コードを変換するようにしたところ。
<a href="http://www.xlabo.net/index.php?%B3%F4%B2%C1%A4%CERSS">http://www.xlabo.net/index.php?%B3%F4%B2%C1%A4%CERSS</a>

しかし、このRSSを使用している人はいるのだろうか？？？
]]>
    </content>
</entry>
<entry>
    <title>FC5でWLI-CB-G54を使用する</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2006/03/fc5wlicbg54.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=27" title="FC5でWLI-CB-G54を使用する" />
    <id>tag:blog.xlabo.net,2006://1.27</id>
    
    <published>2006-03-30T13:22:33Z</published>
    <updated>2006-03-30T14:00:31Z</updated>
    
    <summary>　Fedora Core 5をNotePCにインストールしたが当然ながら無線LANカードが認識されな...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="Linux関連" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        　Fedora Core 5をNotePCにインストールしたが当然ながら無線LANカードが認識されない。

        <![CDATA[　WLI-CB-G54を利用したいのだが、Linuxドライバがない。しかし、ndiswrapperというのを利用することで認識させることができる。

　まず、ndiswrapperをmakeする。
<blockquote># tar xzvf ndiswrapper-0.7.tar.gz
# cd ndiswrapper-0.7
# make
# make install</blockquote>

　ndiswrapperはWindowsのドライバを利用してLinuxで使用できるようにするものらしいので、Windows用のドライバを適当なところにコピーしておく。
<blockquote># mkdir /usr/local/wlandrv
cp bcmwl5.sys /usr/local/wlandrv
cp netcbg54.inf /usr/local/wlandrv</blockquote>

　登録する。
<blockquote># /usr/sbin/ndiswrapper -i /usr/local/wlandrv/netcbg54.inf</blockquote>

　確認する。
<blockquote># /usr/sbin/ndiswrapper -l
Installed ndis drivers:
bcmwl5 driver installed, hardware present
</blockquote>

　組み込む。
<blockquote># /sbin/modprobe ndiswrapper
FATAL: Error inserting ndiswrapper (/lib/modules/2.
6.15-1.2054_FC5smp/misc/ndiswrapper.ko): Invalid module format</blockquote>

　しかし、NG。なぜかモジュールをロードしてくれない。よくわからないので、ndiswrapperを最新版にしてみることにした。現状の最新はndiswrapper-1.5.tar.gz。
<blockquote># tar xzvf ndiswrapper-1.5.tar.gz
# cd ndiswrapper-1.5
# make</blockquote>makeで引っかかる。新しいやつはカーネルのソースを要求してくる。

　仕方なくソースのダウンロードする。
<blockquote># rpm -ihv kernel-2.6.15-1.2054_FC5.src.rpm
# rpmbuild -bp --target i686 /usr/src/redhat/SPECS/kernel-2.6.spec
# mv /usr/src/redhat/BUILD/kernel-2.6.15/linux-2.6.15.i686/ /usr/src/</blockquote>※ ここの手順は怪しい。後でリンク張りなおしたりした。

　そして、make。
<blockquote># make clean
# make
# make install</blockquote>

　無事できた。もう一回modprobeしてみる。
<blockquote># /sbin/modprobe ndiswrapper
FATAL: Error inserting ndiswrapper (/lib/modules/2.
6.15-1.2054_FC5smp/misc/ndiswrapper.ko): Invalid module format</blockquote>現象は変わらない・・・。

　よくよく考えてみると、ndiswrapperのmakeの時にWarningが出てた。
<blockquote>*** WARNING: 
Kernel is compiled with 4K stack size option (CONFIG_4KSTACKS); many Windows 
drivers will not work with this option enabled. Disable CONFIG_4KSTACKS option, 
recompile and install kernel</blockquote>

　どうやら、カーネルを再構築する必要があるようだ。以下の点を変更する。
<blockquote># make menuconfig
CONFIG_4KSTACKS -> offへ</blockquote>※ これやる前にmake oldconfigしたかも。

　そして、再構築。
<blockquote>make
make modules_install
make install</blockquote>

　起動するようにgrubを変更しとく。
<blockquote>vi /boot/grup/grup.conf</blockquote>

　そして、再起動後に再度ndiswrapperをmakeする。そうすると、Warningが出ない。
<blockquote># make clean
# make
# make install</blockquote>

　組み込んでみる。
<blockquote># /sbin/modprobe ndiswrapper</blockquote>エラーが出ないのでOKだ。

　後は、起動時に読み込むように設定する。
<blockquote>/usr/sbin/ndiswrapper -m</blockquote>

　最後にifcfg-wlan0を作成してネットワークを再起動すればOK。

　ndiswrapperについては<a href="http://ndiswrapper.sourceforge.net/mediawiki/index.php/Installation">ここ</a>に書いてある。
　カーネル更新するたびにndiswrapperをmakeする必要があるのだが、そのたびにカーネルを再構築するのは面倒だな。どうにかしてほしい。]]>
    </content>
</entry>
<entry>
    <title>Fedora Core 5</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2006/03/fedora_core_5.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=26" title="Fedora Core 5" />
    <id>tag:blog.xlabo.net,2006://1.26</id>
    
    <published>2006-03-25T14:57:41Z</published>
    <updated>2006-03-25T15:20:55Z</updated>
    
    <summary>　Fedora Core 5がリリースされている。 　インストールしてみることにした。 ...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="Linux関連" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        　Fedora Core 5がリリースされている。
　インストールしてみることにした。

        　しかし、やはり、Fedora Core 5と同様にインストールはできなかった。正確にいうとCD-ROMからのインストールができない。
　家のLavieGはCD-Rが焼けないという不具合もありCDドライブ自体に問題があるようで、Fedora Core 4の時もパッケージのインストール時に止まってしまうといった現象になっていた。
　FC5ではFC4とは異なり、始めからつまづく。通常はCDで起動後、CDメディアのチェックをするかスキップするかの画面になるはずが、FC5ではその画面ではなく言語選択の画面になり、CDからのインストールを行おうとしてもCDドライブを認識しない状態となる。

　そこで、CDからのインストールの他の方法にすることにした。とりあえずは、WindowsとLinuxのデュアルブートを行わせるので、HardDiskからインストールすることにする。

　まず、WIndowsで立ち上げ、ドライブをFAT32で作成する。そして、そこにFC5のイメージを置いておく。NTFSはインストーラからは認識できないためFAT32の領域に置いておく。
　そして、
　・CDで起動。
　・linux askmethod と入力する。
　・言語とキーボードを選択する。
　・Hard driveを選択する。
　・イメージを置いたドライブを選択する。
　・後は、通常のインストールと同様にインストールできる。

　これで、念願のFCシリーズのLinuxをLavieGにインストールすることができた。ちょっと面倒ですが…。

　しかし、問題が発生。FC5自体に問題はないが、無線LANドライバが動かない…。
    </content>
</entry>
<entry>
    <title>VMWare Playerを試す</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2006/03/vmware_player.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=25" title="VMWare Playerを試す" />
    <id>tag:blog.xlabo.net,2006://1.25</id>
    
    <published>2006-03-21T00:30:53Z</published>
    <updated>2006-03-21T00:55:33Z</updated>
    
    <summary>　久しぶりの投稿。 　以前、coLinuxを利用してWindows上でLinuxを動作させていたが、...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="Linux関連" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        　久しぶりの投稿。
　以前、coLinuxを利用してWindows上でLinuxを動作させていたが、VMWare Playerというものも試してみる。

        <![CDATA[　<a href="http://blog.yasaka.com/archives/2005/10/vmware_playervi.html">μ memo</a>さんのページを参考にしてやってみる。

　最初にVMWare Playerのダウンロード。
http://www.vmware.com/download/player/
Windowsに入れるのでWindows版をダウンロード。

　次はBrowser Applianceというものをダウンロード。
http://www.vmware.com/vmtn/appliances/browserapp.html
とりあえず、zipのやつをダウンロードする。

　VMWare Playerをインストールする。

　Browser Applianceを解凍し、Browser-Appliance.vmxを編集する。と、この前にインストールするOSのisoファイルまたは媒体を用意しておく必要がある。

　そして、Browser-Appliance.vmxを起動すると、VMWare Playerが起動し、うまくいけばOSのインストール画面が開く。あとは、インストールを進めていけばいい。

　Browser Applianceを利用せずにQEMUを利用する方法もあるようだ。このほうが仮想マシンのディスク容量を自由に決められそうだ。
<a href="http://yamashita.dyndns.org/blog/343">Weboo! Returns.</a>

　実際にVMWare Playerをインストールしたわけだが、Note PC（LavieG）で動作させるにはかなり無理がある。動作させることはできるがかなり重いのでできればスペックの高いDesktop PCで動作させるべきだ。]]>
    </content>
</entry>
<entry>
    <title>なかなか</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2006/01/post_9.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=24" title="なかなか" />
    <id>tag:blog.xlabo.net,2006://1.24</id>
    
    <published>2006-01-31T14:30:06Z</published>
    <updated>2006-01-31T14:33:02Z</updated>
    
    <summary>　いろいろと忙しく、なかなか記事を書き込めない・・・。 ...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="日記" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        　いろいろと忙しく、なかなか記事を書き込めない・・・。

        　Googleから検索されるようになったわけだが、まだ２ページほどしかキャッシュされていないようだ。この結果から、やはりトラックバックが効いているようだ。初期にHPを立ち上げる時はトラックバックするのが効果的なようだ。
    </content>
</entry>
<entry>
    <title>Googleから検索されない（その４）</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2006/01/google_3.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=23" title="Googleから検索されない（その４）" />
    <id>tag:blog.xlabo.net,2006://1.23</id>
    
    <published>2006-01-22T13:20:04Z</published>
    <updated>2006-01-22T13:24:11Z</updated>
    
    <summary>　やっとGoogleから検索されるようになった。但し、まだ３ページほど。 ...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="日記" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        　やっとGoogleから検索されるようになった。但し、まだ３ページほど。

        　去年の12/29に自動登録型リンクに登録してから、ほぼ１ヶ月かかった。実際にはそれが効いていたかどうかは良くわからないが・・・。
　もしかしたら、送信Pingが良かったのかもしれないしトラックバックが良かったかもしれない。しかし、blogだけならまだしもxlaboのトップのページが検索できるようになっているということから、自動登録型リンクも有効といえますね。
    </content>
</entry>
<entry>
    <title>CentOS4.2＋Xen3</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2006/01/centos42xen3.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=22" title="CentOS4.2＋Xen3" />
    <id>tag:blog.xlabo.net,2006://1.22</id>
    
    <published>2006-01-12T13:27:27Z</published>
    <updated>2006-02-06T14:33:51Z</updated>
    
    <summary>　先日インストールしたCentOSにXen3をインストールしてみた。 ...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="Linux関連" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        　先日インストールしたCentOSにXen3をインストールしてみた。

        <![CDATA[　Xenは仮想マシン環境を実現するためのソフトウェアで、いくつものOSを仮想的に動作させることができる。現状はWindowsを動作させることはできないが、IntelのVirtualization Technology（VT)をサポートしているので、今後はWindowsも動作させることができるようになるはず。

　まず、Xenのダウンロード。
　CentOS用のバイナリはないようなのでソースからインストールすることに。

　<a href="http://www.xensource.com/">http://www.xensource.com/</a>

　上記のリンクからダウンロードする。ダウンロードするにはメールアドレスを入力する必要がある。そして、ソースのリンクが書いてあるメールが届く。

　ダウンロードしたのは"xen-3.0.0-src.tgz"。

　とりあえず解凍し、中のREADMEを見てみる。

　READMEの後半部分にソースからのインストール方法が書いてある。まず、必要になるソフトやライブラリのリストが書いてあり、それらをインストールする必要がある。

　次にmakeを行う。READMEではlinux-2.6-xenとなっているが、linux-2.6-xen0とした。

<blockquote># make KERNELS=linux-2.6-xen0 world</blockquote>

　次はinstall。

<blockquote># make install</blockquote>

　あとはKernelを構築する。Kernelを構築する必要がない場合は以下のようにする。

<blockquote># make dist</blockquote>

　Kernelを構築するときは以下のようにする。最後の行でinitrdを作成しているが、--with=aacraidというオプションは外さないと駄目だった。

<blockquote><pre># make linux-2.6-xen0-config CONFIGMODE=menuconfig
# make linux-2.6-xen0-build
# make linux-2.6-xen0-install
# depmod 2.6.12.6-xen0
# mkinitrd -v -f --with=sd_mod --with=scsi_mod initrd-2.6.12.6-xen0.img 2.6.12.6-xen0</pre></blockquote>

　最後にgrub.confにXen0のカーネルを追加する必要がある。こんな感じ。

<blockquote><pre>title Xen 3.0 / XenLinux 2.6
        kernel /xen-3.0.gz console=vga
        module /vmlinuz-2.6-xen0 root=/dev/VolGroup00/LogVol00 ro console=tty0
        module /initrd-2.6.12.6-xen0.img</pre></blockquote>

　これで、再起動してXenを選択するとXen0が起動する。しかし、いくつかの問題がある。

　問題の一つ目は動作させているPCはSMP対応なのだが、KernelがSMP対応になっていないらしく、Kernelを再構築する必要がある。これはKernelを再構築して解決した。

　もう一つの問題がある。それはノートPCという特性上、無線LANで使用したいのだが、無線LANがうまく動作しない。無線LANカードを利用しているのだが、Kernelの設定でPCカードバスが有効になっていなかったので有効にしたが駄目だ。他に問題があるのかもしれない。

　とりあえずは、ホストOSが動作したという状況。]]>
    </content>
</entry>
<entry>
    <title>Ping送信先</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2006/01/ping.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=21" title="Ping送信先" />
    <id>tag:blog.xlabo.net,2006://1.21</id>
    
    <published>2006-01-09T14:49:39Z</published>
    <updated>2006-01-09T14:54:12Z</updated>
    
    <summary>　Pingを送信してみることにした。Pingを送信することで、リンクが形成されGoogleに登録され...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="日記" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        　Pingを送信してみることにした。Pingを送信することで、リンクが形成されGoogleに登録されやすくなることを期待する。
        　
    </content>
</entry>
<entry>
    <title>Googleから検索されない（その３）</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2006/01/google_2.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=20" title="Googleから検索されない（その３）" />
    <id>tag:blog.xlabo.net,2006://1.20</id>
    
    <published>2006-01-06T14:28:58Z</published>
    <updated>2006-01-06T14:32:59Z</updated>
    
    <summary>　2005/12/29に自動登録型リンク集にこのページを登録してから１週間ほど経過した。 ...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="日記" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        　2005/12/29に自動登録型リンク集にこのページを登録してから１週間ほど経過した。

        　まだx Laboratoryのページは検索されない。さすがに１週間では無理か。もう１週間待つか。というか、何かを実験しなければいけないなぁ。
    </content>
</entry>
<entry>
    <title>Googleから検索されない（その２）</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2006/01/google_1.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=19" title="Googleから検索されない（その２）" />
    <id>tag:blog.xlabo.net,2006://1.19</id>
    
    <published>2006-01-01T13:28:33Z</published>
    <updated>2006-01-01T14:28:37Z</updated>
    
    <summary>　いまだにGoogleから検索されないようなので、いろいろ調べてやってみた。 ...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="日記" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        　いまだにGoogleから検索されないようなので、いろいろ調べてやってみた。

        <![CDATA[　まず、以下のサイトを参考にした。

<a href="http://www.neko01.com/pc/kensaku/googletouroku.html">http://www.neko01.com/pc/kensaku/googletouroku.html</a>

　そして、3の方法を実施した。実施した日付は2005/12/29。

　その後、<a href="http://kotonoha.main.jp/2004/10/24search-engine.html">サイト移転でGoogleから消滅。spam扱いされないSEO的引越し方法</a>というページを見つけた。

　自分のサイトは引越しなどしていないが該当する箇所がある。
　それは、トップページでMETAリフレッシュタグを使用しているという点。これは検索エンジンスパムと思われても仕方のない使い方のようだ。
　なぜこのようにしているかというと、コンテンツとしてはPukiWikiとブログで構成しているのだが、PukiWikiをルートに置いていないため、ルートからMETAで飛ばしていたのだ。

　そこで、PukiWikiのページをルート直下に置いた。これで、spam扱いされないことを期待する。
　しかし、Googleにはどの位すると登録されるのだろうか？ いろいろ見てみても、まちまちなので１ヶ月くらいは待つ必要があるのだろうか？]]>
    </content>
</entry>
<entry>
    <title>Google</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2005/12/google.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=18" title="Google" />
    <id>tag:blog.xlabo.net,2005://1.18</id>
    
    <published>2005-12-16T16:00:18Z</published>
    <updated>2005-12-16T16:03:00Z</updated>
    
    <summary>　まだGoogleから検索されない・・・。やはりトラックバックとかしないと駄目なのだろうか。今度参考...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="日記" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        　まだGoogleから検索されない・・・。やはりトラックバックとかしないと駄目なのだろうか。今度参考にしたところにトラックバックさせていただくことにしよう。
        
    </content>
</entry>
<entry>
    <title>CentOSのインストール</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2005/12/centos.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=17" title="CentOSのインストール" />
    <id>tag:blog.xlabo.net,2005://1.17</id>
    
    <published>2005-12-14T13:38:04Z</published>
    <updated>2005-12-14T13:47:54Z</updated>
    
    <summary>　LavieG TypeCにFedora Core 3をインストールしているが、なんとなくCentO...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="Linux関連" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        　LavieG TypeCにFedora Core 3をインストールしているが、なんとなくCentOSにしようと思った。

        <![CDATA[　CentOSはRed Hat Linuxのオープンソースを利用してコンパイルされたものらしい。なんとなくではあるが、Fedora Coreよりも安定しているかなと思いこれにしてみた。

　インストールはFedora Coreとほぼ同様だ。迷うことはないだろう。ただし、私はDVDでインストールする派なので、DVDイメージをダウンロードしようとしたがサイトにはない・・・。

　代わりにあるのは"CentOS-4.2-i386-binDVD1.torrent"というファイルだった。調べてみると"BitComet"というソフトでダウンロードするようだ。

　"BitComet"はファイル共有ソフトのようだ。以下のサイトからダウンロードした。

<a href="http://www.bitcomet.com/">http://www.bitcomet.com/</a>

　ダウンロード、そして、インストール後に立ち上げ、torrentファイルを読み込ませる。するとDVDイメージがタスクリストに登録されるので後は開始すればダウンロードを開始する。

　あとは、待つのみ。

　ダウンロードが完了したら、Hashを確認してみて同じならいいかも。そして、DVDに焼く。あとはインストール作業を開始。インストールは冒頭で示したとおりFedora Coreとほぼ同様だ。ただ、私のDVDへの焼き方が悪いのか３回に１回くらいインストールに失敗する。RPMのインストールのところで失敗する。なぜだ？ うまく行くときもあるので、やっぱり焼き方が悪いのかなぁ。

　と、CentOSにしてみたが、ほぼ、Fedora Coreと同じよう使用にできるようだ。これで、ホームサーバの準備ができた。]]>
    </content>
</entry>
<entry>
    <title>ブログスパムの経験者は４割</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2005/12/post_8.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=16" title="ブログスパムの経験者は４割" />
    <id>tag:blog.xlabo.net,2005://1.16</id>
    
    <published>2005-12-07T14:56:22Z</published>
    <updated>2005-12-07T15:00:18Z</updated>
    
    <summary>　ブログスパムの経験者は４割を超えているらしい。 http://www.itmedia.co.jp/...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="日記" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        <![CDATA[　ブログスパムの経験者は４割を超えているらしい。

<a href="http://www.itmedia.co.jp/enterprise/articles/0512/07/news083.html">http://www.itmedia.co.jp/enterprise/articles/0512/07/news083.html</a>
]]>
        　でも、他のブログをよく見てるけれどもスパムされているブログはあまり見たことがないなぁ。対策をしているからだろうか？ ちなみに、私はまだスパムされた経験はない。というか、このブログ自体Googleで検索しても出てこないのでスパムしても意味はないだろう・・・。
    </content>
</entry>
<entry>
    <title>Blogger API</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2005/12/blogger_api.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=15" title="Blogger API" />
    <id>tag:blog.xlabo.net,2005://1.15</id>
    
    <published>2005-12-07T14:43:54Z</published>
    <updated>2005-12-07T14:49:36Z</updated>
    
    <summary>　Movable Typeのユーザ・マニュアルを何気なく見ていたら、Blogger APIなるものに...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="日記" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        　Movable Typeのユーザ・マニュアルを何気なく見ていたら、Blogger APIなるものに対応しているとのこと。

        　知らなかった・・・。ブログのAPIとしてデファクトなものがあったのか。次世代ブログを考える上でこういったことは考えていたがすでにあるとは・・・。駄目だなもっと先を見ないと・・・。

　今度、試してみよう。
    </content>
</entry>
<entry>
    <title>coLinuxでFedora Core</title>
    <link rel="alternate" type="text/html" href="http://blog.xlabo.net/2005/12/colinuxfedora_core.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://blog.xlabo.net/mt-atom.cgi/weblog/blog_id=1/entry_id=14" title="coLinuxでFedora Core" />
    <id>tag:blog.xlabo.net,2005://1.14</id>
    
    <published>2005-12-07T13:42:38Z</published>
    <updated>2005-12-07T14:00:13Z</updated>
    
    <summary>　昨日に続き、coLinuxにFedora Core 1で起動してみる。Debianとの大きな違いは...</summary>
    <author>
        <name>admin</name>
        <uri>http://www.xlabo.net/</uri>
    </author>
            <category term="Linux関連" />
    
    <content type="html" xml:lang="ja" xml:base="http://blog.xlabo.net/">
        　昨日に続き、coLinuxにFedora Core 1で起動してみる。Debianとの大きな違いはないといっていいので、差分を書いておく。

        <![CDATA[　まず、当然ルートのファイルシステムはcolinux_minimal_fedora_core_1.zipで解凍される"fc1_2GB_root"を利用する。swapファイルは256のものを利用することにした。

　次に、起動時に利用する default.colinux.xml が異なる。
<blockquote>&lt;?xml version="1.0" encoding="UTF-8"?>
&lt;colinux>
    &lt;block_device index="0" path="\DosDevices\d:\colinux\fc1.fs" enabled="true" />
    &lt;block_device index="7" path="\DosDevices\d:\coLinux\swap256.fs" enabled="true" />
    &lt;bootparams>ro root=/dev/cobd0&lt;/bootparams>
    &lt;image path="vmlinux" />
    &lt;memory size="128" />
    &lt;network index="0" type="tap" />
&lt;/colinux></blockquote>
　zipファイルに含まれているxmlファイルがあるが、最後のnetworkタグは私の環境ではtypeをtapにする必要があった。他はzipファイルに含まれているxmlファイルを流用した。

　あとはFedora Coreの設定なので割愛する。

　以上、Windows上でLinuxを利用するcoLinux使用してみた。coLinuxはCygwinと比較しても遜色ないし、何より動作が速い。Virtual PCも利用したことがあるが本格的に利用することがない場合や、GUIがなくてもいいならcoLinuxで十分だと思う。]]>
    </content>
</entry>

</feed> 

