Menu-Submenu

VirtualBox Linux Guest configuration


VirtualBox Linux Guest configuration


  1. Set Guest screen resolution
$ sudo apt-get install virtualbox-guest-dkms




  1. 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




  1. 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


  1. 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