(1)「系統」>「管理」>「Synaptic套件管理程式」>「設定」>「套件庫」>「第三方軟體」>「加入」,加入下面網址:
deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main
(2)重新載入Synaptic套件管理程式,再升級即可。
2008年11月24日 星期一
2008年11月20日 星期四
VirtualBox 分享資料夾設定
(1)點選VirtualBox視窗上的「裝置」>「分享資料夾」設定分享的名稱與路徑。
(2)在VirtualBox內的WinXp的命令提示字元中輸入net use e: \\vboxsvr\sharename
e:為網路磁碟機代號 sharename為分享資料夾所設定的名稱
參考資料:http://blog.roodo.com/kerick/archives/7006627.html
(2)在VirtualBox內的WinXp的命令提示字元中輸入net use e: \\vboxsvr\sharename
e:為網路磁碟機代號 sharename為分享資料夾所設定的名稱
參考資料:http://blog.roodo.com/kerick/archives/7006627.html
標籤:
Ubuntu
2008年11月17日 星期一
VirtualBox網路卡主端介面的設定
(1)安裝套件:
sudo apt-get install bridge-utils uml-utilities
(2)以下為啟動橋接的sh,需用sudo執行
------------------------------------------------
tunctl -t tap0 -u #接上使用者名稱
brctl addbr br0
ifconfig eth0 0.0.0.0 promisc
brctl addif br0 eth0
dhclient br0
brctl addif br0 tap0
ifconfig tap0 up
chmod 666 /dev/net/tun
------------------------------------------------
(3)將 VirtualBox 的網路設定為「主端介面」,Interface Name 設為 tap0 即可
(4)以下為關閉橋接的sh,需用sudo執行
------------------------------------------------
brctl delif br0 eth0
brctl delif br0 tap0
brctl delbr br0
ifconfig tap0 down
ifconfig br0 down
ifconfig eth0 down
ifconfig eth0 up
------------------------------------------------
參考資料:http://blog.xuite.net/csiewap/cc/16417942
sudo apt-get install bridge-utils uml-utilities
(2)以下為啟動橋接的sh,需用sudo執行
------------------------------------------------
tunctl -t tap0 -u #接上使用者名稱
brctl addbr br0
ifconfig eth0 0.0.0.0 promisc
brctl addif br0 eth0
dhclient br0
brctl addif br0 tap0
ifconfig tap0 up
chmod 666 /dev/net/tun
------------------------------------------------
(3)將 VirtualBox 的網路設定為「主端介面」,Interface Name 設為 tap0 即可
(4)以下為關閉橋接的sh,需用sudo執行
------------------------------------------------
brctl delif br0 eth0
brctl delif br0 tap0
brctl delbr br0
ifconfig tap0 down
ifconfig br0 down
ifconfig eth0 down
ifconfig eth0 up
------------------------------------------------
參考資料:http://blog.xuite.net/csiewap/cc/16417942
標籤:
Ubuntu
Ubuntu下安裝VirtualBox
方式一:
(1)至 http://www.virtualbox.org/wiki/Linux_Downloads 下載deb安裝檔。
(2)點兩下安裝完成後,系統會自動增加 vboxusers 這個群組。
(3)將「系統」>「管理」>「使用者及群組」>「解除鎖定」>「管理群組(M):」進入「群組設定值」畫面。
(4)點選 vboxusers 後,選擇「屬性」,將允許使用VitualBox的使用者都勾選。
(5)登出/登入
方式二:
(1)「系統」>「管理」>「Synaptic套件管理程式」>「設定」>「套件庫」>「第三方軟體」>「加入」,加入下面網址:
deb http://download.virtualbox.org/virtualbox/debian intrepid non-free
(2)在終端機下輸入
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
(3)用Synaptic套件管理程式重新載入套件庫後,搜尋「virtualbox」,然後進行安裝。
其他:
升級核心後重新開機要執行
sudo /etc/init.d/vboxdrv setup
參考資料:http://www.wmfield.idv.tw/567
(1)至 http://www.virtualbox.org/wiki/Linux_Downloads 下載deb安裝檔。
(2)點兩下安裝完成後,系統會自動增加 vboxusers 這個群組。
(3)將「系統」>「管理」>「使用者及群組」>「解除鎖定」>「管理群組(M):」進入「群組設定值」畫面。
(4)點選 vboxusers 後,選擇「屬性」,將允許使用VitualBox的使用者都勾選。
(5)登出/登入
方式二:
(1)「系統」>「管理」>「Synaptic套件管理程式」>「設定」>「套件庫」>「第三方軟體」>「加入」,加入下面網址:
deb http://download.virtualbox.org/virtualbox/debian intrepid non-free
(2)在終端機下輸入
wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -
(3)用Synaptic套件管理程式重新載入套件庫後,搜尋「virtualbox」,然後進行安裝。
其他:
升級核心後重新開機要執行
sudo /etc/init.d/vboxdrv setup
參考資料:http://www.wmfield.idv.tw/567
標籤:
Ubuntu
訂閱:
文章 (Atom)