I just installed mountain lion on my macbook pro and starting to install all my development tools. This time I plan to document all the things I do for the sake of making notes…
Setup Python 2.7, Django 1.4 with virtualenv and virtualenvwrapper on Bluehost
I am pretty excited about learning django. As part of the development process, I wanted to see what it takes to host a django app and thought it would be a good exercise to try it out on my domain. In order to do this, you need shell access. A …
My take on Butter Chicken
Tandoori Style Butter Chicken at Trader Joe’s
Time Machine backup to an SMB share
If you wanted Time Machine to work with a SMB share you will notice that it doesn’t work. To get it to work run the following command on the terminal
defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1
Now mount your SMB share. The best way to do this is …

