Today I:
Customizing CTWM
I got some nice theme config from the ctwm website. Below is a screenshot
Serving GZIP files using OpenBSD httpd for this site
This site is now serving compressed responses in gzip, though I want to try zstd.
If you do a
curl --compressed -s -D - -o /dev/null https://geedangit.com/posts/occ1.html
You should see "gzip" in the response headers:
HTTP/1.1 200 OK
Connection: keep-alive
Content-Encoding: gzip
Content-Length: 728
Content-Type: text/html
Date: Wed, 08 Jul 2026 03:08:12 GMT
Last-Modified: Sun, 05 Jul 2026 23:13:01 GMT
Server: OpenBSD httpd