Skip to content

Instantly share code, notes, and snippets.

@ricventu
Last active April 4, 2018 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ricventu/7258f42dd20d19858ca6aa91894bb657 to your computer and use it in GitHub Desktop.
Save ricventu/7258f42dd20d19858ca6aa91894bb657 to your computer and use it in GitHub Desktop.
Virtualbox guest additons Ubuntu

Install VirtualBox Guest Additions

Ubuntu

sudo apt-get install dkms

Insert Guest Additions CD image and install it

sudo usermod -a -G vboxsf <username>

Linux Mint

/usr/lib/nux/unity_support_test -p
sudo apt install build-essential module-assistant dkms
sudo m-a prepare

Insert Guest Additions CD image and install it

Edit the file /etc/modules by adding the line

vboxvideo

at the end of the file

sudo usermod -a -G vboxsf <username>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment