October 2011
4 posts
3 tags
How to connect to MongoDB from Node.js
Node, meet Mongo: nodejs-meet-mongo.js
3 tags
Rdio signup howto from outside US
Get and install the Tor Browser Bundle (We need Tor, Vidalia, Firefox, and Torbutton).
Start Vidalia.
On Firefox Torbutton click Toggle Tor status.
Click View the Network in Vidalia.
Memorize nicknames of US relays.
Click Settings, choose Advanced and Edit current torrc.
Insert nicknames comma separated after ExitNodes (ExitNodes nickname1, nickname2).
Insert this line somewhere:...
2 tags
When using iDefrag make sure you turn your screen brightness down before you reboot to keep the disks cooler.
1 tag
Git: How to upgrade from a remote branch
git fetch [remote]
git merge [remote]/[branch]