Today I:

  • customized ctwm using ~/.ctwm in NetBSD 10.1 on my old HP Envy
  • finished unpacking the source code into /usr/src and /usr/xsrc
  • gzipped up some of these web pages for this site and set OpenBSD httpd to serve gzipped responses
  • learned how to take a screenshot in ctwm
  • Customizing CTWM

    I got some nice theme config from the ctwm website. Below is a screenshot

    new ctwm theme setup

    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