the more people continue to ditch windows, the more scammers are going to focus their energy on linux
Sorry, I missed this in my first reply.
It is true.
A few simple rules:
- install only from trusted repositories, i.e. the official ones for your distro. This also excludes that closed-source Ubuntu package of your favorite app, straight from their website.
- same precautions for web browsers as for any other OS. Don’t click any old link, don’t execute mail attachments, that sort of stuff.
- Antivirus software still isn’t required
- don’t just sudo if you want to make something work. Despite the famous xkcd, that’s not how this works. Least privilege at all times.
Unless you have some extraordinary usage scenarios, that’s it really.
problembasedperson@lemmy.dbzer0.com 22 hours ago
wiki.archlinux.org/title/Security
Applicable to most Linux distros.
OhVenus_Baby@lemmy.ml 16 hours ago
That’s a lot of advanced shit, which can totally bork a system. What average user paths can we take program wise or etc?
Like a Linux mint user for instance who’s first stop is diving into a Linux distro of their choice and wanting to gain 80 percent of the gains with 20 percent of the hassle and maintenance.
gamermanh@lemmy.dbzer0.com 8 hours ago
Basic internet precautions: if you’re looking at a GitHub for a famous piece of software that has only 250 total downloads: double check the Url, read any commands before you run them and compare to documentation if you’re unfamiliar with a piece of one, if you run something in docker or similar containerization for any reason make sure you set the PUID and GUID of the containers to a user other than root or they’ll be root by default
OhVenus_Baby@lemmy.ml 8 hours ago
I get that. Which is why anti virus and things are kind of common sense is what everyone usually says. Watch what you do and click etc. But your reply did not really address my question. What’s the average Joe version of the link you posted, as it was for advanced users.