Update – May 2013: I’ve received a few emails asking how to prevent this script from continuously eating up disk space… Rather than re-invent the wheel, I just use built in Linux commands in my root crontab that run once a day: 0 4 * * * find /home/tim/backups/ -mtime +10 -exec rm {} \;… Read more »
Posts Tagged: email
Firefox 3 Tip: Set Gmail as default email
Using this information from the Gmail Blog, you can set all mailto: links to open in gmail! http://gmailblog.blogspot.com/2008/07/power-tip-set-gmail-as-your-default.html