How to Disabling Magic Quotes using .htaccess file

9 years ago

Disabling Magic Quotes using .htaccess file   The magic quotes option was introduced to help protect developers from SQL injection…

Important cPanel Scripts

9 years ago

WHM/cPanel Scripts are located in /scripts/ /scripts/adddns – Adds a DNS zone. /scripts/addnetmaskips – Add the netmask 255.255.255.0 to all…

Why AWStats is not updating automatically?

9 years ago

AWStats is not updating automatically in cpanel 1)  SSH to server as root. 2) Change the directory to: /home/user/tmp/awstats * We need…

CageFS and PHP Selector (Installation) in CloudLinux

9 years ago

CageFS and PHP Selector are two major components of Cloud Linux. The installation of PHP Selector PHP Selector is a…

Change default timezone in MySQL

9 years ago

How to change default timezone in MySQL? The timezone on SiteGround's servers is CST. This is a global setting which…

Check cPanel Licence Verification

9 years ago

How to check cPanel Licence Verification?  To verify the licence of the cPanel  open this link http://verify.cpanel.net/. If the licence is valid…

Upgrade MySQL and MySQL Governor in cPanel

9 years ago

Upgrade MySQL and MySQL Governor in cPanel CloudLinux based server First make full mysql backup(including system tables)  to safe location. 1)…

How to install MariaDB Server in cPanel/WHM servers?

9 years ago

How to install MariaDB Server in cPanel/WHM servers? And What are the advantages of using MariaDB Server ? Ans:  *…

20+ Switches of rsync in Unix/Linux

9 years ago

* Switches of rsync: 1) -v, –verbose Increase verbosity. 2) -r, –recursive Recurse into directories. 3) -l, –links Copy symlinks as…

Command for Rsync over SSH – Unix/Linux

9 years ago

Command for Rsync over SSH   Common Syntax for Rsync: # rsync [options] Source Destinations. Set up a secure backup with…