I just made this little cd function that is a drop-in replacement for the builtin bash cd command. The idea was to make it really easy and productive to navigate around to commonly used directories in bash without forcing someone...
Another great bash tip from Deadman.org | Advancing in the Bash shell: Everyone has done one of the following to make a quick backup of a file: $ cp filename filename-old $ cp filename-old filename These seem fairly...
I use fetchmail (in daemon mode) to pull down mail from a POP server to my local box, where I then serve it up with the Courier IMAP server. Problem I had was when my box rebooted, fetchmail could not automatically restart...
There are a few interesting ideas here and the author has perhaps the same idea that I had - of building a standardized bashrc environment that is powerful and easily customizable. Making Bash Do Your Work for You...