In certain technology circles, whenever you mention MySQL, it gets torn to pieces because a long time ago most MySQL deployments used MyISAM tables; which did not have transactions.
And there were good reasons to criticise this in many cases. But a lot of the criticism was ideological rather than founded ...
Systemd has become the defacto new standard init for Linux-based systems. While not everyone has made the switch yet, pretty much all the major distros have made the decision to switch.
For most people this has not meant all that much yet, other than a lot of controversy. Systemd has built ...
How to route A.com and B.com (and so on) based on host name to any one of a set of backend servers, and have full flexibility in programmatically adding and removing backends at runtme?
An ongoing issue with containerisation is that so many applications are not written with ...
We've put together a simple container primarily for use to forward e-mail from secondary domains we manage to our main domain.
Here you'll find the Github repository.
To make use of it, you might e.g use a Systemd service file ...