Skip to Content
Harshit

Harshit

3 posts

Posts by Harshit

How to Install MongoDB on Ubuntu 20.04

How to Install MongoDB on Ubuntu 20.04

MongoDB is a NoSQL, open-source, document-oriented database used for managing web applications. It dynamically stores the data in JSON formatted documents that do not require predefined schemas like the conventional table-based databases. In this article, we will look at how to install and configure MongoDB on a Ubuntu 20.04

How to Install a LLMP Stack on Ubuntu 20.04 LTS

How to Install a LLMP Stack on Ubuntu 20.04 LTS

Lighttpd is a fast and flexible open-source web server that’s comparable in performance to Nginx. For hosting PHP applications like WordPress, Magento, etc. on a Lighttpd server, you need to set up an LLMP stack on your server. LLMP stands for Linux, Lighttpd, MySQL, and PHP.  Thanks to Lighttpd’