• TxzK
      link
      fedilink
      121
      edit-2
      4 months ago

      Imagine needing an antivirus

      This comment was made by Linux gang

      • @empireOfLove2@lemmy.dbzer0.com
        link
        fedilink
        160
        edit-2
        4 months ago

        Even Windows doesn’t really even need a 3rd party anti-virus anymore. The built in windows defender has gotten so good as to really be all you need for active protection unless you’re insanely stupid and keep bypassing it. Use Malwarebytes for deep file scans once in a blue moon, and you’re golden.

        • TxzK
          link
          fedilink
          174 months ago

          first party antivirus is still antivirus

          • @cm0002@lemmy.world
            link
            fedilink
            674 months ago

            Hate to tell you this, but Linux nor MacOS are safe without AV

            It’s just Windows, by far, has the largest share of active systems so everyone targets it. Both MacOS and Linux have their own share of bonafide viruses though

            • @thefartographer@lemm.ee
              link
              fedilink
              654 months ago

              Hate to tell you this, but nuh-uh! My Linux server is just going through a phase where it likes to collect porn ads and share credit card info with Russia!

            • @corsicanguppy@lemmy.ca
              link
              fedilink
              12 months ago

              have their own share

              for Reeeeeeeeeeally small values of ‘share’.

              "Wait! There was Lion! And … … … "

          • @Perfide@reddthat.com
            link
            fedilink
            17
            edit-2
            4 months ago

            It’s still not actually needed for experienced users though, I haven’t had a virus in over 10 years, so it hasn’t had anything to catch.

            Boy oh boy did it freak the fuck out about the exe I compiled myself from a python script I wrote myself, though. Had to specifically exclude it from defender to stop it from quarantining it every time it ran. All it does is check to see if a link on a website has been updated since last look…

            • @pivot_root@lemmy.world
              link
              fedilink
              16
              edit-2
              4 months ago

              This is the main takeaway that people seem to be missing: follow good computer hygiene, and you’ll be fine.

              Keep your shit updated, and don’t download/run things you don’t trust. Keep an unintrusive anti-virus running in the background as a backup just in case there’s a supply chain attack, but don’t rely on it to make your decisions on whether to open a file or not.

              • @shneancy@lemmy.world
                link
                fedilink
                164 months ago

                golden rules of PC hygine:

                don’t use an admin account as your main account

                if you haven’t directly triggered it yourself, the answer to that pop-up is “no”

        • @drathvedro@lemm.ee
          link
          fedilink
          74 months ago

          windows defender has gotten so good

          It’s only good at detecting windows&office activation tools. I have never ever seen it detect anything other than those.

        • @pivot_root@lemmy.world
          link
          fedilink
          154 months ago

          Nobody is immune to it, but it’s a lot less common for sketchy websites to provide malware downloads specifically targeting Linux PCs. The market share is nonexistent, the average user is more technically inclined, and the desktop environment ecosystem is full of variations that make it difficult to develop a one-size-fits-all solution.

          It simply isn’t worth it for most malware creators to focus on Linux desktops. Servers are a different story, but that malware is planted by humans or automated intrustion tools.

          That being said, none of this precludes stupidity. If somebody downloads Oppenheimer-1080p.mkv.exe and opens it in WINE, you can bet your ass that the ransomware malware will do its job just fine.

        • @dangblingus@lemmy.dbzer0.com
          link
          fedilink
          34 months ago

          Don’t download shady exes, run ublock origin, force https, use a vpn, and reroute your DNS lookups. It’s super easy to not download viruses and malware.

          • @pivot_root@lemmy.world
            link
            fedilink
            154 months ago

            I agreed with you up to the “use a vpn” part. That’s just wasting money and adding extra steps for the sake of paranoia.

            If you’re using SSL/TLS and not blindly bypassing invalid certificate warnings, you’re not going to have your device or accounts compromised by the hacker boogeyman.

              • @pivot_root@lemmy.world
                link
                fedilink
                9
                edit-2
                4 months ago

                You have a good reason to use a VPN: bypassing region restrictions (or piracy). The people subscribed to a VPN service for security reasons usually don’t*.

                * Excluding those living under a censorship heavy government.

              • @psud@lemmy.world
                link
                fedilink
                24 months ago

                They hide your browsing from your ISP (and probably your government)

                They hide your origin and substitute another for web sites.

                I’d say a VPN is only useful to people engaging in crime, or things that look like crime and those buying services that are priced differently around the world

                That provide no protection against things you might click on

        • @MotoAsh@lemmy.world
          link
          fedilink
          34
          edit-2
          4 months ago

          IIRC, that was more about auditing the “supply chain” of apps and Linux. Some college kids were purposefully trying to get malware on the mainline Linux repo and obviously got themselves banned from touching Linux.

          Otherwise it’s just been normal security vulnerability type stuff? There was also a long-existing bug found in a very common library recently, but that’s very solidly in the normal flow of security research, the bug just happened to be sitting there a while.

          Linux of course is a target and has malware. It’d be completely stupid of attackers to ignore Linux because the vast majority of servers run it. It’s a readily available target with lots of goodies on those servers.

          • @thefartographer@lemm.ee
            link
            fedilink
            94 months ago

            I don’t think it was just some college kids, I could have sworn their professor was specifically getting his students to perform as bad actors to support some super-biased research papers he was trying to publish.

            • Pika
              link
              fedilink
              English
              84 months ago

              Yeah but this wasn’t recent, this one was like 4 or 5 years ago unless it happened again. If I remember correctly it got the entire University’s email address banned from contributing to the kernel

              • @thefartographer@lemm.ee
                link
                fedilink
                54 months ago

                Oh yeah, I get what you’re saying. Yeah, two completely separate instances. Although, from the sound of it, there are a surprising number of people who seem to think that sabotaging Linux and hacking Linux are the same thing. I mean, I guess a pirate can sail on any ship, right?

        • TWeaK
          link
          fedilink
          English
          134 months ago

          Yeah but antivirus software doesn’t pick up zero days, which is what you should really be concerned about.

          I had some Chinese radios a few years ago, they were proper radios that you could program for all sorts of stuff. I had the software on a USB stick, then plugged it in about 5 years later - pinged up with all sorts of viruses that weren’t detected previously.

          • @SchmidtGenetics@lemmy.world
            link
            fedilink
            74 months ago

            They don’t pick up anything that they don’t know about, so once the zero day is known the antivirus/malware can find and remove it I thought.

            • @pivot_root@lemmy.world
              link
              fedilink
              34 months ago

              They don’t catch zero-day exploits, as those are vulnerabilities in programs that were discovered to be used in the wild. They will eventually catch the malware dropped through those exploits, though.

    • @otacon239@feddit.de
      link
      fedilink
      364 months ago

      CCleaner also hasn’t been necessary since at least Windows 7. I remember working in a PC repair shop when people would just arbitrarily run CCleaner on its most aggressive settings whether it was needed or not and it would always break more things than it fixed.

      • @GregorGizeh@lemmy.zip
        link
        fedilink
        34 months ago

        I mostly used it to clear out various caches and cookies, and invalid or no longer necessary file type extensions, folders and so on.

        Was very handy for that, and usually freed up a surprising amount of disk space (back when a few gigs more or less made a huge difference)

        • @cm0002@lemmy.world
          link
          fedilink
          14 months ago

          Oh I know, but still they couldn’t find some other software to get paid by? Like damn diversify already, find something fresh and interesting you can get paid to install lol

          Like WebTangent or whatever it was called, it was bloatware, but it was bloatware games that were kinda fun. I would always play a few games before I purged that one, but I haven’t seen it in years now

    • @CrabAndBroom@lemmy.ml
      link
      fedilink
      English
      54 months ago

      I almost felt the same way about MalwareBytes. I know it’s actually useful but it hassled me so much about upgrading to premium that it was more annoying than having actual malware.

    • AlphaOmega
      link
      fedilink
      434 months ago

      Someone who doesn’t understand you can disable all those from starting with your pc

      • @ZMonster@lemmy.world
        link
        fedilink
        204 months ago

        I think you missed the reference. They weren’t referring to children as a lack of familiarity with OS functions, they were referring to children as an ignorance of programs you should ever or never install. If you have mcfee on your computer, TODAY, you should just set your computer out on the curb and never touch an electronic device again.

        • AlphaOmega
          link
          fedilink
          124 months ago

          Until I read the original comment, I didn’t know that was the symbol for McAfee.

          Since windows 7, with defender, there’s not even a use for a third party anti virus for the majority of users.

          This must have come pre installed with the system. Nobody installs McAfee of their own volition, right?

          • @Sanctus@lemmy.world
            cake
            link
            fedilink
            English
            64 months ago

            A lot of systems come with McAfee on them. Especially all the shit you can buy on Amazon from the “vendor stores”.

        • @Klear@lemmy.world
          link
          fedilink
          34 months ago

          You don’t want to remove GoG completely, but I’ll be damned if I let it just start on every reboot.

      • I Cast Fist
        link
        fedilink
        34 months ago

        And then, when the program next updates, it silently re-enables its “startup with the computer” option, because fuck you. Of course, it updates every day, just to ensure you never “accidentally” disable it’s automatic startup!

  • @heavy@sh.itjust.works
    link
    fedilink
    English
    784 months ago

    For those that don’t know, theres a tab in Windows task manager called Startup that let’s you modify what apps get started when you log in.

    You can also look at the services.msc tool and check all your startup services.

    • @kryptonianCodeMonkey@lemmy.world
      link
      fedilink
      33
      edit-2
      4 months ago

      When your Linux machine is so efficient on resources that it doesn’t even try to run your video card or wifi dongle…

      My linux desktop: “Nvidia? Hmm. Yuck, no thank you.”

      • @MotoAsh@lemmy.world
        link
        fedilink
        17
        edit-2
        4 months ago

        Linux was right on that one. Yuck nvidia.

        … not necessarily their hardware, but business practices.

      • @Ziglin@lemmy.world
        link
        fedilink
        14 months ago

        I got some good drivers with flatpak (I think) but I dare not update my Nvidia drivers or lightdm will complain. Next PC will be an AMD card thank you. (probably going to be a few years though)

  • @rdri@lemmy.world
    link
    fedilink
    444 months ago

    Unironically you’re missing the point. The point being, it’s not a problem for many apps to start because oh how powerful PCs got. The problem is when some apps use so much resources that regardless of how powerful your PC gets, it’s wasteful to have them opened all the time.

    Reason for that problem is them using unoptimized frameworks such as Electron and CEF (seriously, check each app on the image).

    And main reasons for that are:

    • Google posing browser component as a GUI framework.

    • Devs not caring (or being lazy) enough to do native coding.

    I wish every person would realize the above so we could force developers do their job better.

    • @Capricorn_Geriatric@lemmy.world
      link
      fedilink
      12
      edit-2
      4 months ago

      Ironically, even if OP missed the point, the apps pictured are resource hogs and all of them don’t need to run on starup other than Defender.

      Sure, leave OneDrive/Dropbox on if you use it. Leave Spotify if you just need your music to start blasting the second you reach the desktop. If opening Steam and waiting ~30 seconds for the lord Gaben-given daily update is too much of a problem let it do its thing on startup, but who in their right mind needs Soptify, OneNote and all the gaming clients slowing down startup of literally everything?

      And CCleaner, McAffee and Adobe can go fuck themselves along wirh Nestle.

      • @rdri@lemmy.world
        link
        fedilink
        14 months ago

        the apps pictured are resource hogs

        I mean I didn’t disagree with that.

        who in their right mind needs Soptify, OneNote and all the gaming clients slowing down startup of literally everything?

        I guess every user who doesn’t care enough to check the autorun settings as long as it works. Probably most non-IT specialists.

    • I Cast Fist
      link
      fedilink
      24 months ago

      Devs not caring (or being lazy) enough to do native coding.

      “Waaaah waaaah, how else am I supposed to make crossplat code?” - Whines the coder whose product is only available for Android, as an electron app no less, for that one never heard of Dart+Flutter (if i’m not mistaken, the most recent Ubuntu installers interface were made with it), or Delphi/Lazarus (yes, those two use Pascal language), or even Tauri or Neutralino if they code in Javascript.

      • @rdri@lemmy.world
        link
        fedilink
        14 months ago

        Tried some nice tool (tabame) that uses Dart/Flutter and it immediately uses 250 mb of RAM. No graphical content except some icons in the GUI. As I was going to replace task manager which uses 60 mb, I was not happy.

        Wish sciter would be more popular.

        • I Cast Fist
          link
          fedilink
          14 months ago

          That’s a lot of ram usage. Decided to try myself and on the first startup, 118mb ram. Ouch. It did fall to ~50mb after some setup, but that’s still quite high, especially compared to my task manager eating around 25mb while open. I somehow also managed to spawn 2 tabame processes, so I guess the program still needs to iron some kinks, to say the least.

  • nifty
    link
    fedilink
    394 months ago

    Everyone is making fun of the apps included in OP, but it’s besides the point—apps that demand resources at startup are the worst if you don’t need them. I ruthlessly deny permissions for anything installed, it’s like Gandalf in there holding the bridge and pushing presumptuous asshole apps over the bridge.