this post was submitted on 07 May 2026
36 points (97.4% liked)

Linux

65212 readers
831 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
 

I am about to set up a cloud instance with linux operating system, and the common choice here normally would be ubuntu. But since they failed their newest release, and I have the option of going fedora or debian. What would you guys recommend for server?

top 50 comments
sorted by: hot top controversial new old
[–] downhomechunk@midwest.social 1 points 2 days ago

Slackware, be bold.

[–] f3nyx@lemmy.ml 2 points 3 days ago

Github has zero 9's so at this point just use Arch for everything fuck it

(I would personally recommend Debian)

[–] FourThirteen@lemmy.world 20 points 6 days ago

Debian is a great pick. It's stable and has a great support community.

[–] erebion@news.erebion.eu 12 points 6 days ago

Denian Stable. It just works.

[–] SlicedPotato@feddit.dk 2 points 4 days ago* (last edited 4 days ago)

Both Debian and RHEL-like distros are solid choices. Both are super stable. Debian tends to not always have the newest packages, so if you want that I'd steer away from Debian. Personally I use Rocky Linux for my servers. It's based on RHEL, meaning each new major version benefits from Red Hat's 10 years of software support. Debian (and derivates) have better community support I think, but RHEL has very solid documentation (which for the most part applies directly to Rocky, Alma etc.)

Here's a great article outlining the differences between Alma and Rocky.

But for something simple like running a Go application, both should work just fine, so choose what you're most comfortable with.

Rocky is available at Scaleway too.

[–] SocialistVibes01@lemmy.ml 9 points 6 days ago
[–] asudox@lemmy.asudox.dev 7 points 6 days ago* (last edited 6 days ago)

Debian or Fedora

I personally go with Fedora Server with automatic security updates.

[–] Fizz@lemmy.nz 6 points 6 days ago (1 children)

Rhel if you are using professionally. Their enterprise support staff are wizards when it comes to finding the cause of random issues.

[–] Bullerfar@lemmy.world 2 points 6 days ago

Not an option on Scaleway unfortunately

[–] consequential@lemmy.ml 3 points 6 days ago (1 children)

Do yourself a favor and go with Nixos. Dive head first into to the rabbit hole and set up a repeatable and immutable system. You'll thank yourself later when so many maintenance tasks become a GitOps workflow: update config, commit, push, build, deploy, rollback if it fails

[–] Bullerfar@lemmy.world 2 points 5 days ago
[–] MalReynolds@slrpnk.net 4 points 6 days ago (2 children)

Depends on what you mean by professional and your needs.

Debian (stable) is rock solid but (because) slow changing, if your application is slow (or not) changing it's probably the better choice, but if you need new things before it's ready for a new version it'll be pain. It's the professional sysad's choice because they'll likely not have to do anything.

Fedora is faster moving (think cutting edge, not bleeding edge (e.g. Arch) as opposed to Debian's blunt safety) so if you're in active development it's likely a better choice. It is also sort of the testing arm for Red Hat Enterprise Linux, which is the quintessential professional Distro, so you'll learn some of that along the way.

[–] Bullerfar@lemmy.world 1 points 6 days ago (1 children)

Just mean stable. Atleast it should not be the distros fault something suddenly isn't working

[–] MalReynolds@slrpnk.net 3 points 6 days ago* (last edited 6 days ago)

Debian it is then, it comes in stable, testing and sid (who breaks his toys) also called unstable variants. Unsurprisingly, you'll be wanting stable.

[–] utopiah@lemmy.ml -1 points 6 days ago* (last edited 6 days ago) (1 children)

if you need new things before it’s ready for a new version it’ll be pain

Like what?

Also if you need something before Debian is ready for it... you're weird. I don't mean this in a derogatory fashion, solely that you are doing something our of the ordinary. Consequently you should first question WHY you do that in the first place.

Finally if you do need something very specific, containers are there to ... contain that. Running Debian as the host distribution doesn't mean you're limited to it for your applications, servers included.

[–] MalReynolds@slrpnk.net 2 points 6 days ago (1 children)

Valid point re containers, but OP has a wanting bare metal feel IMO. I like and use both, horses for courses, just giving some context.

[–] utopiah@lemmy.ml 1 points 6 days ago* (last edited 6 days ago)

wanting bare metal feel IMO

Not sure what that means. Typically I would also question people who think containers are "expensive" in the sense of wasting resources. IMHO it's a great compromise to have very weird services while the server itself is very stable.

[–] omgboom@lemmy.world 4 points 6 days ago (1 children)
[–] Bullerfar@lemmy.world 0 points 6 days ago

You get a thumbs up for the humour though.

[–] HumbleBragger@piefed.social 4 points 6 days ago

I'd go with Debian but it's just a personal preference. I had some difficult to set up a samba server the other day in one of my laptops that was running fedora because of firewall configs that I don't use in Debian like adding context or something. Besides that, I kinda think dnf is better than apt in some ways but still use Debian on my home server. I just works

[–] digdilem@lemmy.ml 3 points 6 days ago* (last edited 6 days ago)

SME here, moving around 300 vms from Rocky to Debian.

But your question is really too vague. Our workflows are quite traditional, but the world is a big place and there is no single right answer here.

[–] eldavi@lemmy.ml 3 points 6 days ago

How did Ubuntu fail their newest release?

[–] tapdattl@lemmy.world 2 points 6 days ago

Rocky and Alma Linux are both Red Hat Enterprise Linux

[–] atzanteol@sh.itjust.works 2 points 6 days ago

Professional? And you're just switching vendors because you "want to"?

[–] meldrik@lemmy.wtf -1 points 6 days ago

I’ve seen mostly RHEL in professional server environments.

[–] SpicySquid@lemmy.ml 29 points 1 week ago (5 children)

Best fit is always dependent on how you're planning to use it. Find out what your requirements before you set up a server.

Generally Debian is chosen very often, but I'd wager pretty much any distro will do. Your own experience goes a long way in making a distro a good choice.

load more comments (5 replies)
[–] tirateimas@lemmy.pt 16 points 1 week ago

Debian would be the most obvious choice. Perhaps Alma is also a good option. If you would like a european option, OpenSUSE leap can also do the job.

[–] lsjw96kxs@sh.itjust.works 12 points 1 week ago

Can't say anything for professional use, but debian is rock solid, always a strong choice for servers.

[–] Arcanoloth@lemmy.ml 11 points 1 week ago

I personally favour Alpine Linux for its minimalism, but Devuan or Debian are fine, and more familiar choices, too. Depending on what you intend to run, especially appliance-like things, OpenBSD might be a good alternative.

[–] pastermil@sh.itjust.works 10 points 1 week ago

Debian & Alma of course!

load more comments
view more: next ›