Skip to content

Instantly share code, notes, and snippets.

View gepatino's full-sized avatar
🏠
Working from home

Gabriel Patiño gepatino

🏠
Working from home
  • San Martín de los Andes, Argentina
  • 04:27 (UTC -03:00)
View GitHub Profile
@bhang
bhang / install_graphite_statsd_ubuntu_precise.sh
Created May 15, 2012 17:41
Install Graphite and statsd on Ubuntu 12.04 LTS (Precise Pangolin)
#!/bin/bash
# node.js using PPA (for statsd)
sudo apt-get install python-software-properties
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs npm
# Install git to get statsd
sudo apt-get install git