Code Snippets Having looked at lesson 1 at the very basics of creating bash shell scripts we want to ensure that we code correctly. Creating code snippets that we can read into new shell scripts…
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…
In this tutorial we add to our project the final elements and that always seems to be error handling. The script works but we know the user base will just find every conceivable way to…