Category Tutorials

How to install MongoDB on CentOS 7?

Featured Image

In this tutorial, we will discuss how to install MongoDB on CentOS 7. There are lots of things that come under the umbrella of MongoDB. MongoDB is simply a Database. It’s not an RDBMS(Relational Database Management System). It’s a NoSQL…

How to Use The Linux top Command

How To Linux top Command

In this tutorial, we’ll learn how to use the Linux top command. Managing system resources is essential for a Linux system admin. You need to have control over processor tasks to use your hardware optimally. The Linux top command shows…

How to Use the nmap Command in Linux

Nmap Command In Linux

If you’re searching for a tutorial on the nmap Command in Linux, I’d love to first welcome you to the world of network security. Nmap utility which stands for Network Map is used to find open ports on a device…

How to change the timezone in Linux?

Timezone

In this tutorial, we will discuss how to change the timezone in Linux. There are two ways to set the timezone in Linux: Let’s discuss how to set the timezone through CLI Set timezone through CLI There are simple steps…

How to Use The cp Command in Linux

Cp Command In Linux

The cp command in Linux is used to copy files from one location to another or create duplicate copies of the same files as required. In this tutorial, we’ll go over the cp command in detail and understand the usage…

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…