Mastering Linux Module : 1 (Beginner Level Module)

Below is Course Content For Module – 1

(Anybody can go for this course.)

Duration – 20 Days Fees – Rs.5000/- ($100)

1. Introduction to Operating System.

a] Why OS is required?
b] How OS works in system?
c] Types of OS
d] Principles of Unix OS
e] Salient features of Linux OS as Open Source OS

2. Understanding Number System.

a] What is Bit & Byte?
b] Number System - Binary, Decimal, Octal, Hexadecimal

3. Linux Installation.

a] Installing Virtual Box in Windows Machine
b] Understanding Virtual Machine Structure
c] Installing Linux in VM
d] Difference between 32 bit and 64 bit Linux

4. Connecting Linux Machine from Remote End.

a] Using ssh and putty

5. Linux Commands.

a] 30 Basic Commands

6. Networking - IPv4 and IPv6

a] Understanding IP Address - IPv4 and IPv6
b] Assigning IP to Linux Machine using DHCP & Static
c] The File - /etc/sysconfig/network-scripts/ifcfg-eth0 explained.

7. Software Installation 
a] Using yum
b] Using rpm
c] Using Source Code

8. More Linux Commands

a] Understanding system daemon
b] systemctl command explained
c] ntsysv and chkconfig

9. Understanding at Server

a] Commands - at, atq, atrm etc

10. Understanding Cron Server.

a] Commands - crontab
b] User Specific Cron Jobs
c] System Specific Cron Jobs

11. Programming Linux - Shell Scripting BASH 

a] What is variable?
b] Types of variable
c] Writing First Shell Script - hello.sh
d] Loops - if, for, while
e] Understanding Functions 
f] Developing practical utility in BASH