Category Tutorials

How to Merge Multiple Files in Linux?

merging files in Linux

Let’s look at the different ways in which you can merge multiple files in Linux. We’ll majorly use the cat command for this purpose. So let us begin! For the rest of this tutorial we will consider three files. Let’s…

How to use Linux mail command?

Mail Command Featured Image

Linux provides a utility to manage our emails from the command line itself. The mail command is a Linux tool, that can be used to send emails via a command-line interface. In this tutorial, we will learn how to use this…

How to install .deb files on Ubuntu?

Install Deb File Featured Image

Ubuntu and it’s derivative Linux distributions usually have a very simple way of installing packages. Just look up the application name you want to install in the official Software Center and hit the big green install button. However, not every…

A tutorial on the tcpdump command in Linux

Tcpdump Featured Image

The tcpdump command is a Linux utility that allows users to capture network packets that are transmitted to and from the system. In this article, we will learn how to extract and examine network packets using tcpdump command. Although very…

How to find Large files in Linux?

Large Files Featured Image

In this article, we will be going through some ways to find Large files in Linux. This knowledge can help us to remove some large files that are jacked up in our system’s memory without serving any purpose. Find Large…