~/tags $ grep -l '#bash' _posts/*
// #bash
5 posts tagged.
From One Agent to a Team: Async Loops, Multi-Agent Personas, and an Autonomy Envelope for Cline
The next step after steering a single coding agent is letting it run unattended and splitting it into specialised personas. Here is the honest, safety-first version: a GREEN/AMBER/RED action envelope that defines what...
How I Steer Cline With a Tiered Rules System, a Persona, and a Pre-Commit Hook That Stops Me Leaking My Homelab
A 700-line steering layer for Cline split into always-on rules and on-demand reference docs, a banned-words list that kills the AI smell, opsec rules that keep internal hostnames out of public commits, a single canoni...
Automating Nextcloud AIO Updates with Bash and Cron
A small bash script that pulls the latest Nextcloud All-in-One image, recreates the child containers, and triggers the update by calling AIO's internal cron PHP directly — turning AIO's manual UI update flow into some...
I Built a Health Check Script for Evernode Validators — 61 Checks in One Command
Evernode Node Doctor is a bash script that validates everything needed to run an Evernode node on the Xahau blockchain — system requirements, Docker, networking, SSL, port scanning, account balances, and Xahau WSS con...
How to Update Cloudflare DNS for a Dynamic IP Address via Cloudflare API
This guide will demonstrate how to configure a script that updates your DNS record in a series of straightforward steps. We’ll begin by installing the necessary dependencies, then proceed to gat