LINUX COMMANDS CENTOS / REDHAT HOW TO'S

How to Empty or Delete a Large File Content in Linux

How to Empty or Delete a Large File Content in Linux While dealing with files in Linux terminal and want to clear the content of a file without necessarily opening it using any Linux command line editors. How can this be achieved? In this article, we will go through several different ways of emptying file […]

Read More
LINUX COMMANDS CENTOS / REDHAT

Linux Common Firewall Rules and Commands in iptables

Linux Common Firewall Rules and Commands in iptables What is firewall? A firewall is a network security device that monitors incoming and outgoing network traffic and decides whether to allow or block specific traffic based on a defined set of security rules. In this post, we are going to show you some linux common firewall […]

Read More
VIRTUALIZATION XEN

What is Xen ?

What is Xen ? The Xen hypervisor, the most powerful open source industry standard for virtualization, it supports a wide range of guest operating systems including Windows, Linux, Solaris, and various versions of the BSD operating systems.It offers powerful, efficient, and secure feature set for virtualization of x86, x86_64, IA64, ARM, and other CPU architectures. […]

Read More
cPanel WHM

cPanel Logs – Apache, Access, Email, Error, FTP, MySQL, WHM

cPanel Logs – Apache, Access, Email, Error, FTP, MySQL, WHM cPanel uses a graphical interface to make web hosting super easy, but there are command line tools you could familiarize yourself with for advanced troubleshooting. cPanel logs most activity that happens on a server to log files so you can go back and review log […]

Read More
cPanel

How to enable and customize PHP-FPM directives for a domain/server wide

How to enable and customize PHP-FPM directives for a domain or server wide in cPanel What is PHP-FPM? PHP FastCGI Process Manager (PHP-FPM) is an alternative FastCGI daemon for PHP that makes a website capable of handling strenuous loads. By setting specific amounts of resources, it even allows a host to process a domain’s requests. […]

Read More
LINUX MySQL VPS

Mytop – A Useful Tool for Monitoring MySQL/MariaDB

Mytop – A Useful Tool for Monitoring MySQL/MariaDB Mytop is an open source and free monitoring program for MySQL and MariaDB databases was written by Jeremy Zawodny using Perl language. It is much similar in look and feel of the most famous linux system monitoring tool called top. Mytop program provides a command-line shell interface […]

Read More
Back To Top