The default bash prompt is kind of bare and doesn’t tell you much.
SSH to your machine.
# set the prompt export PS1="[\u@\H][\[\033[1;34m\W\[\033[0m]\\$ "
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="[\u@\H][\[\033[1;34m\W\[\033[0m]\\$ "