Ninad Pathak

Ninad Pathak

How To Use The shutdown Command in Linux?

Shutdown Command

How can you shutdown Linux from the command line? Let’s learn to use the shutdown command in Linux for the same purpose! A Linux system admin is in charge of keeping a system and running and maintaining updates on the…

How to install Ruby on Ubuntu?

Install Ruby On Ubuntu

Let’s learn how to install Ruby on Ubuntu today. Ruby is a high-level interpreted programming language much like Python. Being an open-source language, there are a lot of libraries available for use. What is Ruby? Ruby is the scripting language…

How to use the MD5 and Base64 commands in Linux?

Md5 And Base64

Let’s venture into encryption today and understand the md5 and base64 commands in Linux. Encryption is a subject for every person tasked with keeping their data secure. Data breaches can cause loss of thousands, if not millions. A loss bigger…

How to Install Apache Web Server on Ubuntu?

How To Install

In this article, we’ll learn how to install Apache web server on Ubuntu. Apache web server is an HTTP based server developed by The Apache Software Foundation which was launched to make powerful features of an HTML server available to…

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…

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…