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

  • GnomeComedy@beehaw.org
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    7 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.nzM
      link
      fedilink
      arrow-up
      6
      ·
      edit-2
      7 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

    • laurelraven@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      1
      ·
      7 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
        link
        fedilink
        English
        arrow-up
        1
        ·
        7 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.

    • anders@rytter.meOP
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      @GnomeComedy ansible sounds cool. i don’t know anything about it, but it seems like this is a bit of the same as i’m doing with Dockerfiles for my Fedora Kinoite. building my own custom OS image with github actions and then every 3rd day the new image gets pulled by my pc from the cloud.