= 2009-06-28 = == Virtualization == * [http://www.linux-mag.com/id/7389 OVF to VM and Back Again] {{{ # ./ovftool /downloads/Ubuntu9.04.ovf /VM/Ubuntu9.04/Ubuntu9.04.vmx }}} * [http://communities.vmware.com/community/developer/ovf VMware Open Virtualization Format Tool] == Green Computing == * 可怕的阿本仔,怎麼會有這麼多硬碟的參數數據啊!!(昏) * [http://www.amrstation.com/style/media/hdd.html 3.5吋硬碟] * [http://www.amrstation.com/style/media/hdd_note.html 2.5吋硬碟] == Filesystem : Lustre == * 這裡[http://webcms.ba.infn.it/cms-software/cms-grid/index.php/Main/VanillaStorage 有一篇]講說怎麼在 Lenny 上編支援 Lustre 1.6.5 + Linux 2.6.26 的步驟,以下是在 amd64 版本的 lenny 編譯的過程 {{{ $ sudo apt-get install build-essential module-assistant linux-patch-lustre lustre-source linux-tree-2.6.26 $ cd /usr/src/ && sudo tar jxf linux-source-2.6.26.tar.bz2 && cd linux-source-2.6.26 $ sudo cp /boot/config-2.6.26-1-amd64 .config $ sudo make oldconfig $ CONCURRENCY_LEVEL=3 sudo make-kpkg clean $ sudo ln -s /usr/src/kernel-patches/lustre/scripts/apply /usr/src/kernel-patches/all/2.6.26/apply/lustre $ sudo ln -s /usr/src/kernel-patches/lustre/scripts/unpatch /usr/src/kernel-patches/all/2.6.26/unpatch/lustre $ CONCURRENCY_LEVEL=3 sudo make-kpkg --rootcmd fakeroot --added-patches=lustre --initrd --append-to-version "-lustre-amd64" --revision="1.6.5.1" kernel_image $ sudo dpkg -i ../linux-image-2.6.26-lustre-amd64_1.6.5.1_amd64.deb $ sudo m-a a-i lustre }}} * 不過我也確實編出來的 deb 套件少了 ldiskfs.ko * [http://www.mail-archive.com/pkg-lustre-maintainers@lists.alioth.debian.org/msg00086.html 這篇] 有另一種編譯方式 {{{ $ sudo apt-get install lustre-source $ cd /usr/src $ sudo m-a prepare lustre $ sudo m-a build lustre }}} == VirtualBox == * 安裝 VirtualBox 官方版本 {{{ $ echo "deb http://download.virtualbox.org/virtualbox/debian lenny non-free" > virtualbox.list $ sudo mv virtualbox.list /etc/apt/sources.list.d/ $ wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add - $ sudo apt-get update $ sudo apt-get install }}} * 匯入 OVF 範本,然後用命令列執行 {{{ $ VBoxHeadless -s jaunty -v on -w 800 -h 600 -p 1234 }}} * 安裝 VirtualBox OSE 自由軟體版本 - 參考[http://wiki.debian.org/VirtualBox Debian 官方維基] == 遠端桌面 == * Java 版本的 RDP 程式 * http://properjavardp.sourceforge.net/ * http://www.elusiva.com/opensource/