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
for Loops in Shell Script
for Loops in Shell Script for loops allow the repetition of a command for a specific set of values Syntax:Read More »
Control Statements in Shell script
Control Statements in Shell script Without control statements, execution within a shell scripts flows from one statement to the nextRead More »
Shell Script - Introduction to shell script

Read More »
How to Install VLC 3.0 in CentOS 8/7/6
VLC (VideoLAN Client) is an open source and free simple fast and much powerful cross-platform player and framework for playingRead More »
WINDOWS VS. LINUX DESIGN
It is possible that email and browser-based viruses, Trojans and worms are the source of the myth that Windows isRead More »
FIREWALL SET UP
HOW TO SET UP A FIREWALL UNDER LINUX? To configure a Linux firewall, you will likely use the latest implementationRead More »
PASSWORD FILE
/etc/passwd is a text file that contains the attributes of (i.e., basic information about) each user or account on aRead More »
SHADOW FILE
SHADOW FILE In Unix-like operating systems, /etc/shadow is used to increase the security level of passwords by restricting all butRead More »
LINUX DIRECTORY

Read More »
LAYERS OF LINUX/UNIX

Read More »
HOW SECURE SHOULD MY LINUX BE?

Read More »
BENEFITS OF LINUX

Read More »
LINUX

Read More »
Free Let’s Encrypt SSL certificates on Centos 6
Free Let’s Encrypt SSL certificates on Centos 6 Let’s Encrypt installation The Let’s Encrypt Client is a fully-featured, extensible clientRead More »
how to add new hard disk in centos

Read More »