56
submitted 5 months ago by anders@rytter.me to c/linux@lemmy.ml

Enterprise Linux on desktop?

Anyone using enterprise Linux on their desktop such as RHEL, Alma, Rocky, CentOS etc.?

I'm curious if it's easy to use for this purpose or if the older packages are a pain.

@linux

top 50 comments
sorted by: hot top controversial new old
[-] Pantherina@feddit.de 11 points 5 months ago

I looked at RHEL pricing but damn hell no.

The rest is even more outdated than Debian, so just use Debian.

In general stable Desktops are not enjoyable. You will basically not want to read Linux News anymore as you wont be getting any of that.

Its good for enterprises, where policies dont need to change etc. Also in combination with Flatpak and EPEL it may work somehow, but its just worse than using some normal Distro I heard.

[-] anders@rytter.me 9 points 5 months ago

@Pantherina
There is a free subscription for RHEL for individuals.

And I think it's less of an issue nowadays with old packages since we have extra layers such as podman containers over distrobox, flatpak, snap, Nix etc.
Then you can have a solid base OS with less solid layers on top where things are allowed to break but don't mess with the rest of the system. I use Fedora Kinoite as my base for this exact reason.

[-] Pantherina@feddit.de 3 points 5 months ago

Interesting, didnt know that.

Snaps are only somewhat secure on Ubuntu, at least to my state of knowledge. Only on Ubuntu do they have the Apparmor profiles to isolate apps.

I think Fedora Atomic is just better for most cases. KDE got their stuff together mostly (I will not want to use a stable version until 6.3 or something) and the rest of Fedora never breaks for me.

load more comments (4 replies)
[-] GnomeComedy@beehaw.org 8 points 5 months ago* (last edited 5 months ago)

I run RHEL on my personal desktop and laptop. Why? Because I use it at work and the more I use it the better I understand it. This benefits me both at home and at work. I've even built Ansible roles and playbooks in git to setup my home machines. Overkill? Sure, but I have great peace if mind if I lose a boot drive that I'll be right back to normal quickly.

You can absolutely use an enterprise distro at home. Ignore the trolls about "It's all too old" or "it doesn't have X software". I don't care what version vim, GNOME or pretty much anything is, as long as I can open the core tools I need. For "missing" software: I've yet to find any software I "need" that I haven't figured out how to install (again: Ansible-d) including Flatpak for all the normie stuff (spotify, slack, discord, etc) and I'm golden.

My $0.02

[-] d3Xt3r@lemmy.nz 6 points 5 months ago* (last edited 5 months ago)

You can absolutely use an enterprise distro at home. Ignore the trolls about "It's all too old" or "it doesn't have X software". I don't care what version vim, GNOME or pretty much anything is, as long as I can open the core tools I need.

It's not trolling. There's a very legitimate reason to use a distro with new packages and that is hardware compatibility - especially if you're on a recent laptop, and you want all features working such as WiFi, flawless suspend and resume without battery drain or crashes, working Fn keys, or you want to make use of all the power management features in your processor (eg see all the recent AMD p-state driver advancements).

Newer packages (specifically: the kernel and mesa/vulkan stack) are also important for those who are gamers, as several performance improvements, bug fixes and compatibility fixes are made with each new release. For instance, just take a look at these performance benefits of the new ntsync driver:

Finally, even productivity users who don't care about gaming can benefit from recent system packages - consider all the recent improvements in filesystem drivers such as btrfs and ntfs3, and the addition of the new bcachefs driver with kernel 6.7 which is a godsend for anyone running a tiered storage setup.

Also, the entire Linux community has been buzzing with the release of KDE 6 - just take a look at all the new features and improvements - such as much better Wayland support with tons of bug fixes, HDR, ICC profiles for individual monitors, color blindless correction filters for making the desktop experience better for people with protanopia/deuteranopia/tritanopia... there are some very legitimate improvements and use-cases here. How can you just wave all this off as trolling?!

So just because a distro with old packages suits your needs, doesn't mean that everyone else is trolling. There are legit good reasons why many home users prefer leading-edge distros like Fedora, Arch, Tumbleweed etc.

cc: @anders@rytter.me

[-] GnomeComedy@beehaw.org 2 points 5 months ago* (last edited 5 months ago)

Hi! I sincerely want to thank you for your well thought out response. I apologize if the word troll came off wrong. I probably should have used a better descriptor. My primary goal was to be a voice FOR enterprise distros at home - because I saw mostly posts from people who probably aren't professional sysadmins and have never even tried an enterprise distro.

I fully concede on the VERY new hardware being a challenge for RHEL, an Ubuntu LTS or similar. I'm unfortunately not in a situation where I can afford that problem (kids and daycare costs) so it's fallen off my radar. I do occasionally run into it at work with research groups that just buy the latest/fastest gaming hardware without checking with IT (we would generally steer them towards workstation/data center grade hardware instead of gaming hardware...not applicable to this discussion for home use). If somehow I could acquire something with new enough hardware to have that problem I'd probably use Fedora on it (so I could just modify my Ansible to work with both), and wait for current Fedora to become RHEL and then that hardware would become RHEL for the rest of it's lifetime. Mainly - the huge number of constant updates and the every 6 month big updates on Fedora are just too much hassle for me.

On gaming and the other comparisons about improvements on newer packages: I do agree with you. My personal approach has just moved to use what is "tried and tested" and "good enough". It's a pretty common approach for sysadmins to let other early adopters find all of the bugs in new stuff. For example: I'm excited about bcachefs, but when I installed Fedora Rawhide just to test it after the recent 6.7 release - I found it largely NOT ready for anything I would need to trust (commands that return the console, but no indication that they did nothing for example - doesn't give me a good feeling about putting all of my family photos on it until it matures). For now, I'll still use XFS for small systems and ZFS for large systems or where I need send/receive.

All of that said: I acknowledge these are preferences and my approach, not a " right" way. I do still think it's a valid approach for some who wants less updates and a more stable config if they're happy with "fast enough" and less potential for update breakage.

Thank you again for being respectful and detailed in your response. Cheers!

[-] laurelraven@lemmy.blahaj.zone 2 points 5 months ago

Hmm ... I'm definitely not going to use RHEL for anything I'm not explicitly ordered to by my employer, but the thought of using Ansible or similar to set up my home system is interesting... I may have to give that a try, and I've got a new system I'm building

[-] trevor@lemmy.blahaj.zone 2 points 5 months ago

You can also use Ansible with just about anything, as long as you can connect to it over SSH or with a REST API. You don't have to use RHEL, specifically. I use it for """declarative""" package management on my Arch system.

[-] laurelraven@lemmy.blahaj.zone 2 points 5 months ago

Oh yeah, I know that part... Sorry, I can see how that could look like I think that's a RHEL specific feature

load more comments (1 replies)
[-] ulterno@lemmy.kde.social 7 points 5 months ago* (last edited 5 months ago)

RHEL at work.

Not having Kate or Okular is a pain.
Need to download cmake for certain cases.
Subscription Manager is a pain.

Air gap means I can't make do with snaps.

I would also gripe about not having KDE, but that would be unfair and off topic in this case.

[-] anders@rytter.me 2 points 5 months ago

@ulterno
For which cases did you need cake for example?

My base OS is Fedora Kinoite and I'm considering have AlmaLinux in a podman container for some applications and tools. Replacing it every year because fedora is eol is too often in my opinion.

Hasn't Kate been replaced by an upgraded Kwrite or is Kate still maintained?

[-] ulterno@lemmy.kde.social 3 points 5 months ago

For which cases did you need cake for example?

Since you asked, I don't usually need cake, since I don't do parties, but I might occasionally buy a piece and eat it.

Hasn’t Kate been replaced by an upgraded Kwrite or is Kate still maintained?

kate and kwrite are both maintained and usable side by side on the same system.
In terms of features... kwrite : kate :: notepad : notepad++. Kinda... kwrite is still much more featurefull than notepad.
They have KDE Frameworks dependencies, which makes it non-trivial to install on RHEL when you can only access the local base and EPEL repo.

[-] anders@rytter.me 1 points 5 months ago

@ulterno
Haha. Typo. I meant cmake 😂

Ah i see. I think Alma has KDE available

load more comments (1 replies)
[-] egg82@lemmy.world 7 points 5 months ago

Rocky 9 as my daily driver on both desktop and laptop, yeah. Ever since starting my current job a couple years ago, where we use RHEL everywhere from servers to desktops I just started switching my entire homelab to Rocky.

Personally it's perfectly fine. Not as flashy or glamorous as Pop OS (which is definitely a fun choice) but I like the stability. I need my computer to be secure and also just work so I can use it to do what I need or want to do.

Still have Steam, Discord, FF, Thunderbird, YTMDA, etc all running just fine on it, though I normally stream from my Windows PC when I'm using it for gaming.

As a sysadmin and developer, I prefer Linux as my daily to Windows (hey, this was a surprise to me, anyway), and from that list I prefer Rocky over others currently. Maybe one day that'll change, but I don't see me moving any time soon.

[-] spaghetti_carbanana@krabb.org 7 points 5 months ago

Sort of, OpenSUSE Tumbleweed. I started on OpenSUSE Leap but had issues getting things like GPU and Steam working. Red Hat was also a non-starter because of the lack of gaming functionality.

TW works great for gaming and the enterprise features I care about (like domain joining) work out of the box. Its certainly harder to set up than something more geared towards home use (typically one of the various the downstreams of Debian or Arch) but that doesn't bother me.

[-] Shareni@programming.dev 2 points 5 months ago

Sort of

Not even close

Fedora Rawhide (?) == Opensuse TW

Fedora == Opensuse leap

RHEL == Suse enterprise

The higher ones are a testing ground for the one below, until you get to the actual product, the enterprise distros. They have completely different priorities

Red Hat was also a non-starter because of the lack of gaming functionality.

Unless you're running bleeding edge hardware, you can install the drivers just fine. Enterprise users also need GPUs. Flatpak solves steam in most cases.

[-] Bitrot@lemmy.sdf.org 5 points 5 months ago

Opensuse Leap is built from SUSE Linux Enterprise and then additional packages added (those packages from Opensuse are also available to SUSE), it is not very comparable to Fedora and is more like Rocky Linux. SLE doesn’t have an upstream distribution in the same way Fedora is to RHEL.

load more comments (4 replies)
load more comments (5 replies)
[-] bloodfart@lemmy.ml 6 points 5 months ago

Rhel is fine. No reason not to try it, they’re letting you register sixteen systems for free.

[-] Bitrot@lemmy.sdf.org 6 points 5 months ago

Have. I like btrfs, you only get that with Oracle and they have philosophical issues, but also random brokenness with things like selinux policies.

Old packages aren’t really an issue for me, but missing packages that haven’t been put into EPEL can be a pain. Depends what you want to accomplish or need.

I feel similarly about Fedora’s quick EOL, which was how I got onto an enterprise desktop distro too. The paper cuts are why I ended up switching to Mint.

[-] cmnybo@discuss.tchncs.de 5 points 5 months ago

You can use btrfs with any distro. It's just easier to install on some than others. Ubuntu and Mint will automatically create subvolumes for root and home if you install on a btrfs partition. With Debian, you have to manually create and mount all of the subvolumes before starting the installation.

[-] Virulent@reddthat.com 2 points 5 months ago

You can't really use it with redhat. You can swap the kernel and install the user space tools, but then you won't get support from redhat.

load more comments (1 replies)
[-] jollyrogue@lemmy.ml 2 points 5 months ago

Except CentOS/RHEL. RH doesn’t build the kernels with btrfs support.

load more comments (4 replies)
[-] mfat 6 points 5 months ago

Nowadays with Flatpaks you can use any distros you want.

[-] anders@rytter.me 3 points 5 months ago

@mfat and with Distrobox containers.

[-] Pacmanlives@lemmy.world 2 points 5 months ago

This is what I am using on Debian Stable

load more comments (2 replies)
[-] scratchandgame@lemmy.ml 6 points 5 months ago

It doesn't make any sense.

Why staying on old package for unnecessary stability (that stability is for highly "mission critical" things).

[-] zenharbinger@lemmy.world 5 points 5 months ago* (last edited 5 months ago)

I used Rocky 9 at home for a while. I think I had an emergency with a disk and had to install fedora because it's all I had. I also use Rocky 8 workstations at work without any problem.

I could easily slip back to Rocky over Fedora no problem. But I don't game or do anything except serve ipa.

Edit: and yes these were/are my daily driver desktops.

[-] anders@rytter.me 1 points 5 months ago

@zenharbinger
Okay cool. I don't game so for me that's not a problem neither if games don't work.

[-] possiblylinux127@lemmy.zip 3 points 5 months ago

I've done the other way around

[-] anders@rytter.me 2 points 5 months ago

@possiblylinux127
What do you mean with other way around?

[-] possiblylinux127@lemmy.zip 2 points 5 months ago

Pop OS, Debian and Linux Mint in production

[-] anders@rytter.me 1 points 5 months ago

@possiblylinux127
And then enterprise Linux on your home desktop?

[-] possiblylinux127@lemmy.zip 2 points 5 months ago

If you count Fedora and Proxmox then yes

[-] anders@rytter.me 1 points 5 months ago
[-] Shareni@programming.dev 2 points 5 months ago

I'm curious if it's easy to use for this purpose or if the older packages are a pain.

I'm currently running MX + nix unstable. Debian's not enterprise, but it's close enough.

There are some things that are pretty hard to handle. For example large DEs like KDE, or Nvidia proprietary drivers. I wouldn't even try to handle them through nix.

Besides that, you'll also have to deal with the issues the other PM might have. For example flatpak and outdated system libraries (flatpak doesn't provide them). Nix doesn't have that issue because it provides everything, but it uses more disk space, and you have to deal with nix docs.

In the end it really depends on your needs, and only trying it out will tell you for sure. If you're a gamer with the newest hardware, you're probably not going to have fun. If you need it for work, it'll be great if you can deal with an external PM. If you need it as a media device, slap on a few flatpaks and it's perfect.

For me, this approach is far better than using a rolling distro, and I might try out RHEL at some point just out of curiosity. Unlike Arch, Debian will always boot, but I still have the newest docker instead of the one that was deprecated 3 months ago and won't be updated for at least a year. Also, home-maanger makes it a breeze to make a list of packages and have them installed wherever and whenever.

Also, Centos is gone, stream is upstream so it's a testing ground for RHEL instead of a RHEL repack. I wouldn't go with the bootleg RHELs, that's just asking for trouble if they haven't switched to upstream as well.

load more comments (3 replies)
[-] lightnegative@lemmy.world 2 points 5 months ago

Even on servers, "stable" distros suck.

It's less bad these days thanks to Docker but when Docker was even a few years old, guess which servers still had no support for it....

load more comments
view more: next ›
this post was submitted on 06 Mar 2024
56 points (98.3% liked)

Linux

46622 readers
857 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