Differences Between KVM And OpenVZ
Which virtualization technology—OpenVZ or KVM—is superior? This query is frequently asked by clients who are researching virtual private servers (VPS). While there are many options available, such as VMware, Xen,…
How to Convert Disk From MBR to GPT For OVH Dedicated Server?
OVH template uses MBR for disk partitioning which has a limitation of an inability of utilizing more than 2 TB disk space of the single drive. We’ll illustrate the problem…
How to easily encrypt/decrypt a file in Linux with gpg
No matter what you’re doing on your computer, you need to do so with an eye to security — that means using strong passwords, storing files in safe locations, and…
Some useful commands for Account migrations in Cpanel server
Pre-migration steps (DNS) rsync -avHl /var/named/ /home/named.backup/ sed -i -e "s/14400/600/" /var/named/*.db newserial=$(date +%Y%m%d%H) sed -i -e "s/\{10\}/$newserial/" /var/named/*.db rndc reload For customers with a large number of domains you…
The MySQL server is currently offline Cpanel
Error Go to WHM > Service Manager and uncheck monitor for MySQL (so it doesn’t restart while fixing the issue), then save the area 2. Stop MySQL in root SSH…
How to disable cPHulk from the command line?
cPHulk on the command line is helpful if you have been locked out of the WHM or cPanel interfaces. If you are locked out of the system and need to…
How to Install ImunifyAV on Cpanel Server
How to install ImunifyAV On the server where you want to install ImunifyAV, perform the following steps: You can access ImunifyAV from the Plugins interface (WHM >> Home >> Plugins).
Migrating to MailEnable from another mail server
MAILBOX MIGRATION Using this approach, a user initiates the migration process via the webmail client. This is done as follows: MAILENABLE MIGRATION CENTER MailEnable’s Migration Center provides a comprehensive set…
MySQL fails to start when a Plesk server lacks disk space: SQLSTATE[HY000] No space left on device 500 Plesk\Exception\Database
Connect to a Plesk server via SSH as root. Delete temporary files that are older than 14 days:# find /tmp -type f -mtime +14 -exec rm {} \;# find /var/tmp…