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?

  • SlicedPotato@feddit.dk
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    2 hours ago

    Both Debian and RHEL-like distros are solid choices. Both are super stable. Debian tends to not always have the newest packages, so if you want that I’d steer away from Debian. Personally I use Rocky Linux for my servers. It’s based on RHEL, meaning each new major version benefits from Red Hat’s 10 years of software support. Debian (and derivates) have better community support I think, but RHEL has very solid documentation (which for the most part applies directly to Rocky, Alma etc.)

    Here’s a great article outlining the differences between Alma and Rocky.

    But for something simple like running a Go application, both should work just fine, so choose what you’re most comfortable with.

    Rocky is available at Scaleway too.

  • consequential@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    2 days ago

    Do yourself a favor and go with Nixos. Dive head first into to the rabbit hole and set up a repeatable and immutable system. You’ll thank yourself later when so many maintenance tasks become a GitOps workflow: update config, commit, push, build, deploy, rollback if it fails

  • SpicySquid@lemmy.ml
    link
    fedilink
    arrow-up
    28
    arrow-down
    1
    ·
    3 days 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
      ·
      3 days 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
        3
        ·
        1 day 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
      ·
      3 days 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
    14
    ·
    3 days 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
    11
    ·
    3 days ago

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

  • placebo@piefed.zip
    link
    fedilink
    English
    arrow-up
    9
    ·
    3 days ago

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

  • Arcanoloth@lemmy.ml
    link
    fedilink
    arrow-up
    10
    ·
    3 days 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.

  • Fizz@lemmy.nz
    link
    fedilink
    arrow-up
    7
    ·
    2 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
    ·
    3 days 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

  • Dingaling@lemmy.ml
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    2 days ago

    SME here, moving around 300 vms from Rocky to Debian.

    But your question is really too vague. Our workflows are quite traditional, but the world is a big place and there is no single right answer here.