How to Set Bash Prompt in Linux
The default bash prompt is kind of bare and doesn’t tell you much. SSH to your machine. # set the prompt export PS1="\\$ "
How to Recover from mysql log read failure
If you deal with MySQL master/slaves a lot you may run into the following error. Relay log read failure: Could not parse relay log event entry. To fix this you…
How to Install Softaculous on CentOS with cPanel?
Softaculous will allow your web hosting users to easily install many web scripts. Before proceeding, you need to make sure that cPanel PHP Loader should be set to IonCube from…
How to use Yum Commands to Disable and Remove Package Repositories on CentOS?
YUM also called as Yellowdog Updater, Modified is a default package management system which is mostly used in all versions of CentOS to install and update packages and repositories. With…
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…