How to install RVsitebuilder in Linux Server
How to install RVsitebuilder in Linux Server cd /usr/local/cpanel/whostmgr/docroot/cgi/ rm -rf /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/ rm -f rvsitebuilderinstaller.tar wget http://download.rvglobalsoft.com/rvsitebuilderinstaller.tar tar -xvf rvsitebuilderinstaller.tar chmod 755 addon_rvsitebuilder.cgi rm -f rvsitebuilderinstaller.tar Once done then login…
How to Install Fantastico in CPanel server
How to Install Fantastico in CPanel server Login to shell. cd /usr/local/cpanel/whostmgr/docroot/cgi Now download fantastico tar file using below command. wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz Untar fantastico using the below command: tar…
Some usefull Cpanel scripts
Some usefull Cpanel scripts /scripts/adddns – Adds a DNS zone. /scripts/addnetmaskips – Add the netmask 255.255.255.0 to all IPs that have no netmask. /scripts/addnobodygrp – Adds the group nobody and…
Error from park wrapper domain.com is owned by another user
Error from park wrapper domain.com is owned by another user If you are getting above error message then remove the domain entry from the below listed files: Once done the…
How to install CPanel and WHM
How to install CPanel and WHM mkdir /home/cpins cd /home/cpins wget http://layer1.cpanel.net/latest sh latest cpkeyctl
How to install ffmpeg in linux server
How to install FFMpeg in linux server FFmpeg Installation: cd /usr/src/ Download the file using the below link: wget http://mirror.ffmpeginstaller.com/old/scripts/ffmpeg3/ffmpeginstall.3.2.1.tar.gz Untar the file using below command tar -xzvf ffmpeginstall.3.2.1.tar.gz cd…
Common Ingress Ports for all control panel
Common Ingress Ports for all control panel Common ingress (inbound) TCP ports section. Choose the correct configuration for your control panel from following available options :- FOR PLESK =================================== =-=-=-=-=Plesk…
How to uninstall APF firewall
How to uninstall APF firewall First stop the APF firewall chkconfig apf off /etc/init.d/apf stop The delete the below files to uninstall APF rm -rf /etc/apf rm -f /etc/cron.daily/fw rm…