Category Tutorials

Understanding the tar Command in Linux

Linux Tar Comand

Windows has multiple GUI utilities for extracting and working with compressed files. In this tutorial, let’s understand the tar command in Linux which allows us to work with tar, gzip, and other archive files within Linux. What is the tar…

How to Use the sort Command in Linux

Sort Command

When you are dealing with large amounts of data, accomplishing tasks using the data becomes a tedious task. Your work is decreased significantly if your data is properly sorted. That’s exactly the job for the sort command. The sort command…

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…