If linux distributions were tools.
If linux distributions were tools.
With all the Ubuntu bashing. It’s the only Linux image I have used for my server. Also used Kali and a bunch of others on an old laptop.
Is Ubuntu server bad or does it just hold your hand too much. I have everything running in docker and manage that from a web gui.
It’s not that it’s bad on a server, it’s just that something like Debian with a couple tools on top gets you to the same place with less resources.
For a home server, that reduction in overhead can mean squeezing out a few more services on a single box.
I’d challenge that asking what do you really need above base Debian?
I’ve got a script to set up my debian servers and it doesn’t include much beyond adding docker, assigning users to groups, and adding a couple tools (just looked them up: sudo ca-certificates curl gnupg ufw).
I saw a significant decrease in idle CPU and RAM load by switching from Ubuntu-server to Debian Bookworm + those tools.