Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tedb19/e64c5a0b05f849622622dfc351468c2b to your computer and use it in GitHub Desktop.
Save tedb19/e64c5a0b05f849622622dfc351468c2b to your computer and use it in GitHub Desktop.
Install VirtualBox Guest Additions on a headless server
wget http://download.virtualbox.org/virtualbox/4.3.12/VBoxGuestAdditions_4.3.12.iso
sudo mkdir /media/iso
sudo mount -o loop ./VBoxGuestAdditions_4.3.12.iso /media/iso
sudo bash /media/iso/VBoxLinuxAdditions.run --nox11
sudo umount /media/iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment