最近旺角新開了一間樓上書店, 其名為序言書室.
星期一在明報看到有報導介紹, 於是在當日下班去看一看.
那是一間專賣政治, 文化, 歷史和哲學書的書店, 以英文書為主,
而且所賣的書在香港比較難找.
環境不錯, 很優雅, 亦很有書卷味.
Blog of Wan Leung (Chris Wong, wanleung)
最近旺角新開了一間樓上書店, 其名為序言書室.
星期一在明報看到有報導介紹, 於是在當日下班去看一看.
那是一間專賣政治, 文化, 歷史和哲學書的書店, 以英文書為主,
而且所賣的書在香港比較難找.
環境不錯, 很優雅, 亦很有書卷味.
わかった…わかったぞ
飛行機があれだけ高く飛べるのは
すさまじいばかりの空気の抵抗があるからこそなのだ
一句很有深度的經典名句.
http://www.mathsking.net/test/question.htm
You have 37 points. 你是第四種. 你是個充滿愛的人. 浪漫, 花和洒是你用來享受人生必要的東西. 你對承諾十分認真. 你是個很有家庭氣息的人, 你每個星期天都會打電話給你媽媽, 你永遠也不會忘記生日的日子. 不要讓你對浪漫的熱情與現實所發生的混淆一起.
変ですね!!!
夢をあきらめないで
詞、曲:岡村孝子
乾いた空に続く坂道
後姿が小さくなる
優しい言葉 探せないまま
冷えたその手を 振り続けた
いつかは 皆 旅立つ
それぞれの道を歩いていく
あなたの夢を あきらめないで
熱く生きる瞳が好きだわ
負けないように 悔やまぬように
あなたらしく 輝いてね
苦しいことに つまづく時も
きっと 上手に 越えて行ける
心配なんて ずっと しないで
似てる誰かを愛せるから
切なく残る痛みは
繰り返すたびに 薄れていく
あなたの夢を あきらめないで
熱く生きる瞳が好きだわ
あなたが選ぶ全てのものを
遠くにいて信じている
あなたの夢を あきらめないで
遠くにいて信じている
Here is the instruction for running XEN on Debian Etch on Core2Duo 6300 with 2GB Ram.
First, install all the packages that related to XEN.
apt-get install libc6-xen linux-headers-2.6-xen-686 linux-headers-2.6-xen-vserver-686 linux-headers-2.6.18-4-xen linux-headers-2.6.18-4-xen-686 linux-headers-2.6.18-4-xen-vserver linux-headers-2.6.18-4-xen-vserver-686 linux-image-2.6-xen-686 linux-image-2.6-xen-vserver-686 linux-image-2.6.18-4-xen-686 linux-image-2.6.18-4-xen-vserver-686 linux-image-xen-686 linux-image-xen-vserver-686 linux-modules-2.6.18-4-xen-686 linux-modules-2.6.18-4-xen-vserver-686 xen-hypervisor-3.0.3-1-i386 xen-hypervisor-3.0.3-1-i386-pae xen-ioemu-3.0.3-1 xen-tools xen-utils-3.0.3-1 xen-utils-common bridge-utils iproute sysfsutils
Then, boot reboot the machine and choose the pae kernel to boot.
Next, add the following into /etc/network/interface for the Xen Bridge neteork.
auto xenbr0 iface xenbr0 inet dhcp bridge_ports eth0 # optional bridge_maxwait 0
To build a new debian domain:
Configurature /etc/xen-tools/xen-tools.conf collectly such as kernel version and initrd.
Then, run
xen-create-image --hostname=<name_of_DomU> --dir /home/xen/images/debian
Next, configurature
/etc/xen/<name_of_DomU>.cfg
to make sure all the Tag are correct.
Finally, run
xm create test.cfg -c
to run the VM.
As Core2Duo 6300 support VT, we could run Windows under Xen.
To run Windows in Xen,
first, build an image file for windows.
dd if=/dev/zero of=/home/xen/images/WinXP.img bs=1M count=4096
Next, copy the Windows XP install CD in to an iso format
dd if=/dev/cdrom of=/home/xen/cds/winxp.iso
Then, build a winxp config file in /etc/xen as the following. eg:
vi /etc/xen/winxp
kernel = "hvmloader" builder='hvm' memory = 512 name = "winxp" vif = [ 'type=ioemu, bridge=xenbr0' ] disk = [ 'file:/home/xen/images/WinXP.img,ioemu:hda,w', 'file:/home/xen/cds/winxp.iso,hdc:cdrom,r' ] #cdrom = '/dev/hda' device_model = 'qemu-dm' boot="dc" sdl=1 vnc=0 nographic=0 localtime=1
Run
xm create winxp -c
to boot up the VM and install XP.
After finished installing the XP, turn off the VM and
change the
boot="dc"
to
boot="c"
in
/etc/xen/winxp