Jade's weblog Archive

Very high load on Fedora Core 4 (96!)

My load on my laptop is now 96. (I wonder what the record is for high load?)

Top does show nsd (Aolserver) taking up a lot of CPU. I restarted it just now.

10:41 AM, 20 Oct 2005 by Jade Rubick Permalink | Comments (1)

Resending emails from a maildir

A user on one of my linux boxes had accumulated a bunch of email in a maildir, and wanted them forwarded to a new email address.

I wrote a script that did this:

#!/bin/bash

echo

for file in *.org

do
/usr/sbin/sendmail hisemail@safe4all.org hisemail@safe4all.org < "$file"
echo "$file name";
done
exit 0


Our domain name ends in .org, so that would change if you were at a .com or otherwise.

08:25 PM, 18 Oct 2005 by Jade Rubick Permalink | Comments (0)

Now there are two powerful ways to motivate yourself to work out: shame and competition. I'm currently ranked #2 in the exercise motivator, and I just worked out, so the world doesn't have to see that it's been a long time since I've worked out.

10:43 AM, 13 Oct 2005 by Jade Rubick Permalink | Comments (1)

Exercise motivator now keeps score

I've added in scores for the exercise motivator. You can keep track of how long you workout, and see how your score matches up with other motivated people. :)

06:05 PM, 11 Oct 2005 by Jade Rubick Permalink | Comments (0)

XML