jakeasaur.us

fucked rc.conf?

Published Thursday, Jan 28 at 20:28 GMT

Append “1” to the kernel line in grub. This should drop you down into a barebones shell post boot.

Git Colour!

Published Thursday, Jan 28 at 19:08 GMT

git config —global color.branch auto
git config —global color.diff auto
git config —global color.interactive auto
git config —global color.status auto

Googled from http://arthurkoziel.com/2008/05/02/git-configuration/

Mental Note

Published Tuesday, Jan 26 at 18:43 GMT

Update .git/config on your production servers after moving your git repo and before deploying.

Commands To Remember

Published Tuesday, Jan 26 at 02:47 GMT

Starting rabbitmq (mac ports)

sudo /opt/local/sbin/rabbitmq-server start

Starting couchdb (mac ports)

sudo /opt/local/bin/couchdb

Starting Resque

QUEUE=* rake resque-work