this post was submitted on 06 Aug 2023
94 points (92.0% liked)

Linux

47231 readers
811 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Do you have any antivirus recomendations for Linux.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 50 points 1 year ago* (last edited 1 year ago) (1 children)

Do you have any antivirus recomendations for Linux.

Install all applications from your package manager.

Don't run things as root.

Don't visit sketchy websites.

Run an ad-blocker that isn't owned by an advertising company.

[–] [email protected] 2 points 1 year ago (4 children)

Can you get a virus just for visiting a sketchy website?

Also, some programs aren't available via my package manager (I use Fedora) so I have to add 3rd party repos. Is there a general security guide for linux?

Thank you!

[–] [email protected] 7 points 1 year ago (1 children)

Can you get a virus just for visiting a sketchy website?

Not with an uptodate browser. But there was malware in adverts on normal webpages. Even CIA recommends an adblocker.

[–] [email protected] 10 points 1 year ago

Meanwhile at Google...

[–] [email protected] 6 points 1 year ago

Nowadays it is almost impossible to get a virus just from visiting websites. As for security recommendations I would recommend never running applications as roo that 100% don't need it, as for 3rd party repos I would always be a by mindful of the apps but generally there isn't too much of a risk, of getting a virus.

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago)

There have been cases of malware exploiting scripts and even images being displayed, whether directly hosted on the site or via compromised ads.

[–] [email protected] 1 points 1 year ago

Highly unlikely. A site could try to exploit unpatched security holes in your browser, but if your browser is up to date, this is unlikely to succeed. Modern browsers are very complex and large so they have lots of weaknesses, but they also get fixed quickly, a lot of eyes are on their code and they utilize sandboxing techniques as well to isolate things from your system.
Still, it's a good idea to harden your browser further yourself, or run it in an additional sandbox.

Check Flatpaks as well.