this post was submitted on 17 Oct 2025
50 points (98.1% liked)

Linux

59014 readers
368 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 6 years ago
MODERATORS
 

I know that Linux is more secure than Windows and normally doesn't need an antivirus, but know myself I'm gonna end up downloading something at some point from somewhere on the internet, and it would be good to be prepared. So, which antivirus would you recommend for Linux (Mint specifically) just to double up on security?

you are viewing a single comment's thread
view the rest of the comments
[–] Quazatron@lemmy.world 6 points 1 day ago (1 children)

I just want to add that you that you can also setup multiple user accounts for different uses. One for banking, one for gaming, one for downloading random crap. It will not protect against privilege escalation attacks but will help against random scripts exfiltrating your personal documents.

Another nice layer is containers and containerized applications (flatpaks, bubblewrap, etc). Each app will be somewhat limited in what damage it can do.

Running pi-hole as your DNS or using some other filtered DNS provider (Mulvad or others) will also protect you from some shady sites.

[–] rozodru@piefed.social 3 points 13 hours ago

I mean if you're going to go the multiple user accounts route for different things wouldn't it just be easier to just use QubesOS? No account switching and granted it will be a bit slower but saves you the headaches.