If you want to check how much disk space your server has, how much disk has been used and how […]
How To List All Users who are Logged In Server
If you want to see the list of users who are logged in server and their IP and what they […]
How to update CentOS all Packages except Kernel
If for some reason you do not want to update your server kernel but want to update other packages running […]
How to disable Apache Directory Indexes / Listings on a cPanel Server
For security reason, it is recommended that you disable directory listings / indexing on your server. Apache default configuration comes […]
Solution – WordPress 404 Page Not Found Error After moved to new server
You have moved your WordPress website to a new server / hosting provider, and all pages on your WordPress website […]
How to Start Stop Firewall on a CentOS / RedHat Linux Server
This tutorial explains how you can start and stop firewall on a CentOS / RedHat Linux server. How to Stop […]
How to List and Clear IPtables rules on a Linux Server
This tutorial explains how you can list all current iptables rules on a RedHat / CentOS Linux server, and how […]
How to start, stop and restart IPtable Firewall
This tutorial explains how you can start, stop and restart iptables rules of your server firewall. This tutorial is applicable […]
Solution – Server Down after Flushing IPtables
Recently one of my vps (CentOS) went down after flushing / clearing iptables rules using below command: iptables -F The […]
How to copy Files and Folder from one server to another server
If you want to copy a file / folder from one server to another, you can use wget or scp […]