wiki:wade/VirtualBox

Version 5 (modified by wade, 16 years ago) (diff)

--

Introduction

如果你覺得 VMware 要註冊太麻煩,你不妨參考一下這個曾經是 open source 的 VM 軟體 VirtualBox (可惜這個好咚咚已經被 sun 買走了)。但它還是 GNU General Public License(GPL) 授權。目前他可以支援 Windows、 Linux、 Macintosh and OpenSolaris。你可以用它來模擬 x86 的機器,例如你想在 ubuntu 內同時執行模擬三個 x86 的機器來執行,你就得靠它來幫忙了。

Install

Operation System:Ubuntu 8.04 LTS

  • 加入軟體的鏡像網站:
    • 編輯 apt 的 sources.list。
      sudo vim /etc/apt/sources.list
      
    • 加入下面這行。
      deb http://download.virtualbox.org/virtualbox/debian hardy non-free
      
    • 下載 Sun public key:
      wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc
      
    • 加入 Sun public key:
      sudo apt-key add sun_vbox.asc
      
    • 更新:
      sudo apt-get update
      
  • Install VirtualBox:
    sudo apt-get install virtualbox
    
  • Execute VirtualBox:
    Virtualbox
    

NAT 設定

Reference

http://www.virtualbox.org/

Attachments (2)

Download all attachments as: .zip