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="\\$ "
LinuxHub: Your Gateway to Reliable Web Hosting Solutions
Empowering Your Web Presence with Linux: Hosting Made Simple!
The default bash prompt is kind of bare and doesn’t tell you much. SSH to your machine. # set the prompt export PS1="\\$ "
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…
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…
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…
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…
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…
To find out the backup follow the steps below: Get-ChildItem -Path C:\ -Filter .zip -Recurse -ErrorAction SilentlyContinue -Force
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…