Aadrienclaireinshelldeck.hashnode.dev·2d ago · 3 min readI got tired of rebuilding every new workstation, so I built ShellDeckEvery developer or system administrator has their own "new machine" checklist. Mine looked something like this: Install Git Install PowerShell Install fzf Install bat Install eza Configure Stars00
Aaloknayakinaloknayak.hashnode.dev·4d ago · 5 min readAnalyze Logs Like a Pro: Keep Calm and Find Errors InstantlyWe’ve all been there. A production service goes down, and you’re stuck staring at a massive, multi-gigabyte log file. Your first instinct is to run grep -i "error". The result? A blinding wall of text00
IInferHavenininferhaven.hashnode.dev·4d ago · 9 min readBuilding haven bench in the open, and the flaky CI ghost it flushed outA debugging story from building InferHaven in the open: how a benchmark feature flushed out a flaky-CI race that had nothing to do with it. I built a small thing this week and it caught a bigger thing00
SSSudheer Singhinhow-i-automated-claude-code-window-reset.hashnode.dev·Jun 21 · 9 min readHow I Automated Claude's 5-Hour Window Reset on macOS (Without an API Key)How I Automated Claude Code's 5-Hour Window Reset on macOS (Without an API Key) If you're a Claude Pro subscriber and use Claude Code heavily, you've probably hit the 5-hour usage window at the worst 00
GGGagan G Saralayaingagang.hashnode.dev·Jun 17 · 3 min readFixing the Backlight Logo on the Acer Predator Helios Neo in Kali LinuxWhen you switch an Acer Predator Helios Neo laptop to a Linux operating system (like Kali Linux), you lose the official "PredatorSense" app. This means you can no longer control the glowing logo on th00
FGFelix Gogodaeinblog.felixgogodae.xyz·Jun 10 · 23 min readI Built a Distributed Secrets Manager from Scratch in Bash — Here's Everything That Went WrongWhen the project brief said "build a secrets manager from scratch," I assumed it meant building a wrapper around existing tools. Then I read further: no HashiCorp Vault, no AWS Secrets Manager, no wra00
KCKofo Coleinkofocole.hashnode.dev·Jun 3 · 11 min readA Beginner’s Guide to the Linux Command Line Interface (CLI)If you are new to Linux or just starting to explore the terminal, welcome! The command line might seem intimidating at first, but it’s one of the most powerful tools you’ll ever learn. This guide will11K
OVOnyinyechi Viola Obikainobikaviola.hashnode.dev·May 29 · 5 min readAutomating Go Format and Git Commands with Bash ScriptingImagine running four commands using just one. Instead of typing a command, then another, and another, you have to enter one command, and the rest runs automatically. That is what the Go Format and Git20
OZOsomudeya Zudonuinfreecodecamp.org·May 27 · 56 min readHow to Use Bash & Python for Real DevOps Automation – Full Handbook with 5 Production Use CasesAutomation scripts often validate process completion instead of system health. A Kubernetes pod can be running while the application inside it can't authenticate to the database. A Terraform deploymen00
AAArnab Adhikaryinaws-arnab.hashnode.dev·May 17 · 4 min readDay 26: Shines a Light in the Dark — Cloud-Native Observability with Prometheus & Grafana 📊In a monolithic application, tracking down a bug usually means logging into one server and running tail -f var/log/app.log. But in a Kubernetes cluster with hundreds of ephemeral pods constantly movin10