Two years into full-time Linux and I’m finally burning the distro-hopping cycle. I fell for the Arch/AUR trap for a while, but I got tired of spending my weekends debugging file manager crashes instead of maintaining my home lab.

Switched back to Fedora, and it’s boring in exactly the way I need it to be. It’s a stable launchpad for my projects, not the project itself.

    • Victor@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      9 hours ago

      Fair enough. I thought it was one of those distros that you couldn’t change much once installed. My bad, if incorrect.

      • Allero@lemmy.today
        link
        fedilink
        arrow-up
        1
        ·
        8 hours ago

        You probably think of Bazzite. Same gaming focus, but on immutable base, also very popular :)

    • djdarren@piefed.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      19 hours ago

      Yeah, I tried pure Arch first, fucked up by not installing the right drivers for my old Nvidia card, and was never able to really get it running properly. So I gave up and tried CachyOS instead, on the basis that it’d probably get the drivers right for me. And it did.

      • Allero@lemmy.today
        link
        fedilink
        arrow-up
        2
        ·
        edit-2
        9 hours ago

        I’d come with a word of caution then - while CachyOS automatically and conveniently installs with correct defaults, it is still a direct Arch derivative. Going forward, it will be just as easy to screw the system up and not know where to go next.

        With that said, I strongly advise to learn to revert any change you can make to your system. The simplest way (assuming CachyOS installed root filesystem as btrfs) is to learn your way around snapper early on. Check tutorials on how to do it right on CachyOS.

        With Snapper set up well, you can essentially undo any change. And this will be essential as you learn Arch (which CachyOS still really is).