Yesterday I installed DenyHosts on my Linux box. This is an interesting program - it's a Python program that scans your system logs and looks for repeated failed login attempts and then it adds those IP addresses to your...
While attempting to install DenyHosts, I got an error about "invalid Python installation". I found the solution here. Basically just: sudo apt-get install python2.4-dev...
A really, really strange thing happened yesterday. Something that shook the rock of my faith in TiVo and vegetables. We were watching something that we had recorded on TiVo. Suddenly, the program cut out and was replaced with a...
I have strange wireless problems at home with my PowerBook. Maybe people have ideas on how to fix this...? Every once in a while, my PowerBook completely loses access to my home (WEP-encrypted) wi-fi network. In fact, it...
Here's my Emacs gem of the day. Let's say you're writing code and you or the folks you work with like to line up all your variable declarations in nice, neat columns - e.g.: int number; const Thingamajig foo; float fraction; It...