If linux distributions were tools.

https://sh.itjust.works/post/9153368

If linux distributions were tools. - sh.itjust.works

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.

Gotcha, I’ll look into Debian. I chose Ubuntu as we use DoD STIGs at work and they have an automated tool and spec for Ubuntu.
Counterpoint, Ubuntu is popular because it usually has what you need. For home stuff especially the limiting factor is usually time, not processing power.

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.