Recent Posts

Cara install anti virus clamav di Linux Mint

Kamis, Maret 30, 2023

Buat yang sudah lama menggunakan linux mungkin sudah tidak aneh lagi mengenai Cara menginstall anti virus clamav di Linux Mint. dan kali ini saya ingin berbagi hal tersebut. 

Apa sih clamav ? 

ClamAV is an open source (GPLv2) anti-virus toolkit, designed especially for e-mail scanning on mail gateways. It provides a number of utilities including a flexible and scalable multi-threaded daemon, a command line scanner and advanced tool for automatic database updates. The core of the package is an anti-virus engine available in a form of shared library.

Fitur Clamav apa saja ?
  • ClamAV is designed to scan files quickly. 
  • Real time protection (Linux only). The ClamOnAcc client for the ClamD scanning daemon provides on-access scanning on modern versions of Linux. This includes an optional capability to block file access until a file has been scanned (on-access prevention). 
  • ClamAV detects millions of viruses, worms, trojans, and other malware, including Microsoft Office macro viruses, mobile malware, and other threats. 
  • ClamAV's bytecode signature runtime, powered by either LLVM or our custom bytecode interpreter, allows the ClamAV signature writers to create and distribute very complex detection routines and remotely enhance the scanner’s functionality. 
  • Signed signature databases ensure that ClamAV will only execute trusted signature definitions. 
  • ClamAV scans within archives and compressed files but also protects against archive bombs.
Caranya ?
  • Silahkan masuk kedalam mode sudo 
  • Jalankan perintah dibawa ini ya :
#apt-get install clamav clamav-daemon -y 
#clamscan --version 
#systemctl stop clamav-freshclam 
#freshclam 
#systemctl start clamav-freshclam

Tidak ada komentar:

Posting Komentar