Feb 19 · 12 min read · Securing an internship in DevOps in 2026 wasn’t something I had perfectly planned. In fact, if I had to describe it honestly, it felt like one of those moments where people say, “You have to be at the
Join discussion
Feb 19 · 8 min read · Purpose of Day 2 The purpose of Day 2 is to move beyond writing scripts that run and start writing scripts that operate systems. In real environments, Bash is commonly used to: Take application backu
Join discussion
Feb 15 · 2 min read · Introduction In this post, we’ll learn how to create custom system commands in Linux and use them like native terminal commands, with the help of a practical example in which we’ll build a command called gpush that combines git add, git commit, and g...
Join discussion
Feb 11 · 3 min read · When you’re starting out with Linux, scripting can feel abstract, until you actually create a file, make it executable, and watch the system run your code. In this lab, I practiced exactly that: creating and executing a simple Bash script and using t...
Join discussion
Feb 10 · 6 min read · Today was not just about writing scripts. Today was about solving real production problems using Bash. We built: 🗂 A Log Rotation Script 💾 A Backup Script ⏰ Automated them using Cron 🛠 Combined everything into a Maintenance Script These are ...
Join discussionFeb 9 · 4 min read · Today I learned something very powerful: How to write clean, reusable, and safe Bash scripts like a real DevOps engineer. Before today, I was writing scripts.Today, I started writing structured scripts. We covered: ✅ Functions ✅ Passing arguments...
Join discussionFeb 8 · 4 min read · Today I leveled up my Bash scripting skills by learning: ✅ For loops ✅ While loops ✅ Command-line arguments ✅ Installing packages via script ✅ Basic error handling This is where shell scripting starts feeling powerful 💪 Let’s break everything...
Join discussionFeb 7 · 4 min read · Today you’re writing your first real programs in Linux using Shell Scripting. Don’t worry if you’ve never coded before — we’ll go step by step like you’re learning this for the first time. 💡 What is a Shell Script? A shell script is just a text fil...
Join discussion