Last updated: Jun 2, 2022

Linux

In this category, we will learn about Linux Operating System. What are the Linux operating system, its features, types etc.
Types of Unix Operating System
In this article, we extensively discuss the UNIX operating system's history and philosophy and then describe several types of UNIX-like OS.
BOSS Operating System EASY
The full form of BOSS is Bharat Operating System Solutions. The developer of this OS is the Centre for Development of Advanced Computing (CDAC).
Solaris OS EASY
Solaris is an operating system developed by Sun Microsystems. It's known for its scalability, reliability, and advanced features for enterprise environments.Learn more about Solaris OS in this article.
Curl Command in Linux EASY
In this blog, we will learn about Curl Command in Linux. We will understand its core concepts, its usage, and much more for better understanding.
Linux Operating System EASY
Linux is a free and open-source operating system that powers one of its most popular platforms globally, Android.
Tcpdump Command in Linux EASY
In this blog, we will learn about Tcpdump Command in Linux. We will understand its core concepts, its usage, and much more for better understanding.
Linux Export Command EASY
In this blog, we will learn about Linux Export Command. We will understand its core concepts, its usage, and much more for better understanding.
Linux Shutdown Command EASY
In this blog, we will learn about Linux Shutdown Command. We will learn about its characteristics, features, and much more for better understanding.
nfs Linux EASY
In this blog, we will learn about nfs Linux. We will understand its core concepts, its usage, and much more for better understanding.
Top Command in Linux EASY
In this blog, we will learn about Top Command in Linux. We will understand its core concepts, its usage, and much more for better understanding.
Linux Reboot Command EASY
In this blog, we will learn about Linux Reboot Command. We will understand its core concepts, its usage, and much more for better understanding.
Find Command in Linux EASY
In this blog, we will learn about Find Command in Linux. We will understand its core concepts, its usage, and much more for better understanding.
Linux Mount Command EASY
In this blog, we will learn about Linux Mount Command. We will learn about its characteristics, features, and much more for better understanding.
ssh Command in Linux MEDIUM
In this blog, we will learn about ssh Command in Linux. This article will guide you through the basics of SSH, its syntax, setting up the necessary components, and getting started with secure remote access.
Copy Command in Linux EASY
In this blog, we will learn about Copy Command in Linux. We will understand its core concepts, its usage, and much more for better understanding.
Hostname Command MEDIUM
In this blog, we will learn about Hostname Command. We will learn about its characteristics, features, and much more for better understanding.
Vim Command in Linux EASY
In this blog, we will learn about Vim Command in Linux. We will understand its core concepts, its usage, and much more for better understanding.
Lsof Command in Linux EASY
In this blog, we will learn about Lsof Command in Linux. We will learn about its characteristics, features, and much more for better understanding
Cat Command in Linux EASY
In this blog, we will learn this Cat Command in Linux. We will learn about why it is used, syntax, and much more for better understanding.
Less Command in Linux EASY
In this blog, we will learn about Less Command in Linux. We will learn about its characteristics, features, and much more for better understanding.
Sort Command in Linux EASY
In this blog, we will learn about Sort Command in Linux. We will be including its core features, how to use it with various examples, and the different options you can employ to tailor its functionality to your needs.
More Command in Linux EASY
In this blog, we will learn about More Command in Linux. We will learn about its characteristics, features, and much more for better understanding.
How to Install deb File in Ubuntu EASY
In this blog, we will learn about How to Install deb File in Ubuntu. We will understand its core concepts, its usage, and much more for better understanding.
Difference Between Linux and BSD
In this blog, we will learn about the Difference Between Linux and BSD. We will understand what is Linux and BSD and further learn about the differences between them.
Traceroute Command in Linux EASY
In this blog, we will learn about Traceroute Command in Linux. We will understand its core concepts, its usage, and much more for better understanding.
How to Uninstall Nodejs Ubuntu? EASY
In this blog, we will learn about Uninstall Nodejs Ubuntu. We will understand its core concepts, its usage, and much more for better understanding.
df Command in Linux EASY
In this blog, we will learn about df Command in Linux. We will understand its core concepts, its usage, and much more for better understanding.
Creating RAID 5 (Striping with Distributed Parity) in Linux EASY
In this blog, we will learn about Creating RAID 5 (Striping with Distributed Parity) in Linux. We will learn about RAID and, later in the blog, will go through a Step-by-Step Guide to Creating a RAID 5 Array.
Sar Command in Linux MEDIUM
In this blog, we will learn about Sar Command in Linux.We will understand its core concepts, its usage, types, and much more for better understanding.
rm Command in Linux EASY
In this blog, we will learn about rm Command in Linux. We will learn about its characteristics, features, and much more for better understanding.
Rename Command in Linux EASY
In this blog, we will learn about Rename Command in Linux. We will learn about its characteristics, features, and much more for better understanding.
MKDIR Command in Linux EASY
In this blog, we will learn about MKDIR Command in Linux. We will understand its core concepts, its usage, and much more for better understanding.
du Command in Linux EASY
In this blog, we will learn about du Command in Linux. We will understand its core concepts, its usage, and much more for better understanding.
Netstat Command in Linux EASY
In this blog, we will learn about Netstat Command in Linux. We will understand its core concepts, its usage, and much more for better understanding.
Touch Command in Linux MEDIUM
In this blog, we will learn about touch command in linux. We will understand its core concepts and learn about its advantages and disadvantages and much more.
How to check OS version in linux MEDIUM
In this article, we'll look at how to check OS version in Linux and will cover different methods to check the Linux version with examples.
host SSH Error in Linux
In this blog, we will learn about host SSH Error in Linux. We will start with the introduction and later go through the common causes and how to troubleshoot SSH errors.
Runlevel in Linux EASY
In this blog, we will learn about Runlevel in Linux. We will learn about its characteristics, features, examples and much more for better understanding.
gzip Command in Linux MEDIUM
Gzip Command typically offers a better compression ratio for single files and is the standard compression method in Unix/Linux environments.
Wget Command in Linux EASY
Wget command stands for 'web get,' is a versatile and free command-line tool for downloading files from the internet.
DOSBox – Runs Old MS-DOS Games_Programs in Linux EASY
In this blog, we will discuss DosBox, its features, using DOSBox, and how to run MS-DOS games and programs.
Best Backup Tools for Linux
In this blog, we will learn about Best Backup Tools for Linux. We will also look at the syntax for all those backup tools.
Disk Space Command in Linux Cheat Sheet EASY
In this article, we will discuss the disk space commands in Linux, their types with the implementation, and some important options to use with the commands.
How to Echo a New Line in Linux EASY
This article will discuss how to echo a new line in Linux. We will echo a new line in various ways.
mv Command in Linux EASY
In this article, we will learn and understand how to use the mv command in Linux.
WC Command in Linux EASY
The wc (word count) command is an indispensable tool in the Linux command line for text processing.
How to Boot Linux from USB?
In this article, we will discuss about how to boot Linux from USB. We will explain the steps to take to boot Linux from USB.
YUM in Linux EASY
This article will teach us about Yum in Linux! We will learn installation, advantages, commands, plugins, version locking, security, etc.
How to Change Username in Linux? EASY
In this article, we will cover how to change username in Linux. We will see the step-by-step guide for changing the username.
Difference Between Hard Link and Soft Link in Linux EASY
In this article, we will cover the difference between hard link and soft link in Linux.
How to Check Memory Usage in Linux EASY
In the article, we will discuss five valuable commands to check memory usage in Linux. We will also discuss the features of Linux.
Booting Process in Linux EASY
Linux boot process has several stages that include BIOS, boot loader, kernel initialization, device and driver initialization. Read on to learn more!
pwd command in linux MEDIUM
pwd stands for Print Working Directory. It's a command used in Unix and Unix-like operating systems to output the current directory's full path name to the terminal.
xxd Command in Linux EASY
This article discusses about xxd command in linux with syntax, built in options, installation and examples in brief.
Difference between Linux and Windows
In this article, we will discuss the difference between linux and windows. We will also discuss which OS to choose at what time.
Ubuntu Operating System EASY
This blog will help you learn more about the importance of the Ubuntu Operating system and its characteristics. It also describes some of the features that differentiate it from other operating systems.
Tail Command in Linux EASY
The purpose of the tail command in Linux is mostly to limit the output of a Linux command or to output the EOF(End of file: text).
Troubleshooting with Linux Logs EASY
In this article, we will understand what a logging system is, its services, and its types. We will also discuss some crucial troubleshooting with Linux logs.
Tar Command in Linux with Examples EASY
Linux ‘Tar’ Command stands for tape archive, that is mainly used to create Archive and extract the Archive files.
Compile And Run a C/C++ Code In Linux EASY
In this article, you will learn about the steps involved in the installation of Linux and the steps for compiling and running a C/C++ code in Linux.