Category Tutorials

How to Install PostgreSQL on CentOS 8?

How To Install PostgreSQL On CentOS

In this tutorial, we will learn how to install PostgreSQL on CentOS, which is now upstream to th Red Hat Enterprise Linux (RHEL) distribution. Let’s first discuss what is PostgreSQL! Have you ever visited the PostgreSQL’s official site? If not,…

How to install Java on Debian?

How To Install Java On Debian

In this tutorial, we will learn how to install Java on Debian. But before we begin to install Java on Debian, let’s first learn about Java. Have you ever thought that how PC’s would picturise the images, videos, and audios,…

The Linux tr Command

Understanding Linux Tr Command

The Linux tr command helps a user to delete a set of characters or translate them to another character set. This is especially useful when you know a set of characters have to be replaced but the file size is…

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…