🚀 Day 15 Task: Basics of Python for DevOps Engineers 🐍Hey Dosto! 👋 Today, we’re diving into the fundamentals of Python, an essential language for DevOps engineers. Python makes scripting, automation, and data manipulation simpler and more efficient — skills that are vital in DevOps. 🔍 What is Python?...Oct 29, 2024·2 min read
Day 10: Automating Log Analysis and Report Generation with Bash ScriptingIn today's challenge, we dive into building a bash script that automates log analysis and report generation. As a system administrator, handling log files and extracting meaningful insights from them is an essential skill. This task will help you aut...Oct 14, 2024·5 min read
Day 9 : Directory Backup with Rotation Using Bash 🖥️Today's task was to automate a directory backup script with a twist! 📂 The goal was to create a bash script that performs the following: 1. Backup Creation: The script takes a directory path as an argument and creates a backup folder with a timestam...Oct 14, 2024·2 min read
🚀 Day 8 of #90DaysOfDevOps: Bash Scripting Basics 🖥️Today, I explored the essentials of bash scripting, covering key concepts step by step. Here's how I tackled each task, along with command-line examples: 📝 Task 1: Comments What I Learned: Comments in bash scripts start with # and are used to expl...Oct 12, 2024·2 min read
Day 7 : Unlocking the Power of Package Managers and Systemctl!🚀 "In the world of Linux, managing software is like cooking with the right ingredients. The package manager is your chef!" 🍲 Hello, fellow DevOps adventurers! Today was all about discovering package managers and how they make software management a ...Oct 11, 2024·5 min read
Day 6 : File Permissions and Access ControlHello everyone! On Day 6 of my #90DaysOfDevOps challenge, I learned about file permissions and access control lists (ACL) in Linux. These are crucial concepts for managing who can access and change files on a system. Here’s what I did today: What Are...Oct 11, 2024·3 min read
Day 5 : Advanced shell scriptingHello, DevOps enthusiasts! Today, I took my Linux skills a step further with advanced shell scripting and explored user management. Here's a quick breakdown of what I learned and accomplished on Day 5 of my #90DaysOfDevOps challenge: Creating 90 Dire...Oct 11, 2024·2 min read