New Debian Box

Commands to get VBox Guest Additions on a new Debian box.

su
sudo adduser {username} sudo
exit
sudo apt-get install linux-headers-$(uname -r)
sudo apt-get install gcc make perl
cd /media/cdrom0
sh VBoxLinuxAdditions.run
sudo reboot

The list of commands to add sudo to user and install dependencies for VirtualBox Guest Additions.

Subscribe to Eric Brock

Don’t miss out on the latest issues. Sign up now to get access to the library of members-only issues.
jamie@example.com
Subscribe