September 9, 2009 7:40 PM

Install nose with Python 2.6 on Mac OSX

Nose, by default when installed using setuptools (easy_install) on Mac OSX, installs itself against Python 2.5 (or possibly some other older version). This is a problem if your code is not compatible with Python 2.5. The reason for this is even after you install Python 2.6 from the python site, setuptools is still referencing the older version of python. The fix this is very easy.

September 1, 2009 11:35 AM

Location of awstats.pl in Ubuntu

I keep forgetting where Awstats is installed in Ubuntu, so I give it here for every ones reference.

The location of awstats.pl in Ubuntu 9.04 is /usr/lib/cgi-bin. The configuration files for Awstats are located in /etc/awstats/. This may be the same in other version of Ubuntu and other distributions of Linux as well.