1) Update the DNS for the Domain – Change/Add MX records to set external email server with relevant priorities –…
For migrating Reseller and/or Bulk accounts between cpanel servers:: 1) On source server cd /home mkdir /home/Migration cat /etc/trueuserowners |grep reseller_username…
How to update the yum repository on Centos 5 server 1) yum install yum-fastestmirror 2) yum install yum-priorities 3) uname…
Manage multiple IP addresses with CSF The command to deny an IP: # csf -d ip.address Click here for more…
CSF commands for managing your server firewall. 1. Enable csf and lfd if previously disabled csf -e Or csf --enable…
* What is iptables in Linux ? Iptables is a rule based firewall system and is normally pre-installed on a…
Enable SPF and DKIM for already created cPanel accounts cPanel script to enable SPF via commandline: Syntax # /usr/local/cpanel/bin/spf_installer $username…
How to change the permission of files and folders? Use chmod along with -exec to change the permissions. # find…
Error details: # su - Password: su: cannot set user id: Resource temporarily unavailable Solution: Edit (add) or change…
Error : error: List::Util object version 1.14 does not match bootstrap parameter 1.18 at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/XSLoader.pm line 92 Solution: If you…