How to change or get the server hostname on Plesk server
In Plesk interface Via Command Line Interface: hostname To change server hostname execute the following command with preferred hostname value instead of host.example.com: plesk bin server_pref –update -hostname host.example.com Restart sw-cp-server…
Postfix Spam Tracking
Get the mailids of all email currently in queue: postqueue -p|egrep “[A-F0-9]{11}”|awk ‘{print $1}’ Get the count of emails in queue: mailq | tail -n 1 or postqueue -p|egrep “[A-F0-9]{11}”|awk…
How to install MySQL Governor
IMPORTANT: Please make full database backup (including system tables) before you will do upgrade of MySQL or switch to MariaDB. This action will prevent data losing in…
How to find the External IP if it is Natted
How to find the External IP if it is Natted If you are behind a NAT and want to find the real / external IP from the server then execute…
[HOW TO] Upgrade MySQL 5.5 to 5.6
NOTE: Upgrade can be performed by using the instructions below at your own risk: For Ubuntu 12.0.8 and 14.04, Debian 7: Ubuntu 14.04 is shipped with MySQL 5.5 by default.…
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 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…