From How-to

How to Stop All Docker Containers with Single Command

In a home lab environment, the server is bound to go through more changes than conservatively-run enterprise counterparts. It is, after all, part of the experience. And one core difference in approach between the two environments is downtime. In the corporate world, server downtime is lost revenue. In the home lab world, well-architected downtime is…

How to Migrate Docker Containers from Synology

Synology DSM has been shipped with a Docker Engine for a while, but it failed to keep up with the latest version of Docker Engine, let alone stay within the EOL life cycle. DSM was given an updated 24.0.2 of Docker Engine in February 2025, the version already declared EOL in June 2024. At the…

How to Scan Local Network for Reserved IP

While routers are becoming ‘smarter’ day by day, some of the rather basic features are pushed back to the “Professional” department. One such feature is LAN management, specifically, static IP reservation. Single-source-of-truth dictates one authority for IP assignment — routers could be that authority. However, practically speaking, none of the consumer-level routers I’ve encountered have…

How to Change Apple ID Region

Region-changing on old systems has become something of a quiet craze — remote work and streaming have made it a growing necessity that cannot be ignored anymore. Apple was relatively late to the game; as far as I know, the region-change program didn’t gain real traction until 2020. Now in 2026, the documentation is conflicting,…

How to Upgrade NVMe on Unsupported Synology NAS

Synology is known for making reliable HDD network storage, not NVMe. The few articles I found often recommended building your own NAS for NVMe, given the general reliability of SSD and price to performance ratio. While I agree on the principle, for those of us who already own a Synology branded NAS, there is no…

How to Band-aid Fix macOS Music App Freezing on Launch

The app in question is the Music app bundled with every Mac, not to be confused with the streaming service from the same company. And unfortunately, I was not able to narrow down what causes the issue. Upon opening the app, none of the UI is working. The only recourse, even though the app is…

How to Set Complex Repeating Pattern on iOS Reminders

It was always possible to set more complex repeating pattern using Shortcuts. However, at least from my experience, Shortcuts automation do fail horrendously, when it needs to run in the background. These are some edge cases that I have the latest Reminders could not handle on its own: Weather related pattern (needs a weather app)…

How to Run Python Script from iOS Home Screen

On iOS, Pythonista is likely the go-to Python environment runtime for many script writers. I, for one, recommend using Pythonista for any projects that need some horsepower. As I have shared many times, one such problem was generating passwords. It is completely doable on Shortcuts, only that it would be so cumbersome to make it…

How to Auto-Switch Proxies on iOS using PAC

This one is mostly for documentation and proof of concept. I was able to get it to work, but it was never reliable enough. The iOS feature itself does work. But even at the basic home lab level, it doesn’t have any interface to speak of. For instance, I want to know if traffic is…

How to Load Lazy-Load Images in Background

I have an assumption about average internet speed — it’s fast enough for most parts of the world to have streaming services. But somehow, some websites still do use lazy loaders on their images and assets. Mad Tea Party is one of them, due to server’s resource issues. But for websites that have larger traffic,…

How to Pass Brackets in URL Query for Komga

One of the reasons why I am still in the process of writing a piece on Komga is its weird quirks like this. As a comics and graphic novels manager, Komga has what I would consider Calibre has for graphical publications: lots of metadata managements, different lists that handle series and books, and more. But…

How to Setup Multi-user Plex without Subscription

As I was saying about Plex, and it would apply to any other self-hosted streaming, my goal — and most people’s, no doubt — is to fill in the gaps between what mainstream streaming services offer and the contents that fell through licensing since we signed up for it. It’s pointless to argue that the…

How to Prevent URL Stripping on Szurubooru

One of the platforms I didn’t anticipate I needed, but ultimately found myself pondering over were images DB. If it were personal or interpersonal photos, there are free and paid viewers, libraries, and management softwares available. If it were creating and catering new images, those exist for the professional illustrators. But neither particularly helps when…

How to Setup Caddy + DuckDNS for Local HTTPS

After starting few containers on Docker, the one problem nobody mentions, and quite frankly, none of the installation guides talk about, is the web UI management. Not a management UI of a single project, but managing the UIs, the plural. More and more user friendly open source projects are adopting web UI as baseline, yet,…

How to Use Space Bar on Komga Web Viewer

There are two parts advantage of moving to web-based apps and platforms from my experience: one, web-based development seems to be more active (completely anecdotal), and two, web-based means I can come up with an add-on rather easily. Komga is a comics and graphic novels DB manager — yet another Docker post I am still…