We generally use wget command to download any particular file on a server. But what if I want to download […]
How to run cPanel backup from SSH
cPanel offers you to schedule backup and retain backup of server and accounts. But if you need to run backup […]
How to change root password of Server / VPS from SSH
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 […]