RRulestackinrulestack.hashnode.devΒ·4d ago Β· 4 min readThe test gate that passed a failing build: a postmortem on pipes, exit codes, and one shell idiom to banA few days ago our CI went red on a push that our commit gate said was green. The gate wasn't flaky. The tests weren't flaky. The failure was one shell idiom β one that I'd guess is sitting in your sc10
KEKingsley Erhatiemwonmoninkingzcloud.hashnode.devΒ·Aug 21 Β· 12 min readAzure DevOps Projects: VM Deployment, Three-Tier Architecture & AI Security AuditIntroduction My recent Azure projects have taken me through a progression from basic cloud infrastructure and application deployment to production-style architecture, troubleshooting, security auditin00
MVMauricio Villegasinmauvilsa.hashnode.devΒ·Aug 20 Β· 15 min readTab completion, without writing a completion scriptThe first post derived a whole command line interface from a client class, and the second turned it into a command that runs from any directory. Both left the same gap in place: the tool knows a great00
SSystemCraftDevinsystemcraftpress.hashnode.devΒ·Aug 20 Β· 4 min readHow to Fix 'command not found' (Without Reinstalling Everything)Adapted from the Command Line Essentials Companion Guide. You install something, open a fresh terminal, type the command, and get bash: python3: command not found β or on Windows, 'python3' is not re00
STshivashish tiwariindevops-journey-with-me.hashnode.devΒ·Aug 13 Β· 11 min readI Thought Bash Was Just cd, ls and echoβ¦ Then DevOps HappenedThen Bash humbled me. π When I started learning DevOps, my mental roadmap was pretty predictable: Linux β Git β Docker β Kubernetes β AWS β Jenkins β Terraform β CI/CD Basically, collect tools, add t00
DGDeepak Goyalinblog.deepakgoyal.aiΒ·Aug 10 Β· 6 min readShell scripts are the highest-ROI layer under your AI skillsShell scripts are the highest-ROI layer under your AI skills The glamorous layer is the agent. The load-bearing one is the boring shell script underneath β and that's where most of your reliability ac00
HSHemant Sharmainhemant-cybersec.hashnode.devΒ·Aug 6 Β· 3 min readBuilding an Automated Linux SOC Triage Script with Bashπ Introduction When responding to a potential Linux endpoint compromise, every second counts. Manually inspecting authentication logs, active socket states, running processes, and cron jobs across mu00
VVaruninvarun-nair-13.hashnode.devΒ·Aug 6 Β· 6 min readA Backup You Haven't Tested Restoring From Isn't a Backup: Hardening My Linux Admin ToolkitGoing Back to "Finished" Work A few days ago I shipped Project 1 of my DevOps portfolio β a set of Bash scripts for backup, monitoring, dependency checking, user management, and log rotation. It worke00
VVaruninvarun-nair-13.hashnode.devΒ·Aug 2 Β· 3 min readBuilding Production-Style Linux Admin Scripts: From Cron to systemd TimersI'm an MCA student building a 6-project DevOps portfolio ahead of internship applications β Linux scripting, Docker, Kubernetes, Terraform/AWS, and two Go CLI tools, spread across five months. It woul00
AVAtul Vishwakarmainatulcodes.hashnode.devΒ·Jul 28 Β· 4 min readThe 5 Linux Bash Commands Every DevOps Engineer Uses DailyWhen you are first learning cloud engineering, you spend a lot of time clicking through beautiful web dashboards. But what happens when your application crashes at 2:00 AM, the web server goes offline00