Ishaan Arora

Ishaan Arora

Top 10 Linux Alternative Operating Systems

Linux Alternative Operating Systems

In this article, we will be looking at 10 Linux alternative Operating Systems. The obvious two would be Windows and macOS but we will look at other ones than these two. List of Linux Alternative Operating Systems When it comes…

How to use the screen command in Linux?

Screen Command

The screen command is a terminal multiplexer. It is similar to the Window Manager for a Desktop Environment except that it works inside the terminal. It can create sessions and split windows which are a very powerful way of doing…

A Step-By-Step Guide to Install CMake on Linux

Cmake

In this article, we’ll learn to install cmake on Linux. CMake is a cross-platform open-source meta-build system that can build, test, and package software. It can be used to support multiple native build environments including make in Linux/Unix, Apple’s Xcode, and…

How to use the dd command in Linux?

20200904 154458 0000

The dd command is a utility to copy and convert files from one location to the other. Interestingly, it stands for ‘copy and convert’ but since the name cc was already taken by the C compiler, it was named ‘dd‘.…