• Big [any, any]@hexbear.net
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    4 days ago

    I guess I’m leaving ubuntu then. Too bad, it’s been my daily driver for nearly 16 years now.

    What’s the next best alternative? I just want a stable and secure distro that won’t get abandoned in six months because the dev team consists of a single basement dweller and his cat.

    • Soot [any]@hexbear.net
      link
      fedilink
      English
      arrow-up
      16
      ·
      edit-2
      4 days ago

      I mean you can go straight Debian. There is a Debian-based Linux Mint that seems to have been around a long time, but I’ve never used it.

      Fedora is owned by evil shits, but is also a stable and secure distro, and it is what Linus uses FWIW. So it’s a choice if you’re okay with never contributing to it at all…

    • TrashGoblin [he/him, they/them]@hexbear.net
      link
      fedilink
      English
      arrow-up
      13
      ·
      4 days ago

      If you want stable, you can’t do better than Debian. If you want a good balance of stable and up-to-date, Fedora is good, and the immutable variants are interesting. Debian stable doesn’t get as out of date as it used to, either.

      • Moomoo_Milk [she/her]@hexbear.net
        link
        fedilink
        English
        arrow-up
        3
        ·
        4 days ago

        It is worth adding that using Debian stable comes with the price of being several versions behind on most software packages. It rarely matters, but it’s a pain in the ass for the times that it does.

          • Moomoo_Milk [she/her]@hexbear.net
            link
            fedilink
            English
            arrow-up
            2
            ·
            4 days ago

            Oh that is quite useful. Thanks for the resource. If I ever find myself back on Debian, I will keep this in mind. Unfortunately, it doesn’t carry any updated packages for the issues I was experiencing.

        • Chana [none/use name]@hexbear.net
          link
          fedilink
          English
          arrow-up
          4
          ·
          4 days ago

          Releases are every 2 years, roughly. Not really that bad / old. And for major gui apps where it does matter, like a browser, flatpaks (or similar) are the way to go, generally means it comes straight from the devs when they release.

          • Moomoo_Milk [she/her]@hexbear.net
            link
            fedilink
            English
            arrow-up
            3
            ·
            4 days ago

            My issues that I’ve run into sat in the UXes and in drivers. Not the easiest fixes to work around for most. But yes, the packages you mention are indeed fairly simple to workaround if necessary thanks to robust, external package managers.

      • decaptcha [none/use name]@hexbear.net
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        4 days ago

        are there good alternatives to Ubuntu Server? I run all my docker containers on headless US cuz I don’t know any better. Maybe this thing is a non-issue but still curious what else is out there. Maybe Debian would serve just as well?

        • PorkrollPosadist [he/him, they/them]@hexbear.net
          link
          fedilink
          English
          arrow-up
          10
          ·
          edit-2
          4 days ago

          If you’re using Docker, Debian should be fine. The containers include their own runtimes and make the software running on the host mostly irrelevant. For what its worth, I run matapacos.dog on Debian (without Docker). You couldn’t ask for a better server OS in my opinion.

          • You seem to be a knowledged linuxer, do you know how to make docker compose containers start on boot. Last I used it I think I had to log on and run docker compose up -d every time.

            Edit: I should have just asked the search engine which leads me to stackoverflow. See also dockers own docs on restart


            This user is suspected of being a cat. Please report any suspicious behavior.

            • hello_hello [hy/hym]@hexbear.netM
              link
              fedilink
              English
              arrow-up
              4
              ·
              4 days ago

              There’s also the Podman way of doing things which involve using Podman Quadlets/Pods to group containers together and to start them as a rootless systemd user service (using loginctl’s enable-linger toggle to allow services to be started without the user being logged in.

          • decaptcha [none/use name]@hexbear.net
            link
            fedilink
            English
            arrow-up
            2
            ·
            4 days ago

            Thanks, makes perfect sense. Think my brain was trying to save itself from pondering the work involved in moving the containers over. My oldest ones I set up before I really knew what I was doing so I’m expecting it to be a chore to backup, migrate, and adopt them into the management container I’m using now (Arcane). Would make a nice weekend project if I had one to spare, hehe