I will try to explain the tutorial step by step on a fresh VPS. I just got a fresh VPS […]
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 move MySQL directory to /home
By default all MySQL database on a server is saved in /var/lib/mysql directory. If you don’t have enough space left […]
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 find Apache version installed on server
Login as root to your server via SSH and run following command: httpd -v This will show you the Apache […]
How to install Apache on a Linux Server
If you have just received a fresh dedicated server / vps with only operating system installed, Apache may not be […]
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 […]