Updated BASH Script

I went ahead and updated the script that handled a lot of BASH tasks. It now has something resembling a user menu, and a series of if and else-if branches. It walks the user through each task asking for the relevant information in the terminal, stores the information into a variable, and then performs the… Continue reading Updated BASH Script

Exploring Linux via Terminal

The Linux terminal is easily the most intimdating feature of Linux, but also the source of its power. On Windows if you want to find a file you typically browse through directories with or without shortcuts to those directories. You can do that on Linux too if you really want, but BASH is incredibly powerful.… Continue reading Exploring Linux via Terminal