Commands to Install & Run Mariadb on Docker Container

Install MariaDB Docker container

MariaDB, a fork of open source MySQL can be easily installed on a Docker container to create Database for various web applications such as WordPress, OwnCoud, etc. The benefit of using MariaDB on Docker container is you will not need a dedicated server to separate …

Read more

How to install Apache, MySQL and PHP on AlmaLinux 8

Apache HTTP server test on AlmaLinux

LAMP is a stack of open-source software to provide a fully functional web server environment for various PHP and other web applications. LAMP stands for Linux, Apache, MySQL, PHP/Perl/Python, and here we learn how to install them on CentOS alternative AmlaLinux 8.x server. The basic …

Read more