Capture bash command error in file

Tee stderr to a file for the next command while keeping the original exit code through PIPESTATUS, then annotate the build with it.

Extract TLD from string by bash

Extracting the registrable domain in bash with a short awk expression, so .com and .co.uk both come out right.

[BASH] Repeat Build Step

A bash function that stamps out the same YAML build step for every environment, so the pipeline file stays short.

Curl net performance test

Curl scripts that log the CloudFront X-Amz-Cf-Id whenever a response is slower than a threshold, plus a full connection timing breakdown.

gnu parallel

GNU Parallel's citation notice, what --bibtex actually prints, and how to make it stop.

Bacula daily (or weekly) email report for postgres DB

A shell report that pulls Bacula job results out of the Postgres catalogue and emails a daily or weekly summary.