General

DenyHosts

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...
Mac

PowerBook Wireless problems

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...
General

Aligning columns in Emacs

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...