ProgrammingPython Wondering which Python your Apache with modwsgi is using? This let me figure out that my modwsgi wasn't using the Python that I thought it was. sudo lsof -c httpd | grep python
General Fix for oh-my-zsh git-svn prompt slowness I was dying a slow death from the slowness of my zsh prompt when using oh-my-zsh's git plugin and a repository managed by git-svn. I finally decided to do something about it today. I tracked the slowness down to the...