Sunday, August 16, 2015

Installation script which install CSFirewall, Softaculous, Maldet, Cloudfare in WHM

// CSF Firewall installation

cd /usr/local/src/
wget https://download.configserver.com/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh

//Softaculous Installation

cd /usr/local/src/
wget -N http://files.softaculous.com/install.sh
chmod 755 install.sh
./install.sh

//Maldet Installation

cd /usr/local/src/ 
wget http://www.rfxn.com/downloads/maldetect-current.tar.gz
tar -xzf maldetect-current.tar.gz
cd maldetect-*
sh ./install.sh


cd /usr/local/cpanel
curl -k -L https://github.com/cloudflare/CloudFlare-CPanel/tarball/master
> cloudflare.tar.gz
tar -zxvf cloudflare.tar.gz
cd cloudflare-CloudFlare-CPanel-*
cd cloudflare
sh ./install_cf unquid "nameorg”

No comments:

Post a Comment