Browsing tag

mariadb

How To Install Nginx, MariaDB, PHP (LEMP Stack) on Debian 11

The LEMP stack, which stands for Linux (the operating system), Nginx (the webserver), MariaDB/MySQL (the database), and PHP (the programming language), is the perfect platform to host traffic-intensive dynamic websites and applications. In this post, we will see how to Install LEMP Stack on Debian 11. Prerequisites To install the LEMP stack on Debian 11, […]

How To Install Apache, MariaDB, PHP (LAMP Stack) on Debian 11

LAMP Stack stands for Linux, Apache, MariaDB, and PHP stack. This stack is used by most web hosting companies to host websites, blogs and is also used in web developments. Due to free and open-source licensing, this stack is the best alternative to expensive stacks. Install LAMP Stack Install Linux Follow the Step by Step […]

How To Install MariaDB 10.x on Debian 11

MariaDB is a fork of MySQL database and is developed as an open-source solution, primarily under the GPL license. It is a binary drop-in replacement of MySQL because it shares the same code base with MySQL 5.5 and later versions. The MariaDB database is a free alternative to MySQL, and most of the enhancements are […]

How To Install WordPress With Nginx On Ubuntu 20.04

WordPress is one of the most widely used open-source content management software. It powers around 60 million websites including 33% of the top 10 million websites. It is written in PHP and uses MariaDB / MySQL as a database to store information. Here, we will see how to install WordPress with Nginx on Ubuntu 20.04. […]