How to install virtualbox guest additions in Ubuntu when it is running as a virtualbox guest.

If you are running Ubuntu in Virtualbox and you need the Virtualbox Guest Additions to get better performance and higher resolutions, then type this command to install the required drivers. You will need the kernel headers installed to enable this command to complete sucessfully. But this works very well. sudo apt-get install virtualbox-guest-x11 I tried … Read more