aws-ubuntu Amazon(AWS) Hosting 

How To Install Linux, Apache, MySQL, PHP (LAMP) stack on AWS Ubuntu

While Setting up the AWS or any other linux cloud hosting service there are many things we need to take care of while installing the LAMP stack to ubuntu. LAMP(Linux, APACHE, MySQL, PHP)? AMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. Here is how to install the rest. Before Starting LAMP Installation you need to set…

Read More
phpmyadmin Amazon(AWS) Hosting 

How to Install Phpmyadmin in ubuntu.

What is phpmyadmin? phpMyAdmin is a free and open source tool written in PHP intended to handle the administration of MySQL or MariaDB with the use of a web browser. It can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions. Before installing phpmyadmin if you want to install LAMP to your server checkout here How To Install Linux, Apache, MySQL, PHP (LAMP) stack on AWS Ubuntu Step One — Install phpMyAdmin To get started, we can…

Read More