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
Feb 9 · 5 min read · Quem mantém mais de uma distribuição Linux sabe a dor: dnf update aqui, pacman -Syu ali, apt upgrade acolá. Multiplica isso por cinco máquinas — dois laptops com Omarchy e EndeavourOS (Arch), outro com Ubuntu 25.04, um desktop com Fedora 43 e um home...
Join discussion
Dec 31, 2025 · 4 min read · Linux Automation Made Easy with Bash Scripts and Cron Jobs A Beginner-Friendly Linux Automation Project (AltSchool Cloud Engineering) Introduction As a beginner in Linux system administration, Cloud computing, or DevOps, learning how to automate ro...
Join discussion