by mike
December 22, 2011
TweetWhen you write scripts for administrative purposes, often you may want to evaluate a list and then take actions based on the list. This script is an example of that process and is designed to be a script used by a Nagios server to monitor and respond to web site attacks. The heart of the [...]
Read Full Bash Tutorial →
by mike
December 7, 2011
TweetFlow The order in which you set up commands to execute is called flow. This essentially sets commands to act the same each time they execute. However, there will be times when you want to change the way the commands execute based on different situations, thus change the flow. Changing the flow can be done [...]
Read Full Bash Tutorial →