For experienced Linux users navigating the command line is not an issue, but if you have operators that need to spend some but not all their time at the command line they may appreciate the…
I needed this script, or at least a variant of it for a project I was working on for automatic deployments of XenServer using PXE. The XenServers would be set to PXE boot and they would collect…
So now is the time to look at the alias command and what a great friend this can be to us. Alias is a simple in itself with just the one option -p. So simple…
Running through this first lesson in creating bash scripts we will begin by looking at the BASH script fundamentals. These include the following objectives: Where do I create my scripts? How do I name scripts?…
Scripting is your lifesaver as a sysadmin, it gives you time for other things, such as the beach, bike, whatever. We are going to take a quick look creating Apache virtual hosts from a bash…