Installation and configuration of Rkhunter
1. Download rkhunter from http://www.rootkit.nl/projects/rootkit_hunter.html using following commands.cd /usr/local/srcwget http://downloads.sourceforge.net/project/rkhunter/rkhunter/1.4.2/rkhunter-1.4.2.tar.gz 2: Install rkhunter using following commands.tar -xzvf rkhunter-1.4.2.tar.gzcd rkhunter-1.4.2./installer.sh --layout default --install 3: Update rkhunter using following ...
Installation and configuration of clamscan
Installation and configuration of clamscan
1.Install epel repo if not available already.
yum install epel-release
2. Install clamav.
yum install clamav
This will install clamav. You should update the ...
Install nginx on CentOS 6
Nginx is a high-performance web server specifically designed for delivering large amounts of static content. You can install nginx in CentOS 6 with the help ...