Blog
Mar 3, 2010
Category:Linux Bash
Here is a cron line to download my ip address from whatismyip.org and then upload it via ssh to a file on a server every hour!
May 26, 2009
Category:Bash Linux Ubuntu
This bash command will remove the left over config files from old packages that were removed with "apt-get remove".
Nov 11, 2008
Category:Linux Bash
This was originally developed to retry an rsync command if a network error happened. It's a mishmash of code found from around the net, and could probably be tidier but it gets the job done.