I am about to set up a cloud instance with linux operating system, and the common choice here normally would be ubuntu. But since they failed their newest release, and I have the option of going fedora or debian. What would you guys recommend for server?

  • SpicySquid@lemmy.ml
    link
    fedilink
    arrow-up
    29
    arrow-down
    1
    ·
    1 month ago

    Best fit is always dependent on how you’re planning to use it. Find out what your requirements before you set up a server.

    Generally Debian is chosen very often, but I’d wager pretty much any distro will do. Your own experience goes a long way in making a distro a good choice.

    • somethingDotExe@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      It is going to run af .go application that is the backend for my website. Handling user logins, database translation etc.

      • SpicySquid@lemmy.ml
        link
        fedilink
        arrow-up
        5
        ·
        29 days ago

        Go applications are statically built. So you don’t really need anything special on the server for that. Anything will do. Debian would be fine here.

    • somethingDotExe@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      Which one has the biggest repositpry libruary off the bat? It’s a GUI-less server. So no browser downloading of .deb files anyways.

  • tirateimas@lemmy.pt
    link
    fedilink
    arrow-up
    16
    ·
    1 month ago

    Debian would be the most obvious choice. Perhaps Alma is also a good option. If you would like a european option, OpenSUSE leap can also do the job.

  • lsjw96kxs@sh.itjust.works
    link
    fedilink
    Français
    arrow-up
    12
    ·
    1 month ago

    Can’t say anything for professional use, but debian is rock solid, always a strong choice for servers.

  • Arcanoloth@lemmy.ml
    link
    fedilink
    arrow-up
    11
    ·
    1 month ago

    I personally favour Alpine Linux for its minimalism, but Devuan or Debian are fine, and more familiar choices, too. Depending on what you intend to run, especially appliance-like things, OpenBSD might be a good alternative.

  • placebo@piefed.zip
    link
    fedilink
    English
    arrow-up
    9
    ·
    1 month ago

    Professional as in an organisation? You should probably start by gathering functional and non-functional requirements from stakeholders.

  • Fizz@lemmy.nz
    link
    fedilink
    arrow-up
    7
    ·
    30 days ago

    Rhel if you are using professionally. Their enterprise support staff are wizards when it comes to finding the cause of random issues.

  • pcouy@lemmy.pierre-couy.fr
    link
    fedilink
    arrow-up
    7
    ·
    1 month ago

    I usually have Debian on all my servers for stability, and run almost everything inside containers for convenience. The few things that run directly in Debian are nginx for reverse proxying to container services, fail2ban+firewall, and wireguard for everything that moves data between servers/computers/devices I own

    • HelloRoot@lemy.lol
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      1
      ·
      1 month ago

      Mostly the uutils.

      • MIT license isn’t nice.
      • They have way more CVEs than the core utils they replace.
      • They don’t have feature parity yet, so if you use some rare flags in your scripts, those will break.
      • Dran@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        30 days ago

        Code rewrites are always going to have growing pains. Rewriting gnu-corrutils in rust is a noble effort.

        • HelloRoot@lemy.lol
          link
          fedilink
          English
          arrow-up
          2
          ·
          edit-2
          29 days ago

          Should have used agpl if they wanted to be noble.

          But this is just a corpo moating strategy.

    • somethingDotExe@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      2
      ·
      1 month ago

      Dno, I don’t use Ubuntu. Just heard from all my Linux sources (podcasts, forums, etc) that their Newest release sucked.