wiki:jazz/10-08-27

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

--

2010-08-27

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

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