Install MongoDB 4 on Fedora 30/29/CentOS 7

0
In this guide, we are going to learn how to install MongoDB 4 on Fedora 30/29/CentOS 7. MongoDB is a free-to-use cross-platform document-oriented database program. It is classified as a NoSQL database and thus it stores data in flexible, JSON-like documents, meaning fields can vary from document to document and data structure can be changed over time. Installing MongoDB 4...

Install phpMyAdmin with Nginx on Fedora 30

1
This guide will take you through how to install phpMyAdmin with Nginx on Fedora 30. As you already know, phpMyAdmin enables administration of MySQL/MariaDB operations from Web browser. Install phpMyAdmin with Nginx on Fedora 30 Prerequisites To install phpMyAdmin with Nginx on Fedora 30, ensure that you have LEMP stack installed. We have covered the installation Nginx, PHP 7.3 and MariaDB 10.3...

Install phpMyAdmin with Apache on Fedora 30

0
In this guide, you are going to learn how to install phpMyAdmin with Apache on Fedora 30. phpMyAdmin is an open-source tool that is used to administer MySQL or MariaDB over the web. phpMyAdmin provides quite a number of features including but not limited to; Intuitive web interfaceSupport for most MySQL features:browse and drop databases, tables, views, fields and indexescreate,...

Install MariaDB 10.3 on Fedora 30

0
Welcome to our guide on how to install MariaDB 10.3 on Fedora 30. MariaDB is an open-source relational database which comes as an enhanced drop-in replacement for the famous MySQL. It is fast, robust and scalable with a rich ecosystem of storage engines, plugins etc making it very versatile for most use cases. Install MariaDB 10.3 on Fedora 30 MariaDB 10.3...

Enable MSSQL Server and Database Level Auditing

0
This guide describes how to enable MSSQL server and database level auditing. Database auditing basically involves capturing and  monitoring database activities. The server-level audit involves server operations, such as management changes and logon and logoff operations while database level auditing involves actions such as data manipulation languages (DML) and data definition language (DDL) operations. Enable MSSQL Server and Database Level...

Install Microsoft SQL Server 2017 on Fedora 29/CentOS 7

1
Welcome to our guide on how to install Microsoft SQL server 2017 on Fedora 29/CentOS 7. Before you can follow through, ensure that your server meets the following minimum requirements; At least 2GB of RAM 64-bit CPU architecture At least 6GB of disk space At least 2x2GHZ CPU cores EXT4 or XFS filesystem Install Microsoft SQL Server 2017 on Fedora...

How to Install Redis on Ubuntu 18.04 LTS

0
This guide presents a simple of how to install Redis on Ubuntu 18.04 LTS. So what is Redis? Redis is a free and open-source in-memory database. It implements different key-value data structures some of them being sets, bitmaps, hashes, lists, strings, streams...Redis can function as a cache, database or message broker. How to Install Redis on Ubuntu 18.04 LTS To begin...