• barkingspiders@infosec.pub
    link
    fedilink
    English
    arrow-up
    7
    ·
    3 months ago

    I am a little biased because I’ve been using Debian professionally for many years now but we don’t deserve Debian. It is fantastically stable and reliable and makes an excellent platform for running your services off of. If you are at all interested in offering some time and energy to the open source community, consider adopting a Debian package!

    • A_Union_of_Kobolds@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      3 months ago

      I’m thinking about a Linux laptop with FOSS software for my business actually, Lemmy’s relentless horde of pro-Linux propaganda has won me over

      (OK I’ve always liked FOSS I’ve just never taken the jump)

      • qprimed@lemmy.ml
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        3 months ago

        ONE OF US! ONE OF US!

        but seriously, modern FOSS distros (yes, debian is modern, damnit!) are amazingly good. you have an exceptionally high probablility of switching and staying switched.

        • undefined@links.hackliberty.org
          link
          fedilink
          arrow-up
          1
          ·
          3 months ago

          I should be more clear: specifically I was rebuilding a Docker image based on Debian and needed Node.js for one build step, then Ruby for another as well as the final image.

          In the Dockerfile there were a ton of weird commands for simply installing Node.js and Ruby whereas on Alpine Linux I could simply install the needed versions from apk. I understand it’s preferable to build these from scratch but in the case of Node.js I was looking to simply compile a bunch of assets then throw away the layer.

          I could’ve spent a bunch of time figuring it out for Debian but I wanted a smaller image in the end anyway too.