This tutorial explains how you can change or move MySQL /tmp directory to a new location on a server / […]
How to increase size of /tmp partition on a cPanel server
Many server / VPS have very small /tmp partition like 500 MB. It is recommended to have /tmp partition of […]
How to host a website without any control panel on a server
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. […]