Monthly Archives: March 2011

Link Lint (Broken HTTP links) using Parallel processing

This script is designed to check many different websites for broken links at once and uses a multi-process approach to speed up checking times. #!/bin/bash # This script was created by Michael Kubler # On the 26th of May, 2010 … Continue reading

Posted in Code | Leave a comment

Bash Prompt

For those that are regular Terminal, SSH, and/or Putty users, there will come a time when you want to change the Bash prompt. Here is the new PS1 (Shell Prompt) which you can add into ~/.bashrc if [ "$color_prompt" = … Continue reading

Posted in Code | Leave a comment