docker Run Gitea behind Traefik with a sub-path Learn how to run Gitea with a sub-path using Traefik.
OPNsense Mount WAN NFS in OPNsense LAN Mounting a NFS in WAN may fail. See this article for a quick solution.
docker Ghost - How to migrate from MariaDB to MySQL in a Docker stack How to migrate from MariaDB to MySQL in a Docker stack.
flutter Flutter Puzzle (I) Flutter is an aspiring cross platform development framework. It has its quirks and features.
MacOS MacOS's subtle differences in command line tools Some tools like sed, readlink, wc, and stat behave different on MacOS. See how to get those Linux commands running.
docker How to set timezone and locale in an Ubuntu image properly There’s a lot of confusion when it comes to setting timezone and locales in a Ubuntu docker container. Here’s my take.
java Share a file quickly using a Java web server My favorite trick to quickly share a file within a network is to go to its directory and spin up a web server. See how it's done in Python and Java!