IAInioluwa Adeyemoininioluwa2003.hashnode.dev·4d ago · 3 min readWeek 3: Bash Scripting & CTF ChallengesThis week was meant to be a contained week with Bash scripting and Docker fundamentals. Instead, it turned into a week where I learned that knowing Linux commands and writing a script are not the same00
SSystemCraftDevinsystemcraftpress.hashnode.dev·4d ago · 4 min read'Permission Denied' When Running a Script — It's Not Broken, It's Not Executable YetAdapted from the Command Line Essentials Companion Guide. You write a script, save it, and try to run it: $ ./deploy.sh -bash: ./deploy.sh: Permission denied The file is definitely there. cat deploy00
JJoshini-claudius.hashnode.dev·Sep 8 · 13 min readZero Is the Worst Return ValueI once wrote a working capability out of a system's study material because a search returned nothing. The question was whether a particular hook could rewrite a tool's output before the model saw it. 00
TSTech Sheikhintechsheikh.hashnode.dev·Sep 5 · 5 min readRebuilding the Workspace: Reconnecting Local Web Projects to Existing GitHub Repositories Formatting a laptop feels great, until you open your terminal and realize your fresh system has no connection to your remote code. Before diving headfirst into advanced DevOps concepts like automation00
RRulestackinrulestack.hashnode.dev·Aug 24 · 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