wiki:jazz/09-06-28

Version 4 (modified by jazz, 15 years ago) (diff)

--

2009-06-28

Lustre

  • 這裡有一篇講說怎麼在 Lenny 上編支援 Lustre 1.6.5 + Linux 2.6.26 的步驟
    In a nutshell:
    
      #[/root] apt-get install build-essential module-assistant
      # apt-get install linux-patch-lustre lustre-source linux-tree-2.6.26
      # cd /usr/src/ && tar jxf linux-source-2.6.26.tar.bz2 && cd linux-source-2.6.26
      # cp /boot/config-2.6.26–1−686 .config
      # make oldconfig
      # export CONCURRENCY_LEVEL=3
      # make-kpkg clean
      # ln -s /usr/src/kernel-patches/lustre/scripts/apply /usr/src/kernel-patches/all/2.6.26/apply/lustre
      # ln -s /usr/src/kernel-patches/lustre/scripts/unpatch /usr/src/kernel-patches/all/2.6.26/unpatch/lustre
      # make-kpkg —rootcmd fakeroot —added-patches=lustre —initrd —append-to-version “-lustre-1.6.5.1″ —revision=20090309 kernel_image
      # cd ..
      # dpkg -i linux-image-2.6.26-lustre-1.6.5.1_20090309_i386.deb
    
    Reboot the machine; then:
    
      # m-a update
      # m-a a-i lustre openafs
      # aptitude install openafs-client nfs-common
    

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 自由軟體版本 - 參考Debian 官方維基

遠端桌面