#cloud-computing
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,...
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...
Hello DevOps Learners! Today, I’m going to share my learning about two important topics: Package Managers and Systemctl. These are key tools for...