顯示具有 VirtualBox 標籤的文章。 顯示所有文章
顯示具有 VirtualBox 標籤的文章。 顯示所有文章

2018年6月25日 星期一

[VirtualBox]在MAC環境下的vm ubuntu裡面掛載共享資料夾

先安裝VirtualBox套件工具包

1. Update system's packages
$ sudo apt-get update 
2. install virtual box guest additions (referenced from here)
$ sudo apt-get install virtualbox-guest-additions-iso
3. Now install guest additional package (Crucial step! People generally miss this which creates an error “Unknown file type “vboxsf”)
$ apt-get install virtualbox-guest-utils
之後在VirtualBox主程式裡面設定掛載的資料夾名稱,設定->共用資料夾->加入新的共用資料夾。

現在就可以進行掛載,掛載語法為:
$ mount -t vboxsf shared /home/shared_folder;

2015年3月30日 星期一

[osx]在windows 7 的virtualbox啃蘋果


How to install OS X Mavericks in Virtualbox with Niresh

We've previously shown you how to install OS X Mountain Lion on a virtual machine by using iAtkos ML2, which is great practice for installing Mac OS X on your actual computer. And now that Apple has released OS X Mavericks, it's only fitting that we show you how to install Mavericks in a virtual machine as well. Unlike in previous versions of this guide, we'll be using the newly-popular "Niresh" distro of Mavericks instead the old iAtkos distro (which is no longer publicly available for free). While we've already shown you how to install Mavericks on your actual computer with Niresh, it also works great with virtual machines.

2015年3月27日 星期五

[VirtualBox] Ubuntu 14.04 調整螢幕解析度

點選模擬器視窗上方的 "裝置"→"插入 Guest Additions CD 映像",
系統內就會顯示需要密碼取得權限繼續安裝,
輸入密碼後點選確定,安裝完畢後重開機即可調整解析度。

Google Analytics初學者入門簡介