How to install the Xdebug extension via PECL in cPanel.

Introduction Xdebug is a PHP extension that provides debugging and profiling capabilities. It uses the DBGp debugging protocol. xdebug also provide profiling information for PHP scripts, code coverage analysis, and capabilities to debug the scripts connected with a debug client The Xdebug extension available through PECL requires PHP 7.2 or above, you can check the … Read more

log4j CVE-2021-44228 vulnerability and fix

Here we discussing a critical vulnerability in an Apache code library called Log4j. Indexed as CVE-2021-44228, the flaw is a remote code execution (RCE) vulnerability that allows an attacker to run code of their choice on an affected server. It is affected on majority of Cpanel servers. If you are using the cPanel Solr plugin … Read more

Basic Load Checks In Linux

The server load can be occur in many ways. Here we discussing the basic steps we need to follow when server have huge load. ->Firstly we need to check load and how much core the server have “w” command will give the load result and “nproc” command will give how much core have the server. … Read more