Skip to content

Instantly share code, notes, and snippets.

@rustyrazorblade
Last active August 29, 2015 14:08
Show Gist options
  • Save rustyrazorblade/e673d999425867256437 to your computer and use it in GitHub Desktop.
Save rustyrazorblade/e673d999425867256437 to your computer and use it in GitHub Desktop.
vm bootstrap
apt-get update
apt-get upgrade
apt-get install sysstat
sudo apt-get install -y dkms build-essential linux-headers-generic linux-headers-$(uname -r)
apt-get install fuse
apt-get install git
apt-get install cmake
apt-get install libuv-dev libuv0.10
apt-get install clang make cmake libuv-dev libssl-dev
apt-get install fuse
apt-get install libfuse-dev
apt-get install htop
apt-get install dstat
apt-get install gdb
apt-get search ack
apt-get install ack-grep
echo "ls -lah --color" >> /etc/bash.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment