How to install maldet in linux server !
Maldet also known as Linux Malware Detect virus scanner for Linux. Go to the below path: cd /usr/local/src/ Download the tar file using the below link: wget http://www.rfxn.com/downloads/maldetect-current.tar.gz Extract the file using the below command: tar -xzf maldetect-current.tar.gz go to the maldet folder: cd maldetect-* Now, run the below command to install maldet: sh ./install.sh […]
» Read more