MRTG and BIG/ip
MRTG and F5's BIG-IP
Sample MRTG configs and info about using MRTG with your BigIP
Whoa, mega performance boost! (long)
This may be wack, but supposedly will increase game performance.
"All your base stations are belong to us."
They have linux running on 802.11b base stations. Specifically: "Any access points based on the Eumitcom WL11000SA-N board".
Buffalo Technology (USA), Inc. - Products
Cheap Wireless Access points that will act as a bridge.
Edit HTML With a One-Line Perl Program
I found this by googling for (no quotes) "perl one liner edit in place". It's handy.
Ah, found out one trickiness on Windows. Since the windows shell doesn't expand out globs like unix shells do, the example:
perl -i.bak -p -e 's/xyz\.rice\.edu/abc.rice.edu/ig' *.html
doesn't work. What you need to do instead is:
for %i in (*.html) do perl -i.bak -p -e 's/xyz\.rice\.edu/abc.rice.edu/ig' %i
You end up restarting perl every time (rather than one invocation over multiple files, you have multiple invocations on 1 file each), but it does work.
ExRx (Exercise Prescription) on the Net
They have animated gifs of exercises, and various exercise info.
Jpegpixi - JPEG pixel interpolatorIf you have a busted CCD in your digital camera, this might help you out.