Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save larrybahr/43a9d55f6e1c32932438c1a9d73a45c6 to your computer and use it in GitHub Desktop.
Save larrybahr/43a9d55f6e1c32932438c1a9d73a45c6 to your computer and use it in GitHub Desktop.
sudo apt install linux-headers-$(uname -r) build-essential dkms gcc make perl
sudo reboot
// Insert Guest Additions CD BEFORE running next command
sudo mkdir -p /media/cdrom
sudo mount /dev/cdrom /media/cdrom
sudo /media/cdrom/VBoxLinuxAdditions.run
sudo reboot
sudo adduser $(whoami) vboxsf
sudo usermod --append --groups vboxsf $(whoami)
sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment