wiki:jazz/10-08-27

Version 5 (modified by jazz, 14 years ago) (diff)

--

2010-08-27

  • 14:00~15:00 雲端技術展示 - 抓抓龍(Crawlzilla)簡報、展示
  • 15:00~17:00 Crawlzilla 後續發展方向討論 - 開 issue

Debian

  • [參考] Debian GNU/Linux 安裝手冊 - 4.4. 準備從 USB 隨身碟開機的檔案
    ~$ sudo su -
    ~# wget http://free.nchc.org.tw/debian/dists/Debian5.0.5/main/installer-amd64/current/images/hd-media/boot.img.gz
    ~# zcat boot.img.gz > /dev/sdb
    ~# mount /dev/sdb /mnt
    ~# cd /mnt
    /mnt# wget http://free.nchc.org.tw/debian-cd/current/amd64/iso-cd/debian-505-amd64-businesscard.iso
    ~# cd
    ~# umount /mnt
    

Netboot.me

  • 環保一點,所以下載 USB Image
    $ wget http://static.netboot.me/gpxe/netbootme.usb
    
  • 接上 USB 拇指碟,透過 /proc/partitions 確認磁碟位置
    $ cat /proc/partitions
    
  • 確認在 /dev/sdb 之後就使用 dd 把 USB Image 寫入拇指碟
    $ sudo dd if=netbootme.usb of=/dev/sdb
    

Attachments (1)

Download all attachments as: .zip