How to export/import MySQL database with correct character set on Linux?
To Export/Import MySQL database with correct character set on Linux export your database with the correct character set is important to avoid any kind of problems with data that has…
How to Install Mod_Pagespeed on Centos?
mod_pagespeed is an open-source Apache module created by Google to help Make the Web Faster by rewriting web pages to reduce latency and bandwidth. Please follow below instructions to install…
Unable to find a backup created via CLI
To find out the backup follow the steps below: Get-ChildItem -Path C:\ -Filter .zip -Recurse -ErrorAction SilentlyContinue -Force
Migration cannot be started if ECDSA Keys are used
Migration fails to start the connection: Unable to log in to the source server ‘source’ (203.0.113.2) by SSH service: administrator login and/or password are not correct. Set valid SSH credentials…
When restoring mailbox from a backup, messages are restored only partially
When restoring mailbox, mail messages are restored only partially Restoration process is reported to be finished successfully Resolution Connect to the server via RDP Download and unpack custom fix Upload…
Backup creation finishes with warning: The dump has wrong format! Failed to load XML document
Backup creation finishes with warning: The dump has wrong format! Failed to load XML document Resolution
IP addresses in DNS zones are not changed to IPs of target server after migration between two Plesk servers behind NAT
After the migration is performed between two Plesk servers using Plesk Migrator, on the target server in Domains > example.com > DNS Settings, IP address of the source server is…
Website with upper-case letters shows 403 Forbidden nginx error after migration
After migration website shows the following error: 403 Forbidden nginx follow the steps below: On the source server: On the target server:
How do I choose which kernel to boot on CloudLinux 7?
CloudLinux 7 brings GRUB2 with the totally new scheme of booting the kernels, the old edit file is not applicable anymore. The correct way to boot needed kernel (use an…
How to Change Your IP Address From the Command Line in Linux
This trick should work on all Debian-based Linux distros, including Ubuntu. To get started, type ifconfig at the terminal prompt, and then hit Enter. This command lists all network interfaces on the…