WordPress’s Unique Secret Keys are Unencrypted!
Posted on April 28th, 2008 by Elliot
They should use SSL (https)… but they’re not. So be careful!
http://wordpress.org/development/2008/04/wordpress-251/
Posted on April 28th, 2008 by Elliot
They should use SSL (https)… but they’re not. So be careful!
http://wordpress.org/development/2008/04/wordpress-251/
Posted on April 28th, 2008 by Elliot
svn update brings changes from the repository into your working copy. If no revision given, it brings your working copy up-to-date with the [...]
Posted on April 15th, 2008 by Elliot
I’m looking forward to the Asus Eee PC 900. I’ve always been in love with small laptops, ever since obsessing over the Toshiba Libretto many years ago. Fortunately they’re cheaper nowadays, and the technology is far better, too. Life is great
Here’s a video on YouTube of the 900 series hands-on. It will have [...]
Posted on November 20th, 2007 by Elliot
List of useful Exim Commands
Exim Cheatsheet
One way to delete frozen messages:
exim -bpr | grep frozen | awk {’print $3′} | xargs exim -Mrm
Report how many frozen messages are in the queue:
exim -bpr | grep frozen | wc -l
exim -bpr | grep -c frozen
Report the total number of emails in the queue:
exim -bpr | [...]