MongoDB

How to Install MongoDB on Debian 9 — step-by-step Linux tutorial on Progressive Robot

How to Install MongoDB on Debian 9

MongoDB is a free and open-source NoSQL document database used commonly in modern web applications. In this tutorial you will install MongoDB, manage its service, and optionally enable remote access. To follow this…

Read more
How To Secure MongoDB on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Secure MongoDB on Ubuntu 18.04

MongoDB doesn’t have authentication enabled by default, meaning that any user with access to the server where the database is installed can add and delete data without restriction. In order to secure this vulnerability, this tutorial will walk you through creating an administrative user and enabling authentication. You’ll then test to confirm that only this administrative user has access to the database.

Read more
CHAT