From the help:
Ctrl-U,L: lower case Ctrl-U,U: upper case Ctrl-U,S: reverse case
From the help:
Ctrl-U,L: lower case Ctrl-U,U: upper case Ctrl-U,S: reverse case
The age of the universe is 13.798 billion years.
The size of the universe is unknown, it may be infinite.
A galaxy is a massive gravitationally bound system. There are probably more than 170 billion galaxies in the observable universe.
Found this article which said to edit /etc/mysql/my.cnf and in the [mysqld] section add ‘federated’, e.g.:
[mysqld] federated
Read a few interesting articles about domain names this evening: How Much Should You Pay for a Domain Name? and 14 Mistakes You May Be Making When Buying Domain Names.

See here!
Found this article.
Basically you have to edit the .mbox file. I used mutt to do that with:
# mutt -f list.mbox/list.mbox
Then ran mailman ./bin/arch to recreate the archive.
Talking about the new www.personalserver.com features…
Read all about HTML Elements and Attributes!
Today I learned about the fnmatch function in PHP. It supports wildcard matching. Handy!