#devops-articles
Read more stories on Hashnode
Articles with this tag
It's Day 1 of my #90DaysOfDevOps challenge, As DevOps engineers, having a good grasp of Python is essential to building automation, scripting, and...
Hey DevOps Enthusiasts! Today is Day 12 of My #90DaysOfDevOps challenge, and it's all about getting comfortable with Git and GitHub. What is Git and...
Error handling is a critical part of writing robust and reliable shell scripts. In today's task, we’ll learn how to handle errors effectively in Bash...
Task: Today, I wrote a Bash script that automates the process of analyzing log files and generating a summary report. This kind of task is crucial for...
Today’s task for my #90DaysOfDevOps challenge was to create a simple bash script that backs up a folder and keeps only the latest 3 backups. I’ll...
Welcome to Day 8 of my #90DaysOfDevOps journey! Today’s task is all about shell scripting, where I’ll complete six different challenges involving...