Skip to content

Instantly share code, notes, and snippets.

@alejandrobernardis
Created February 13, 2012 20:48
Show Gist options
  • Save alejandrobernardis/1820280 to your computer and use it in GitHub Desktop.
Save alejandrobernardis/1820280 to your computer and use it in GitHub Desktop.
install
apt-get update && apt-get -u upgrade
apt-get install build-essential tree joe
apt-get install python-setuptools
apt-get install mercurial subversion git
apt-get install ant curl sqlite3 mysql-server mysql-client mysql-common mongodb-server mongodb-clients python-mysqldb python-pycurl python-pymongo
easy_install supervisor
# interfaces
auto eth0
iface eth0 inet static
address 152.146.124.99
netmask 255.255.254.0
network 152.146.124.0
broadcast 152.146.124.255
gateway 152.146.124.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment