Skip to content

Instantly share code, notes, and snippets.

View athirn's full-sized avatar

Athir Nuaimi athirn

View GitHub Profile
@athirn
athirn / setup-statsd.sh
Created June 19, 2012 19:36 — forked from KyleAMathews/setup-statsd.sh
Setup Ubuntu 12.04 EC2 server with StatsD/Bucky/Graphite - see http://github.com/anuaimi/puppet_graphite for latest
sudo apt-get update
sudo apt-get install -y g++ curl libssl-dev apache2-utils make
sudo apt-get install -y git-core
# download the Node source, compile and install it
cd /opt
sudo git clone https://github.com/joyent/node.git
cd node
sudo git checkout v0.6
@athirn
athirn / vagrant.org
Created November 2, 2011 23:33 — forked from msmith-thrillist/vagrant.org
Setting up a CentOS 5.4 base box for Vagrant