If Apache / HTTPS is using lots of memory on your server, here is how you can optimize Apache on […]
How To Install PHP on a CentOS server
Following command will install PHP on your CentOS server / VPS. Login to your server as root via SSH and […]
How To Install MySQL on a CentOS Server
Following command will install MySQL on a CentOS server / VPS. Login to your server as root via SSH, and […]
How to List All Open / Listening Ports on a Server
You should open only limited ports for incoming and outgoing traffic on a server. You can use firewall like CSF […]
How to Generate and Use SSH key on a cPanel Server
For security reason, it is highly recommended that you use SSH key to login to your server via SSH instead […]
How to reset SSH Port to Default Port 22 on a cPanel server
For security reason, it is recommended that you change your server default SSH port from 22 to any other port. […]
How to Update cPanel License Key
In this tutorial, I will explain how to update cPanel License key of a server / vps. cPanel license key […]
How to find CPU details of a Linux Server
If you want to see CPU details of your Linux server / VPS, here is how you can check. Login […]
How to Start, Stop and Restart MySQL from SSH
Using below commands you can start, stop and restart MySQL from SSH. Login to your server as root via SSH, […]
How to find Hostname of Linux Server
Use following command to know the hostname of your server. hostname You should run above command in SSH as root […]