Tag
#bash
5 posts
Migrating Drives Without Losing Your Mind
Moving 2TB of files to a new drive doesn't have to be chaos. Here's the metadata-first approach I built to triage, plan, and execute without losing anything.
What Is the Command Line and Why Do Developers Love It?
That black screen with text isn't movie hacking — it's the most powerful tool on your computer. Here's why developers swear by it.
Your First Bash Script That Actually Does Something
Most bash tutorials start with 'Hello World.' This one starts with a real script that solves a real problem — and teaches you shell scripting along the way.
Backups Are Boring Until You Lose Everything — Here's My 5-Tier System
I built a 5-tier backup system for my workstation: project files, AI config, API tools, system config, and evidentiary archives. Here's the architecture.
How I Deployed 90+ AI Agents with Zero Repetitive Clicking
I built 90+ specialized AI agents on Open WebUI. A bash script handles auth, knowledge upload, profile image, and model creation — no manual UI work.