How to upgrade Plesk MySQL from 5.1 to 5.5 on Linux
Ref. Link: https://kb.plesk.com/en/125589 Applies to: Plesk 12.5 for Linux Plesk 12.0 for Linux Plesk 11.0 for Linux Plesk 11.5 for Linux Plesk autoinstaller gets packages from base repositories of an…
How to upgrade Plesk MySQL from 5.1 to 5.5 on Windows
Ref. Link: https://kb.plesk.com/en/124139 Applies to: Plesk 12.0 for Windows Plesk 11.5 for Windows Plesk 10.4 for Windows Please note this instruction for client database server only. You cannot upgrade mysql…
Install Clamav on CentOS 7
Install EPEL repo first Clamav is available on EPEL repo. Please install EPEL first then, run the following command: [code]yum install clamav-server clamav-data clamav-update clamav-filesystem clamav clamav-scanner-systemd clamav-devel clamav-lib clamav-server-systemd[/code] Remove “Example”…
base class package cpanel easy utils cloudlinux is empty
Base class package Cpanel::Easy::Utils::CloudLinux is empty While executing EasyApache on my server, I was getting the error “Base class package “Cpanel::Easy::Utils::CloudLinux” is empty” and I tried executing upcp and /scripts/checkperlmodules…
VirtualBox Commands
How to show the VirtualBox VM information. [code]root@server[#] VBoxManage showvminfo <vmname>[/code] How to show the VM Harddrive info. [code] root@server[#] VBoxManage showhdinfo <filename>[/code] How to…
WordPress Permalink code for Windows server
In IIS 7 , you can add below code in the Option “URL Rewrite” when you click on the domain, as the .htaccess will not work as it works for…
How to change outgoing mail server IP address in Linux PLESK
You can easily change the mail server ip address in cpanel by using /etc/mailips file. The same as in PLESK you can also change the outgoing mail server ip address…
How to Secure /tmp
This will cover securing /tmp /var/tmp and /dev/shm Secure /tmp: Step 1: Backup your /etc/fstab file Code: cp /etc/fstab /etc/fstab.bak Step 2: Make a 3GB file for /tmp parition and…
How to install & configure OpenVPN on Centos 6
OpenVPN is an open-source software application that implements virtual private network (VPN) techniques for creating secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities. It…
How to replace MySQL with MariaDB in cpanel
Backup existing MySQL data Make sure to save all existing data just in case there are any issues. # cp -Rf /var/lib/mysql /var/lib/mysql-old # mv /etc/my.cnf /etc/my.cnf-old Disable the targets so…