Latest Entries
PIL with libjpeg on OS X Snow Leopard
On: April 06, 2011 By: Chris Robison In: Python
How I fixed my _imaging import problem. Read more»
MacPorts to Homebrew
On: February 17, 2011 By: Chris Robison In: OS X
Switching from MacPorts to Homebrew package manager. Read more»
Australian Slang
On: February 07, 2011 By: Travis Millward In: Travel
A dictionary of Australian slang words. Read more»
Terminal Keeps Forgetting My Preferences In O SX
On: January 18, 2011 By: Travis Millward In: Apple
This is how I permanently stopped Terminal in OS X from forgetting my preferences. I changed the default for my user on my computer. And this is how simple it is.
Go to System Preferences > Accounts
Unlock the pad lock
Right click on your user and choose Advanced Options
Change 'Login shell:' from '/bin/bash' to '/bin/zsh' ( i personally like zsh :) But change it ...
Read more»
Django Dumpdata to Fixture for Initial Data
On: April 22, 2010 By: Chris Robison In: Django
A useful command for dumping database data to a data serialization format that I always seem to forget... Read more»