VirtualBox Linux Guest configuration
- Set Guest screen resolution
$ sudo apt-get install virtualbox-guest-dkms
- Auto mount of shared folder on Guest
$ sudo -H gedit /etc/rc.local
Before 'exit 0' type: mount.vboxsf windows_share_name /media/windows_share vboxsf
- Ubuntu Chromium always in incognito mode
$ cp /usr/share/applications/chromium-browser.desktop ~/.local/share/applications/
$ vi ~/.local/share/applications/chromium-browser.desktop
Find the first line in the file that begins with Exec= Replace the line by Exec=chromium-browser --incognito
- Internet slow on Virtualbox Guest
Keeping attached to 'NAT' adapter, change adapter type to
PCnet-PCI II adapter for Windows XP guest
One of Intel (Intel PRO MT/1000 Server) for Windows 7 guest
PIIX3 to ICH9 For Linux guest