Most Linux users prob won’t care if Win10 dies.

  • Jo Miran@lemmy.ml
    link
    fedilink
    arrow-up
    52
    ·
    4 days ago

    I have been a Linux user since 1995. Anyone that thinks that Linux is invulnerable is just silly.

    • kekmacska@lemmy.zip
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      4
      ·
      4 days ago

      nothing is invulrenable. but good luck finding a vulrenability on openSUSE for example. Almost impossible. But just almost

    • blackbelt352@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      13
      ·
      4 days ago

      It’s security through small market share. There’s just not enough major organizations using Linux as a default to warrant large numbers of all manor of gray or black hats to dig deep into finding the exploits.

      • Allero@lemmy.today
        link
        fedilink
        arrow-up
        18
        ·
        edit-2
        4 days ago

        There is an entire Linux server segment - exploiting Linux can be insanely profitable

      • Ptsf@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        4 days ago

        There’s more money flowing through linux systems than you can even imagine. It’s an incredibly lucrative target that runs approx 85-90% of all internet service servers.

      • mycelium underground@lemmy.world
        link
        fedilink
        English
        arrow-up
        12
        ·
        4 days ago

        You do know that almost the entire Internet runs on linux? Even Microsoft isn’t running very many windows servers. In my humble opinion, if you are running a server on Windows, you are batshit crazy.

        • Petter1@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          3 days ago

          I run a winServer, but only to test if our device we develop works with LDAP(S) hosted on winServer->ActiveDirectory/entraID, as well as WinServer->RADIUS->eap-tls

      • yonder@sh.itjust.works
        link
        fedilink
        arrow-up
        3
        ·
        3 days ago

        Much of the security that comes with most linux distros is due to how software is installed. On windows, you typically install random .exe files online and have to put your trust in whoever provided you with the installer. On linux, it’s much more common to use a package manager to install packages, which means you are putting your trust in the package repositories instead, which can be policed by the maintainers who can decline to add suspicious packages.