wiki:jazz/10-01-25
close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_core.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

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

--

2010-01-25

  • Windows XP kill process via CMD
    1. tasklist # 查看目前運行的 process
    2. taskkill /f /im appname.exe # 直接使用應用程式名稱停止
    3. taskkill /f /pid appid # 使用 pid 停止
    

VirtualBox

  • 利用 virtualbox 來做 drbl 開發與測試環境
  • 撰寫安裝 virtualbox 的 script - [raw-attachement:wiki:jazz/10-01-25:virtualbox_install.sh virtualbox_install.sh]
  • [備忘] 設定 tun 的 script - from : DRBL 進階課程 - [raw-attachement:wiki:jazz/10-01-25:config-tun.sh config-tun.sh]

Attachments (3)

Download all attachments as: .zip