Apache Tomcat 9 is the latest version available for the installation of the Tomcat web server. Tomcat is an open-source…
Many times users connect to remote Windows systems, do work, and close the remote session without properly logging off the…
The common way to run PHP with Nginx is the FastCGI module. The PHP-FPM (FastCGI Process Manager) dramatically increases the…
The docker system prune command is used to remove all unused objects on Docker. This command will remove any stopped…
The common way to run PHP with Apache is the mod_php module. But PHP-FPM has several advantages over this. The…
The FastCGI Process Manager (FPM) is an alternative to the FastCGI configuration with multiple enhancements. This is useful for high…
The FastCGI Process Manager (FPM) is an alternative to the FastCGI configuration with multiple enhancements. This is useful for high…
The LAMP stack is a combination of Linux, Apache, MySQL & PHP. Here Apache is the popular web server, MySQL…
Sometimes you need to adjust the permissions of files. By default, Git considers changes to file permissions as updates and…
CentOS 8 is the latest release available for CentOS operating system. Our previous tutorial has the instructions for the installation…