PHP-FPM

  • Installing latest PHP on Debian

    Installing latest PHP on Debian

    Debian Linux distribution is stable so it is common that most packages it shipped with will be not latest and that’s the reason we’ll be installing latest PHP on Debian. See how: 1. Update the system once. sudo apt update 2. Install needed packages. sudo apt install apt-transport-https lsb-release ca-certificates curl -y 3. Using deb.sury.org […]

  • How to install PHP 8 on Debian 10?

    How to install PHP 8 on Debian 10?

    On 26th November 2020, PHP introduced its latest and stable PHP 8.0 which is a major update of the PHP language. The codebase is completely new and will not be compatible with the earlier versions of PHP. The latest version PHP 8 contains many new features and optimizations including named arguments, union types, attributes, constructor […]

  • How to install LEMP on Debian 10?

    How to install LEMP on Debian 10?

    After a long-time Debian is finally released their latest built called Debian 10 Buster. As we collected some data about the latest build, it is clear that Debian 10 is featured rich with the latest stable software for a server. In this tutorial, we will see how to install LEMP (Linux, Nginx, MySQL, and PHP) […]

  • How to install phpMyAdmin on Debian 10?

    How to install phpMyAdmin on Debian 10?

    After a long-time Debian upgraded their overall OS and for some reason phpMyAdmin is not there in Debian 10 (Buster) release. Maybe they have removed it this time from apt list to keep everything as clean as possible. However, we can install phpMyAdmin on Debian 10 from the source and it is kinda easy too. […]

  • How to Install WordPress with NGINX PHP7 PHPMyAdmin

    How to Install WordPress with NGINX PHP7 PHPMyAdmin

    Here is this article we are going to see how we can install WordPress on NGINX with latest and super fast PHP7 with PHPMyAdmin on Ubuntu 16.04 which is the newest Debian/Ubuntu distribution as of now. We will use MariaDB in replacement of MySQL for database uses and will also install Postfix service to basic […]