Why You Shouldn't Use Microsoft Windows11.
...
Clam AntiVirus is a free open source antivirus program and licensed under the GNU General Public License (GPL). The program is written for non-interactive use and scanning mail on a mail server or equivalent but not limited to it.
ClamAV can identify, relocate or delete files on Linux systems, that have been infected by viruses, but not remove any viruses from infected files. Also ClamAV doesn't protect you in realtime and their on-access using clamd seems to be non-reliable.
ClamAV is a registered trademark of Cisco Systems. (C) 2015 Cisco and / or its subsidiaries.
Note: In tests conducted by AV-TEST Lab 09/2015, ClamAV showed a detection rate of 15.3% when tested against Windows-based threats and 66.1% for Linux-based threats.
Despite this extremely worrying result, it is recommended on several Linux forums online that private users should install ClamAV.
Expect some false positives. Do not delete the files that are flagged positive, download them instead on a protected Linux machine and do a scan with one of the top three AV-vendors, plus upload the file/s to VirusTotal for an extra check.
It is the one of the remaining "Free Antivirus" for Linux in 2023 that I could download from the developers website.
In the case of malicious code specifically targeting Linux, attackers assume that the user is making errors and either runs as "Root" all the time or installs software from third party insecure sources.
The latest version at the time of writing is 0.105.0, released 2022-05-03 and it comes without a GUI ( Graphical User Interface ).
Note: I only recommend you use this software if you can't afford a paid Antivirus / EndPoint solution for your Debian 11 / LMDE5 Linux desktop or server.
Size: 14,1MB
To get the latest version download here.
I am assuming you are saving your downloads in the "Downloads" folder.
cd Downloads
Enter.
sudo dpkg -i clamav-0.105.0.linux.x86_64.deb
Enter.
In case of an error:
sudo apt-get install -f
Enter.
Version:0.103.6+dfsg-0+deb11u1
sudo apt-get install clamav
Enter.
In case of an error:
sudo apt-get install -f
Enter.
By default ClamAV signature database is updated automatically every hour, but If you want, you can change this in freshclam configuration file:
/etc/clamav/freshclam.conf
ClamAV use three virus definitions files:
The definition files are located here:
/var/lib/clamav
Before updating the database, you must first stop the clamav-freshclam service ( auto update ).
sudo systemctl stop clamav-freshclam
Enter,
Then to manually update the virus signatures:
sudo freshclam
Enter.
Now start running freshclam as a service ( auto update ):
sudo systemctl start clamav-freshclam
Enter,
To check that the freshclam service is up and running:
systemctl | grep clam
Enter.
Now to scan your current directory ex. ( /home ):
sudo clamscan
Hit Enter and wait a little bit.
----------- SCAN SUMMARY -----------
Known viruses: 8616625
Engine version: 0.103.6
Scanned directories: 1
Scanned files: 19
Infected files: 0
Data scanned: 1.09 MB
Data read: 0.75 MB (ratio 1.45:1)
Time: 22.185 sec (0 m 22 s)
Start Date:
End Date:
------------------------------------------------
To scan all files and folders in current directory ( /home ):
clamscan -r /home
Scan a single file:
clamscan filename.ending
To scan your /home folder and remove any infected files:
clamscan --infected --remove --recursive /home
Enter.
Note: If you have several user accounts and just want to scan one, add /username after /home.
To scan your web server and everything in the standard Apache document root looking for PUA = Potentially Unwanted Application.
sudo clamscan --infected --detect-pua=yes --recursive /var/www/html/
Enter.
For more information visit the clamscan manual or the developers website.
sudo apt-get remove clamav
Enter,
Uninstall clamav and its dependencies:
sudo apt-get remove --auto-remove clamav
Enter.
cd Downloads
Enter.
sudo dpkg -i clamtk_6.14-1_all.deb
Enter, done.
Windows has always been the preferred platform for gaming, but after STEAM's interest in Linux more game developers are making their games natively available for Linux.
All information on this website is published in good faith and for general educational purposes and for use in safe testing environments only. While linuxexperten.com strives to make the information on this site as accurate as possible, linuxexperten.com does not warrant its completeness, reliability and accuracy.
We are not responsible for any losses or damages associated with the use of our website. While we strive to provide only links to useful websites, we have no control over the content of these sites and links to other sites do not constitute a recommendation for all content contained on these websites.
This is a professional review site that receives compensation from the companies whose products reviewed. Each service or product are thoroughly tested and given high marks if considered to be the very best. Independently owned and the opinions expressed here are no one elses.
None at the moment.