this post was submitted on 22 Nov 2024
46 points (92.6% liked)

Linux

48364 readers
717 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 5 years ago
MODERATORS
 

For example Red Hat Enterprise Linux or SUSE Enterprise Linux.

I'm considering switching to RHEL, to get a "professional" Linux, since it's free if you register an account, but is it worth it?
Is the experience very different from Fedora?

you are viewing a single comment's thread
view the rest of the comments
[–] corsicanguppy@lemmy.ca 2 points 2 days ago

RHEL will also have these types of [perquisites]

Yeah. Yum upgrade . The work that goes into a reliably safe, brain-dead, boring update process with a rollback and by-the-checksum validation of installed product is the most unsung part of the distro.

And people really should value the ability to answer

  • are we safe from CVE-xxxx-yyyyy? (it's in the changelog and often an upgrade command like yum update --cve <CVE-ID> will settle it)
  • how do we know we installed all of that and it's valid? (rpm -V some-RPM)

And 'how do we know' is an amazingly powerful question that's easy to answer on EL and hard as heck to answer on debs or anything with flatpak/snap/pyp/npm nonsense.