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

How to Install Node Js & NPM Ubuntu 20.04/22.04

Install Node Js & NPM in Ubuntu 18.04, 20.04 and 22.04; In this tutorial, i am going to show you how to install Node Js & NPM on Ubuntu. How to Install Node Js & NPM Ubuntu 20.04/22.04 Step 1 – Update System Packages First of all, open terminal and execute the following command into … Read more