May 3 · 16 min read · "The difference between a DevOps engineer and someone who just runs commands is one word: automation." Why This Article Exists Every team running workloads on AWS faces the same quiet problem: "Wha
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 13 · 9 min read · Scenario: A critical backup cron job has silently stopped working 3 days ago. The backup script is located at /opt/backup/backup.sh and should create daily backups in /var/backups/daily/ , but no new backups have been created recently. Looking at the...
Join discussion
Feb 10 · 2 min read · ✔ Updates Kali✔ Installs Git✔ Sets your Git name + email✔ Installs VS Code✔ Installs Antigravity✔ Verifies Node Create file nan setup.sh Write a script. # =============================== # Kali Dev Environment Setup # Author: Rohan Satkar # ====...
Join discussion