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

    They’re super rare. I’ve not gotten one once in decades, whereas I’ve encountered countless viruses on Windows. Linux is more secure, but also it’s just a smaller target. Best way to avoid viruses is to use an OS nobody else wants to use *taps head

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

      I think you have a false sense of security with regards to Linux vulnerabilities and exploitations. There are dozen of known exploits throughout the Linux ecosystem that are publicly disclosed frequently.

      What makes you think Linux is more secure than windows? I’m not trying to start an argument here I’m just curious.

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

        I find the Linux ecosystem has far better updating mechanisms than Windows and it doesn’t have as much backwards compatibility cruft as Windows. That and the open source nature I think is better at having exploits uncovered. I’m not saying Linux is perfectly secure, but that it’s more secure than Windows. But I think the biggest reason it’s less likely to get viruses is just that it’s a smaller target and that hackers aren’t spending as much time trying to attack it, plus the users are more tech savvy meaning any attacks will be less lucrative.

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

          it’s a smaller target and that hackers aren’t spending as much time trying to attack it

          It’s the most popular server system, so I’m not so sure about that.

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

            The target user base is much smaller. Most viruses are spread through user error and server administrators are far more competent than a typical OS user. Also, typical server exploits lead to exposing credentials rather than spreading viruses.

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

              Software is usually installed from repositories and not random websites, so there is less room for user error in general. Even if you download an executable file, you will most likely have to give it permissions to run first. So I think it’s more immune to viruses not because of its users, but because of the way it’s designed.