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.