Category Linux

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 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 use the ip command in Linux?

How To Use IP Command In Linux

In this tutorial, we will discuss how to use ip command in Linux. IP stands for Internet Protocol. What is the protocol? It is a set of rules and regulations followed in networking. Let’s dive into the concept first. What…

How to use lp command in Linux?

Lp Featured Image

In this tutorial, we will learn how to use the lp command in Linux. In Windows, it’s easy to print the files. By simply using the print shortcut, we can print multiple files. But what about Linux? In Linux, we…

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…