Category Tutorials

How to use the du Command in Linux

The Du Comman

In this tutorial, we’ll go over the du command in Linux. “du” stands for disk usage and is used to estimate the amount of disk space used by a given file or directory. In general, it is a handy utility…

Understand the telnet Command in Linux

Telnet Command

The telnet command in Linux is a protocol that was used before SSH became mainstream. Telnet is easy to connect and use, insecure protocol since all the data is transferred in plaintext. But for some quick communication, telnet can still…

How to Install OwnCloud on CentOS?

How To Install OwnCloud On CentOS

In this tutorial, we will discuss how to install OwnCloud on CentOS. Let’s first learn what is OwnCloud? You might be aware of cloud services very well. The online storage platform which can be accessed anytime, data files can be…

How to install Anaconda on Debian/Ubuntu

How To Install Anaconda In Debian

If you are a beginner in the field of scientific computing, this is the right tutorial. In this tutorial, we will learn how to install Anaconda on Debian. Let’s first discuss Anaconda. Basically, Anaconda is a bundle of some popular…

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…