diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-04-25 13:26:06 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-04-25 13:26:06 +0200 |
commit | 467afd0794b8882f9c2a3d5fa71d686e2b5dd38a (patch) | |
tree | 0455b3fe25e18fd338ebfa08e1861b689914e322 | |
parent | f7f5ddb27467d723ba38706fe9691bfaf1f1bc98 (diff) | |
download | blog-467afd0794b8882f9c2a3d5fa71d686e2b5dd38a.tar |
Add some blog post ideas
-rw-r--r-- | BACKLOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,7 @@ * Configure custom 404 page using httpd.conf(5) location not found rule (supported by OpenBSD 7.1) * Consider to disable logging (and advertise this on the about page) +* Consider to pre-compress static files: https://dataswamp.org/~solene/2022-04-22-openbsd-httpd-gzip.html ## Content @@ -35,6 +36,7 @@ ## Blog +* Compile SQLite extensions from source (download raw file at revision from fossil) * Auto-install Arch Linux on vmm * Upgrade temp-postgres * Git checkout using fzf (git-co) @@ -60,3 +62,4 @@ * Practical, cross-platform, append-only backups using restic, rclone, and ssh: ready to use scripts/shortcuts for OpenBSD, Linux, macOS, Windows 10 * nix vs. guix * Find man(1) pages interactively using fzf(1), see ~/.kshrc +* soft datasize limit plus temporary swap file, see Kapho README |