Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am robbevan on github.
  • I am robbevan (https://keybase.io/robbevan) on keybase.
  • I have a public key ASC_0_84hDLnAwEBLtAtVAqbpUcbZpWMeDyONDMa3dlipwo

To claim this, I am signing this object:

Verifying that +robbevan is my blockchain ID. https://onename.com/robbevan
@robbevan
robbevan / gist:740696
Created December 14, 2010 16:57
Install node.js from git repo on Joyent SmartMachine
git clone git://github.com/ry/node.git
cd node
git checkout v0.2.5
./configure --prefix=/opt/local
sudo make install
node -v # v0.2.5
# install npm
curl http://npmjs.org/install.sh | sh
function p {
description=$1
shift 1
prowlr apikey bash -d $description $@
}