Month: July 2021

How To Install PHP 7.4 on CentOS 7

How To Install PHP 7.4 on CentOS 7 This is a short guide on how to Install PHP 7.4 on CentOS 7 Linux system. The PHP Version 7.4.0 has been released in stabilization phase for the developers, and for users to test. This is not...

Read More

Run Multiple PHP on VirtualMIN

RUN Multiple PHP Versions on Virtualmin   If you have multiple PHP versions installed, Virtualmin allows you to choose which version to use for a given domain, or even per-directory. While this feature can work with any...

Read More

check if port is in use On LINUX

To check the listening ports and applications on Linux: Open a terminal application i.e. shell prompt. Run any one of the following command on Linux to see open ports:sudo lsof -i -P -n | grep LISTENsudo netstat -tulpn | grep...

Read More