How to Install LAMP Apache, MySQL, PHP in Ubuntu 22.04

The LAMP is stands for Linux, Apache, Mysql, and PHP. It is an open source platform and works on the Linux operating system. It uses Apache web server, MySQL relational database management system, and PHP object-oriented scripting language. In this tutorial, i am going to show you how to install and configure Lamp (apache, mysql, … Read more

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 WordPress on AWS EC 2 Apache Ubuntu 18.04/20.04

WordPress installation and configuration on Amazon AWS ubuntu web server are very simple things. Because the Ubuntu community provides several commands to install and configure lamp (Linux, apache, MySQL, and PHP) on AWS server. As well as the WordPress community. In this tutorial, i am going to show you how to install wordpress and configure … Read more

How to change max file upload size in php ini Ubuntu

If your are working with apache ubuntu server and may face uploaded file exceeds the upload_max_filesize directive in php ini Ubuntu. So, in this tutorial, you will find the solution for how to change max upload size php ubuntu apache. Set max file upload size in php apache ubuntu; In this tutorial, i am going … Read more