Moving email accounts along with all emails from one cPanel to another can be done in two ways: IMAPSync – you need access to a terminal and passwords for email accountsFTP (File Manager) – you need access to FTP or cPanel File Manager...
name service cache daemon (nscd) cache is persistent by default on CentOS 7, to flush it, you need to run: nscd -i hosts -i stands for invalidate. You can also check if nscd‘s cache is persistent by running nscd -g...
I recommend setting a new MySQL user for backups and never using the root MySQL account to do backups. Step 1. Log on to MySQL as root: mysql -u root -p Step 2. Create a new user and grant all necessary permissions: CREATE USER...
On cPanel Git can be used in two ways: clone a remote repository (e.g. from GitHub) to cPanelcreate a repository on cPanel and use it in a remote location (e.g. your pc) Here I will cover both ways and highlight some important steps that are not...
In a recent article, I discussed many methods for removing the large ibdata file, one of which involves transferring the MySQL data directory to a different partition. However, if you do so, you must also inform PHPMyAdmin of the location of the...
When adding a new DNS records in cPanel > Zone Editor there is an error: Error: The DNS zone file is invalid. (Line 20: ignoring out-of-zone data (ns1.solutions.rs); Line 21: ignoring out-of-zone data (ns2.solutions.rs)) How to fix error...
The shell contains an interesting feature that records each action performed by the script and sends to the attacker the IP address from which the request originates, as well as the file path. So we can see all the pages that were viewed or modified...
Migrated cPanel account from one hosting provider to another using the Backup & Restore option, but the upgrade links in cPanel were also transferred. So when the user clicks on any of these options: cPanel statistics > Upgrade quota option...