Skip to content

Instantly share code, notes, and snippets.

View bnsantos's full-sized avatar

Bruno Nascimento Santos bnsantos

  • Red Balloons
  • Belo Horizonte - Brazil
View GitHub Profile

##Ubuntu Server

NodeJS

sudo apt-get install g++ curl libssl-dev apache2-utils git-core make
cd /usr/local/src
wget http://nodejs.org/dist/v0.10.28/node-v0.10.28.tar.gz
tar -xvzf node-v0.10.28.tar.gz
cd node-v0.10.28