Skip to content

Instantly share code, notes, and snippets.

@uroshekic
Created November 10, 2014 12:35
Show Gist options
  • Save uroshekic/d428a9ef09e28e4855a9 to your computer and use it in GitHub Desktop.
Save uroshekic/d428a9ef09e28e4855a9 to your computer and use it in GitHub Desktop.
Installing Guest Additions to Linux host (Virtualbox)
# https://www.virtualbox.org/manual/ch04.html#idp54739648
# http://www.turnkeylinux.org/docs/virtualbox-guest-addons
apt-get install dkms
# Insert Guest Additions CD image...
sudo mount /dev/cdrom /mnt
cd /mnt
sudo ./VBoxLinuxAdditions.run
# Restart
xrandr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment