Install memcached daemon with command yum install Memcached Enable memcached to start on boot systemctl enable memcached Start memcached systemctl start memcached You can verify if memcached is running with the command “netstat -lntp” [[email protected] ~]# netstat -lntp |grep memcachetcp 0 0 0.0.0.0:11211 0.0.0.0:* LISTEN 129472/memcached tcp6 0 0 :::11211 :::* LISTEN 129472/memcached [[email protected] ~]# By default Memcached listen on all interfaces (0.0.0.0:11211). You …
Tag: Installation
How to install mod_evasive on Linux server
How to install mod_evasive on Linux server Go to the below path. cd /usr/local/src Download the file using the below link: wget wget http://www.zdziarski.com/blog/wp-content/uploads/2010/02/mod_evasive_1.10.1.tar.gz Untar the file. tar xzf mod_evasive_1.10.1.tar.gz Go to the folder. cd mod_evasive Run the below command for the installation. apxs -cia mod_evasive20.c You’ll then need to add the mod_evasive configuration …
How to install Attracta CPanel / WHM Plugin
How to install Attracta CPanel / WHM Plugin Go to the below path. cd /usr/local/src Download the file using the below link: wget -N www.attracta.com/static/download/cpanel-install Fire the below command to proceed with the installation. sh cpanel-install Once the installation is done then search Attracta plugin in WHM and proceed with the installation. Link your Attracta …
How to install Linux Malware Detect (LMD)
How to install Linux Malware Detect (LMD) 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 …
How to install csf firewall on Linux Server
How to install the csf firewall on Linux Server CSF firewall commonly known as Configserver Security and Firewall has become one of the popular firewall not just because of its easy of use it also provides a cpanel interface and can be easily installed and tuned by any novice users. If you are running cpanel …
How to install Chkrootkit on Linux Server
How to install Chkrootkit on Linux Server Chkrootkit : Chkrootkit is a powerful tool to scan your Linux server for trojans. We’ll show you how to install it, scan your server and setup a daily automated scanning job that emails you the report.Chkrootkit is a powerful tool to scan your Linux server for trojans. We’ll show …
How to install RKhunter on Linux server
How to install RKhunter on Linux server RKhunter A rootkit is a stealthy type of malicious software (malware) designed to hide the existence of certain processes or programs from normal methods of detection and enables continued privileged access to a computer. The term rootkit is a concatenation of “root” (the traditional name of the privileged …