π Deploying a Static Website Template on Docker + Apache Using Red Hat UBI9 (KillerKoda Playground)When learning Docker, I wanted to try deploying a frontend template quickly inside a playground environment. For this, I used KillerKoda Playground, Docker, Apache (httpd), and Red Hat UBI9 as the base image. In this blog, Iβll show you step by step ...Aug 26, 2025Β·2 min read
π Day 16 : Docker Basics for DevOps Engineers: Essential Commands and Tips πOct 28, 2024Β·4 min read
π Day 14: Ultimate Linux & Git-GitHub Cheat Sheet for DevOps Engineers πCongratulations on reaching Day 14 of your DevOps journey! π You've been learning Linux and Git-GitHub, two critical skills for any DevOps engineer. Now, it's time to consolidate all that knowledge into an awesome cheat sheet that you can reference ...Oct 23, 2024Β·7 min read
π Day 13: Advanced Git & GitHub for DevOps Engineers πWelcome to Day 13 of your journey into the world of Git! Today, we're diving into some really cool concepts like Git Branching, Revert & Reset, and the hot debate of Rebase vs Merge! This is where you go from being a Git user to a Git master! π Let'...Oct 22, 2024Β·5 min read
π Day 12 : Deep Dive into Git & GitHub for DevOps Engineers πIn the world of DevOps, version control is critical for managing code efficiently and collaborating seamlessly with teams. Git and GitHub are two of the most powerful tools for this, ensuring that changes are tracked, collaboration is smooth, and you...Oct 20, 2024Β·5 min read
π Day 11: Mastering Error Handling in Shell Scripting ππ― Learning Objectives: Understanding how to handle errors in shell scripts is key to making your scripts robust and reliable. Today, weβll dive into error handling techniques for bash scripts that will make you a shell scripting pro! π οΈ Topics to C...Oct 18, 2024Β·4 min read
πDay 10: Automate Your Log Analyzer with a Bash Script π₯οΈAs a system administrator, analyzing server logs is one of those daily tasks that can either feel like finding treasure π΄ββ οΈ or digging through haystacks of data. Every server generates logs, from errors and critical events to informational messages...Oct 16, 2024Β·5 min read
π Day 9 Task: Shell Scripting Challenge - Directory Backup with Rotation πIn today's task, I tackled an exciting Shell Scripting Challenge: creating an automated Directory Backup with Rotation. ππΎ Automating backup processes is crucial in ensuring our data stays safe, and this script also handles backup rotation by keepi...Oct 15, 2024Β·3 min read