How to Install Lamp, PHPmyadmin on Ubuntu 18.04/20.04 AWS Server

LAMP is an open source Web development platform that uses Linux as the operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. (Sometimes Perl or Python is used instead of PHP.) Install lamp stack with phpmyadmin on ubuntu amazon ec2; In this tutorial, … Read more

How to Install PHP 8.x on Ubuntu 22.04

PHP is a general-purpose scripting language geared toward web development. It was originally created by Danish-Canadian programmer Rasmus Lerdorf in 1994. The PHP reference implementation is now produced by The PHP Group In this tutorial, i am going to show you how to install and configure PHP 8.x on ubuntu 22.04 machine. How to Install … Read more

How to Install LEMP Stack Nginx, MySQL, PHP on Ubuntu 22.04

LAMP is an acronym denoting one of the most common software stacks for many of the web’s most popular applications. However, LAMP now refers to a generic software stack model and its components are largely interchangeable. In this tutorial, i am going to show you how to install and configure LEMP (Nginx, MySQL, PHP) on … Read more