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
Nagios installation step by step in centos/redhat or fedora part 1

Read More »
Centos FTP command not found : Linux FTP install

Read More »
File transfer in Linux : FTP in linux : Shell script to file trnsfer

Read More »
Linux Shell Script To Ftp File To Server

Read More »
Linux Cron Job - Schedule Job in linux: crontab

Read More »
Email alert on disk space outage in linux

Read More »
Stop firewall services centos : linux firewall service stop at startup

Read More »
install ssh on centos
SSH- SECURE SHELL It is used to Connect to the remote system through secure shell. It giveyou a copy of remote shell on your desktop.YouRead More »
Mount.cifs cannot allocate memory : Mounting windows share
Mounting a Windows (cifs) share on centos gives us a “Mount.cifs cannot allocate memory” error. Executing a command like this:Read More »
Changing centos/redhat run level init 3

Read More »
Change HostName From Command Line Linux
To change the hostname, follow the steps shown below. 1. Use hostname command to Change Hostname In this example, we’llRead More »
TOP command in Linux

Read More »
find the number of CPU cores on Linux
Multi-core CPU processors are common nowadays, including dual-core processors (e.g., Intel Core Duo), quad-core processors (e.g., Intel Core i5), andRead More »
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THATRead More »
phpmyadmin access denied for ip centos : give phpmyadmin access to ip

Read More »