Aprataksh Anand

Aprataksh Anand

How to List Services in Ubuntu Linux?

List Services Featured Image

As an Ubuntu user, it’s important to have a good understanding of the services running on your system. This knowledge can help you manage your system effectively and troubleshoot any issues that may arise. Today, we’ll talk about learning how…

How To Install Notepad++ in Linux?

Notepad Featured Image

This article covers the exact steps that you’d need to install notepad++ in Linux. Notepad++ is an open-source programming utility initially launched for Windows Operating System. The rise of popularity for this code editor brought its onset to other operating…

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…

A Guide to install and use htop command in Linux

Htop Command Featured Image

htop is a Linux utility for displaying crucial information about the system’s processes. It can be considered as a Linux counterpart of Windows Task Manager. Using htop feels more like an interactive program, as it supports mouse and keyboard operations…

How to find the Linux Kernel Version?

Kernel Version Featured Image

We’ll cover the different methods to find the Linux kernel version. A kernel acts as the core of an operating system, with the task of controlling every operation that happens on the system. From handling basic input/output requests to memory…