Skip to content

Instantly share code, notes, and snippets.

@mmospanenko
Created October 20, 2015 20:25
Show Gist options
  • Save mmospanenko/b2003adab0bf47052716 to your computer and use it in GitHub Desktop.
Save mmospanenko/b2003adab0bf47052716 to your computer and use it in GitHub Desktop.
Install Virtualbox Guest Additions
wget http://download.virtualbox.org/virtualbox/5.0.6/VBoxGuestAdditions_5.0.6.iso # check version
sudo mount VBoxGuestAdditions_5.0.6.iso -o loop /mnt
sudo apt-get install build-essential linux-headers-`uname -r`
sudo bash /mnt/VBoxLinuxAdditions.run --nox11
sudo adduser $USER vboxsf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment