#cloud
Read more stories on Hashnode
Articles with this tag
Docker is a containerization tool that allows you to run applications in isolated environments called containers. These containers are portable,...
It's Day 1 of my #90DaysOfDevOps challenge, As DevOps engineers, having a good grasp of Python is essential to building automation, scripting, and...
Finally!! 🎉It's Day 14 of my #90DaysOfDevOps challenge, and today I had a fun task—creating a cheat sheet with all the Linux and Git-GitHub commands...
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...