#90daysofdevops
Read more stories on Hashnode
Articles with this tag
Dockerfile: A Dockerfile is a simple text file that contains instructions for Docker to build a Docker image. It specifies the base image, how to set...
Learning Objectives Understanding how to handle errors in shell scripts is crucial for creating robust and reliable scripts. Today, we'll learn how to...
Automating Log File Analysis with Bash As a system administrator or developer, you're likely familiar with the importance of log files in...
š Excited to share my experience with the Day 08 Shell Scripting Challenge! š After years of practice, I tackled the challenge of automating backups...
Task 1 - 3 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...
What is a Package Manager in Linux? A package manager is a tool that helps you easily install, remove, upgrade, and manage software on your Linux...