Apache – enabling brotli compression with gzip/deflate fallback

Edit: October 2022 – I’ve also added tutorial for configuring nginx with brotli compression with gzip fallback (handling both statically compressed files and dynamic content): Brotli is a relatively new generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding, and 2nd order context modeling. … Read more

Connect remote mysql servers to local phpmyadmin via ssh tunnel(s)

Update may 7th 2024: these days I would recommend just using tailscale and tailscale acl and just access servers directly from phpmyadmin using tailscale ips. As a self-hosting aficionado I do prefer to use tools that are hosted on my home server instead of my development computer/laptop. There may be couple reasons you would want … Read more