centos7

  • Alternatives to CentOS

    CentOS (Community Enterprise Operating System) is a Linux distribution based on the freely available source code of Red Hat Enterprise Linux (RHEL). It aims to provide a free, open-source, and community-driven

    ...
  • Install PHP7 with FPM in a Vagrant Centos 7

    Once you have installed and configured your Vagrant Virtual Machine with Linux Centos 7 follow these simple steps to get up and running PHP7-FPM (Fast Page Manager):

    Step 1. Once you vagrant up the VM, vagrant ssh to

    ...
  • Key differences between CentOS and CentOS Stream

    CentOS (Community Enterprise Operating System) is a Linux distribution based on the freely available source code of Red Hat Enterprise Linux (RHEL). The key differences between CentOS and CentOS Stream are as

    ...
  • Linux Kernel Tuning for High Performance LEMP

    Before configuring the Web Server and the PHP Fast page Manager for deliver High Performance PHP Enterprise Application, the Linux kernel where the machine is running need some settings to be optimized.

    Step 1. Open a

    ...
  • Nginx with PHP-FPM in Vagrant Centos 7 Virtual Machine

    PHP Fast Page Manager allows to execute PHP Code very fast. The best way to have a high performance site is to pair it with Nginx Web Server.

    Prerequisites:

    ...