Installing (and Fixing) Node, NPM and maybe Grunt on OSX
Problems with Node? It’s not uncommon.
So, have you got the latest version?
node -v
v0.10.28
npm -v
0.01
OK, that’s not good. Even if you have newish versions though and you can’t get it working it’s often best just to start from scratch.
Clear...
How to Clear DNS for OSX
You made a change to your DNS. You wanna test it. Is it workin?
To clear the DNS, do this:
sudo killall -HUP mDNSResponder
then go to chrome://net-internals/#dns
and click the clear host cache button
Check the results with this:
whois example...
Getting Started with Terminal
<3 Your Terminal
Is terminal in your Doc? do you use it? If not you are missing out as a web professional. Learning a few commands, or at least being aware of what to look up, makes you more productive and confident on your own (Linux or OSX) machine...