Screenshot doesn’t even show half.

  • Zeppo@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    Sigh, I was a sysadmin on my own system from 1999-2008 and on a busy server from 2008-2012… then essentially quit. Now with flatpak and snaps it seems I have no idea what I am doing.

    • Gamey@feddit.rocks
      link
      fedilink
      arrow-up
      3
      ·
      1 year ago

      Flatpaks aren’t very relevant for servers if I am not wrong but Canonical definitely tties to push Snaps for that usecase, I feel like other container technologies like Docker or Podman are a lot more relevant in that context and containerization in general is really nice especially for server use and not that hard to wrap your head around! ;)

      • 3v1n0@feddit.it
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

        Docker requires management and some setup. A server snap just works, it’s updated automatically and rolls back when necessary.

        It’s just a breeze. I use it for nextcloud and I’m safe for years with no maintenance from my side at all.

        • Aux@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          Auto updates are not an option for anything mission critical. Every update must be tested in isolation first or you might fuck things up beyond repair.

      • Zeppo@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        Yeah, that’s really what I haven’t used that seems significant these days - Docker. I used to use VMs a fair bit including the premade ones from MS for IE testing, which I think (?) are the same concept.