Author Archives: admin

How to configure iis 7 to listen on a single ip address or specific ip addresses

Windows Server 2008/IIS 7: 1. Open a command prompt and type “netsh”. 2. Type “http”. 3. Type “show iplisten” By default, iis listens on all ip addresses. If you don’t see anything, then iis is listening on all ip addresses … Continue reading

Posted in IIS, Microsoft, windows | Comments Off on How to configure iis 7 to listen on a single ip address or specific ip addresses

How to install mysqldb for python on Mac OSX

Install XCode and the command line tools Install homebrew brew install mysql-connector-c pip install mysql-python

Posted in Mac OS X, python | Comments Off on How to install mysqldb for python on Mac OSX

Yosemite maximize button is broken!

Still not fixed in El Capitan 🙁 But you can get the correct functionality by holding option + shift while clicking the green button that used to do the right thing. It is too bad that got more complicated.

Posted in Mac OS X | Comments Off on Yosemite maximize button is broken!

Unable to load psycopg2 on Mac OSX El Capitan

I upgraded to El Capitan today and of course had to reinstall homebrew and all my python and development tools. I went to try to run a django app on my machine and kept getting this error: django.core.exceptions.ImproperlyConfigured: Error loading … Continue reading

Posted in Mac OS X, postgres, python | Comments Off on Unable to load psycopg2 on Mac OSX El Capitan

How to undelete files in Linux (yes it can be done!)

extundelete. extundelete works well.  I just used it to recover 30,000+ image files that were accidentally deleted with rm -r -f. This program is a lifesaver! Check it out here: http://extundelete.sourceforge.net/ I used the –restore-all option after the –restore-directory failed … Continue reading

Posted in Linux | Comments Off on How to undelete files in Linux (yes it can be done!)