diff options
author | Stefan Kreutz <mail@skreutz.com> | 2020-07-20 23:57:29 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2020-07-20 23:57:29 +0200 |
commit | 50f312db6081ac65f831d6dc0440a26c69f0cb0c (patch) | |
tree | c8e0a62f8cb8aee8466aae6161efbc9e64f5abcf /BACKLOG.md | |
parent | 4a9f8d9f13f1d2f02b1c98791d6fed19b6e90afd (diff) | |
download | blog-50f312db6081ac65f831d6dc0440a26c69f0cb0c.tar |
Draft OpenBSD on QEMU post and script
Diffstat (limited to 'BACKLOG.md')
-rw-r--r-- | BACKLOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ * Temporary PostgreSQL server: A shell script to run the PostgreSQL server off a temporary directory * Your favorite Newsletter may track you * Redirect and kill non-interactive subshells (in a POSIX shell script) -* HTTP health check using cURL +* HTTP health check using curl(1) and cron(8) * Migrate PostgreSQL schema without downtime (with zero downtime) using triggers * Filter Nix Packages by platform (e.g. Chromium on macOS) * Backup with zfs, mbuffer, lz4, and cron |