~/tags $ grep -l '#bash' _posts/*
// #bash
3 posts tagged.
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