CATEGORY

Databases

How to Install MongoDB Compass on CentOS 8

MongoDB compass is the official GUI tool for MongoDB. You can add, delete, update, create Databases from GUI. It is specifically for someone who...

SQLite cheatsheet

This article is a short list of useful SQLite commands to make your life easier. SQLite is an SQL engine intended mainly for embed...

How to reset MySQL root password

In this article I will show you how to reset MySQL root password in two different ways. Also both methods happen to work with...

How to install RabbitMQ on Centos 8

RabbitMQ is the most popular open source message broker. and it's a lightweight application available for most of the popular operating systems. supports multiple...

How to Install PHPMyAdmin on CentOS 8

PhpMyAdmin is a free and open source administration tool for MySQL and MariaDB. As a portable web application written primarily in PHP, it has...

How to Install LAMP on CentOS 8

LAMP is a popular open source stack, it is set of different software, LAMP stands for Linux, Apache, MySQL/Mariadb, and PHP. they provide a...

Install Apache CouchDb on CentOS 8

Apache CouchDB is an open-source document-oriented NoSQL database, implemented in Erlang. CouchDB uses multiple formats and protocols to store, transfer, and process its data,...

How to install MongoDB on Linux Ubuntu few easy steps

MongoDB is an open-source NoSQL modern database management system designed for high performance data persistence, high availability, as well as automatic scaling. MongoDb is a...

Latest news