Category Ubuntu

How to install MongoDB on Ubuntu/Debian?

Mongodbb

In this tutorial, we will discuss how to install MongoDB on Ubuntu Let’s first discuss the difference between MySQL and MongoDB. MySQL is an open-source RDBMS (Relational database Management System). It is supported by Oracle Corporation. In MySQL, the data…

How to Install MariaDB on Debian/Ubuntu

How To Install MariaDB On Debian Ubuntu

In this tutorial, we will discuss how to install MariaDB on Debian/Ubuntu operating system. Talking about MariaDB, It is open-source software under the MariaDB foundation. It was developed by MySQL developers. MariaDB is an alternative to MySQL with a few…

How to Install Apache Kafka on Ubuntu?

How To Install It

In this tutorial, we are going to discuss how to install Apache Kafka on Ubuntu. What is Apache Kafka? Apache Kafka is an open-source stream-processing software platform developed by LinkedIn and donated to Apache Software Foundation, written in Scala and…

How To Install Flask on Ubuntu

Install Flask On Ubuntu

With a boom in back-end web development technologies, working with the right framework can make or break your web development efforts. Python Flask is one of the many good frameworks out there. Flask is a popular Python web framework that…

How to Clear DNS Cache on Ubuntu 18.04

A DNS cache (sometimes called a DNS resolver cache) is a temporary database, maintained by a computer’s operating system, that contains records of all the recent visits and attempted visits to websites and other internet domains. You may want to…

Understanding Ubuntu’s hosts file

Ubuntu Hosts File

The hosts’ file is an extremely useful albeit small text file that stores host names with associated IP addresses. It is basically a mapping from hostnames to IP addresses. Any network protocol uses this mapping to convert hostnames to numeric…