Category Tutorials

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…

Install Docker on Debian in Just 4 Easy Steps

DOCKER ON DEBIAN

This tutorial will briefly cover the exact steps to install docker on Debian. Docker is a service that runs software in virtually isolated containers. Containers are a standardized unit of software that allows developers to isolate their apps from their…

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…