ubuntu

OSX Package Management with Homebrew

Homebrew (http://brew.sh/) is the 'missing package manager for OSX', it brings all the package management niceties to your Mac.


Node: Not Found? But I Just Installed It!

NodeJS doesn't work with 'node' but does with 'nodejs', run `sudo ln -s "$(which nodejs)" /usr/bin/node`