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
    0
    ·
    17 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
      0
      ·
      17 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.

      • infeeeee@lemmy.zip
        link
        fedilink
        arrow-up
        0
        ·
        17 days ago

        OpenMediaVault comes with a beginner friendly webui, and all programs from the debian repos are available. It’s plain debian under the hood. You can install docker, lxc, k8s and kvm plugins and they are managable from the webui.

        https://www.openmediavault.org/

    • somethingDotExe@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      ·
      17 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
        0
        ·
        16 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.