Posts

Showing posts from January, 2022

Install LAMP Stack (Linux, Apache, MySQL, PHP) with PHPMyAdmin on RHEL 8 and CentOS 8

Image
  LAMP Stack (Linux, Apache, MySQL, PHP) with PHPMyAdmin on RHEL 8 and CentOS 8 Introduction: A “LAMP” stack is a group of open source software that is typically installed together in order to enable a server to host dynamic websites and web apps written in PHP. This term is an acronym which represents the Linux operating system, with the Apache web server. The site data is stored in a MySQL database, and dynamic content is processed by PHP. In this guide, you’ll set up a LAMP stack on an RHEL 8 and CentOS 8 server. Type the following command to find OS name and version: # cat /etc/*rel* check my youtube video " Install LAMP Stack with PHPMyAdmin on RHEL 8 and CentOS 8 Server " for your reference.                                                                                                                                                                       Apache / HTTPD: You will need to have root user access. So, open the terminal and login t

Install LAMP Stack (Linux, Apache, MySQL, PHP) with PHPMyAdmin on Ubuntu 20.04 Server

Image
LAMP Stack (Linux, Apache, MySQL, PHP) with PHPMyAdmin on Ubuntu 20.04 Introduction: A “LAMP” stack is a group of open source software that is typically installed together in order to enable a server to host dynamic websites and web apps written in PHP. This term is an acronym which represents the Linux operating system, with the Apache web server. The site data is stored in a MySQL database, and dynamic content is processed by PHP. In this guide, you’ll set up a LAMP stack on an Ubuntu 20.04 server. Type the following command to find OS name and version: # cat /etc/*rel* check my youtube video " Install LAMP Stack with PHPMyAdmin on Ubuntu 20.04 Server " for your reference.                                                                                                                                                                       Apache: You will need to have root user access. So, open the terminal and login to the server as the root user. # s

Contact Form

Name

Email *

Message *

Popular posts from this blog

Red Hat Certified Systems Administrator – RHCSA (EX200) Ex@m practice 2022

Step-by-Step Install and Configure OpenLDAP on RHEL7/CentOS 7 Linux

Creating RAID-0 (Stripe) in Linux