this post was submitted on 06 Aug 2023
96 points (92.1% liked)

Linux

45530 readers
1026 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] 12 points 11 months ago (4 children)

ClamAV works and even has live scan these days, with a performance impact similar to that on Windows and MacOS. It's not as advanced as many Windows antivirus programs, but it does the job.

There are also enterprise antivirus products, but I don't think they'll work well on Linux. I would avoid free, proprietary antivirus products (like Avast) like the plague because all of them have had some kind of data collection/data selling controversy or have one coming up for sure.

I used to consider ESET to be quite good, but they dropped their Linux product it seems.

If you want to scan suspicious files, try virustotal.com. That'll run the file through a wide range of antivirus products, including products you wouldn't normally have access to as a consumer.

[–] [email protected] 1 points 11 months ago (1 children)

I have clamav installed, can I disable livescan? I use it mainly for data I will transfer to windows computers to make sure it's safe

[–] [email protected] 1 points 11 months ago

If you use a ClamAV GUI, you'll probably have a toggle for this.

If you use the command line version, you can find the documentation for on-access scanning here. Basically: open /etc/clamav/clamav.conf, set ScanOnAccess and OnAccessPrevention to yes and make sure OnAccessExcludeUname is set to clamd or whatever clam system user your system uses.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)

ESET Endpont Antivirus for Linux

I haven't used on-access scanning for years but I remember Dazuko was used by multiple AV devs to provide it.

[–] [email protected] 1 points 11 months ago

That ESET page is their business offering, quite expensive for antivirus in my opinion.

This was their home Linux product, which they discontinued.

[–] [email protected] 1 points 11 months ago (1 children)

I'm using since corporate Eset on Linux. When did they drop support?

[–] [email protected] 1 points 11 months ago

They dropped Linux support for their home offering in 2022. Corporate probably still works (or you would've received an email about it) but they're not exactly targeting individual consumers with their corporate suite.

[–] [email protected] 0 points 11 months ago

ClamAV is really only used to check for cross virus contamination. It's a tool that checks for windows malware inside of Linux.

Linux doesn't need any malware software. The way Linux runs and works is already way more secure in itself, almost everything you'll ever download is pre compiled intro software repositories that are checked constantly.

The only way you'll catch a virus on Linux is being dumb and clicking ads or downloading something from untrusted sources like websites that could be fake but look real.