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

How to Install PHPMyAdmin Amazon EC2 Instance on Linux Ubuntu

phpMyAdmin is a database management tool for MySQL compatible databases. The current version of phpMyAdmin, at the time of this recording, supports MySQL 5.5 or later. If you’re using MySQL 5.0-5.4, you need to use phpMyAdmin 4.0. The current version of phpMyAdmin also supports MariaDB 5.5 or later. Install PHP MySQL on ubuntu ec2 instance; In … Read more

How to Install and Configure MongoDB on Ubuntu 22.04

MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public License which is deemed non-free by several distributions. MongoDB is an open source NoSQL database management program. NoSQL is used as … Read more

How to Install TeamViewer on Ubuntu 22.04

TeamViewer is a comprehensive remote access, remote control and remote support solution that works with almost every desktop and mobile platform, including Windows, macOS, Android, and iOS. TeamViewer lets you remote in to computers or mobile devices located anywhere in the world and use them as though you were there. In this tutorial, i am going to … Read more