Skip to content

Instantly share code, notes, and snippets.

@luisinder
Created August 12, 2015 21:50
Show Gist options
  • Save luisinder/27f42831b6676946ae9a to your computer and use it in GitHub Desktop.
Save luisinder/27f42831b6676946ae9a to your computer and use it in GitHub Desktop.
Pasos para instalar las Guest Additions en Ubuntu
# su (pwd)
# apt-get update
# apt-get upgrade
# apt-get install build-essential
# apt-get install linux-headers-$(uname -r)
# apt-get install module-assistant
# module-assistant prepare
# sh VBoxLinuxAdditions.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment