Skip to content

Instantly share code, notes, and snippets.

@deanrock
deanrock / 0_reuse_code.js
Last active August 29, 2015 14:12
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@deanrock
deanrock / instal_vbox_additions.sh
Created December 14, 2014 17:32
install virtualbox additions for VB 4.3.20 Linux (Debian) guests
apt-get install -y linux-headers-$(uname -r)
cd /tmp
wget http://download.virtualbox.org/virtualbox/4.3.20/VBoxGuestAdditions_4.3.20.iso
mount -o loop,ro VBoxGuestAdditions_4.3.20.iso /mnt
/mnt/VBoxLinuxAdditions.run