Welcome to the Linux Knowledge Base and Tutorial
so you want to learn how to use the Bash command line interface (terminal) on Unix/Linux. Or, it’s part of a subject you’re doing and so you’re learning it because you have to. Either way, that’s great. You’re learning how to use a powerful tool that can make your life easier, and make you awesome (more so than I’m sure you already are) .
Complete tutorial will cover the below things:-
- Installation – Installation of different flavor of Linux
- Un installation –
- The Command Line – What is it, how does it work and how do I get to one.
- Basic Navigation – An introduction to the Linux directory system and how to get around it.
- More About Files – Find out some interesting characteristics of files and directories in a Linux environment.
- Manual Pages – Learn how to make the most of the Linux commands you are learning.
- File Manipulation – How to make, remove, rename, copy and move files and directories.
- Vi Text Editor – Discover a powerful Linux based text editor.
- Wildcards – Also referred to as globing, this is a means to refer to several files in one go.
- Permissions – Learn to identify and change the permissions of files and directories and what the consequences of these are.
- Filters – An introduction to various commands that allow us to mangle data in interesting and useful ways.
- Grep and Regular Expressions – Master a powerful pattern matching language that is useful for analyzing and processing data.
- Piping and Redirection – Join commands together in powerful combinations.
- Process Management – See what is currently running on your Linux system and what state the system is in, learn how to kill programs that have hung and put jobs in the background.
- Scripting – Be happy. Get the computer to do tedious and repetitive tasks for you.
- Cheat Sheet – A quick reference for the main points covered in this tutorial.
- Administration
- Memory Management
- Networking
- Email System
- File System and File Management
- Utilities
How to resolve -bash: netstat: command not found centos stream 9

Read More »
How to capture and analyze traffic with tcpdump
Network administrators use tcpdump to analyze traffic in Linux systems. Learn how to install and use tcpdump, as well asRead More »
How to Install and Use FFmpeg on CentOS 8
Here, we will see how to Install and Use FFmpeg on CentOS 8. Convert audio files for Asterisk FFmpeg isRead More »
iostat : How to monitor disk activity and CPU load average

Read More »
What is inode and where this is stored

Read More »
How to check supported RAM type in Linux System

Read More »
How to Uninstall NGINX in Centos
Here are the steps to uninstall NGINX in CentOS. Please note, you will need a user with root privileges toRead More »
How to kill processes in Linux
Here we will see how to kill processes in Linux. We will use kill, killall and pkill. Let see howRead More »
How to Setup SSH Passwordless Login in Linux
Today, We will learn how to set up ssh passwordless login in Linux. SSH (Secure SHELL) is an open-source and mostRead More »
How to Create Shell Script in Linux/Unix

Read More »
What are the Basic Linux Commands and How to use
Today, We will learn what are the basic Linux command and how to use this. Read: nmcli – Linux commandRead More »
What is more command in Linux and how to use

Read More »
How to Add or remove the Default Gateway in Linux
Today, We will learn how to add or remove the default gateway in Linux. Read: ifconfig Sometimes you may needRead More »
WPS Spreadsheets

Read More »
Preventing duplicate cron job executions
Preventing duplicate cron job executions I feel like sometimes cron jobs create more problems than they solve. It’s not theRead More »