Please follow below steps to change root password via SSH of a dedicated server / VPS. Step 1: Login as […]
How to create a File and Folder via SSH
How to create a file via SSH To create a file via SSH use touch command. Like I want to […]
Understanding SSH CD command
CD command is used for navigation to different directories on a Linux machine. Below I have explained some basic things […]
How to mass change Files and Folders permission on a Linux server
In this tutorial I will explain how to mass change permission of all files and folders/directory on a Linux server. […]
How to Start, Stop and Restart Apache via SSH
Login to your server as root via SSH and run below command: To start Apache service httpd start To stop […]
How to transfer a cPanel account to new server via SSH
In this tutorial I will show you how we can transfer / restore a cPanel website using full cPanel backup […]
How to find MySQL root password
Server root MySQL password can be different from server root password. Here is how you can get root MySQL password. […]
How to create and restore Full MySQL backup of all accounts
If you have many websites / accounts on your server, and you want to make backup of all mySQL via […]
How to check if perl is installed or not on server
If any script which requires perl is not working properly on your server, you may wish to check if perl […]
How to find CentOS installed is 32-bit or 64-bit
CentOS is most popular operating system on Linux servers. If you want to check the CentOS version installed on your […]