Day 7 Challenge: Mastering Remote Server Management and Web App DeploymentTeaser: The Remote Server Riddle In the bustling city of Bashland, CodeCrafters Inc. faces an intriguing challenge involving three scattered computer servers—Alpha, Beta, and Gamma. These servers hold vital data and must communicate securely and effi...Aug 8, 2023·4 min read
#TWSBashBlazeChallenge - Day 2Interactive File and Directory Explorer The script will allow you to explore the files and directories in the current path and provide a character-counting feature for the user's input. Challenge Description The script will have two main parts: Part...Aug 1, 2023·4 min read
#TWSBashBlazeChallenge - Day 1Basics of Shell Scripting Task 1: Comments In bash scripts, comments are used to add explanatory notes or disable certain lines of code. Your task is to create a bash script with comments explaining what the script does. ############################...Jul 31, 2023·3 min read