Complete Linux Training Course to Get Your Dream IT Job 2019

Complete Linux Training Course to Get Your Dream IT Job 2019

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 21 Hours | 9.16 GB

The best Linux training where students will perform Linux Administration tasks just like in corporate environment

Linux is the number ONE operating system for the Corporate Enterprise world.

If you want to start your career in Linux and have little or no knowledge of Linux then I can help. In this course you will learn Linux installation, configuration, administration, troubleshooting, command line, OS tools and much more… I have also included Resume and Interview workshop that will definitely help you get your dream IT job.

In addition to the lectures there will be quizzes, homework and hand-out material just like a live classroom training

I have been teaching this exact course in a classroom environment in New York City. Please note 80% of my students who took this course got the job in Linux within months. Imagine those who take my course only to level up their career, how productive this training can be for them

Following is the list of topics I will cover in this course:

Module 1 – Understanding Linux Concepts

  • What is Linux?
  • Everyday use of Linux
  • Unix vs. Linux
  • Quiz, Homework and Handouts

Module 2 – Download, Install and Configure

  • What is Oracle Virtual Box?
  • Downloading and Installing Oracle Virtual Box
  • Creating virtual machine
  • Linux Distributions
  • Different way to install Linux
  • Downloading and Installing Linux (CentOS)
  • Redhat Linux installation (Optional)
  • Linux Desktop (GUI)
  • Virtual Machine Management
  • Linux vs. Windows
  • Who Uses Linux?
  • Quiz, Homework and Handouts

Module 3 – System Access and File System

  • Accessing Linux system
  • Download and install Putty
  • Connect Linux VM via Putty
  • Important Things to Remember in Linux
  • Introduction to File System
  • File system structure description
  • File system navigation commands
  • File System Paths
  • Directory listing overview
  • Creating Files and Directories
  • Finding Files and Directories (find, locate)
  • Changing Password
  • Wildcard (*, $, ^)
  • Combining and Splitting Files (cat and cut)
  • Soft and Hard Links (ln)
  • Quiz, Homework and Handouts

Module 4 – Linux Fundamentals

  • Commands Syntax
  • File Permissions (chmod)
  • File Ownership (chown, chgrp)
  • Getting Help (man, whatis etc.)
  • TAB completion and up arrow keys
  • Adding text to file
  • Pipes ( | )
  • File Maintenance Commands
  • File Display Commands
  • Filters / Text Processing Commands (cut, sort, grep, awk, uniq, wc)
  • Compare Files (diff, cmp)
  • Compress and Un-compress files/directories (tar, gzip, gunzip)
  • Combining and Splitting Files
  • Linux vs. Windows Commands
  • Quiz, Homework and Handouts

Module 5 – System Administration

  • Linux File Editors (vi text editor)
  • sed Command
  • User account management
  • Switch users and Sudo access
  • Monitor users
  • Talking to users (users, wall, write)
  • Linux Directory Service – Account Authentication
  • Difference between Active Directory, LDAP, IDM, WinBIND, OpenLDAP etc.
  • System utility commands (date, uptime, hostname, which, cal, bc etc.)
  • Processes and schedules (systemctl, ps, top, kill, crontab and at)
  • Process Management
  • System Monitoring Commands (top, df, dmesg, iostat 1, netstat, free etc.)
  • OS Maintenance Commands (shutdown, reboot, halt, init etc.)
  • Changing System Hostname (hostnamectl)
  • Finding System Information (uname, cat /etc/redhat-release, cat /etc/*rel*, dmidecode)
  • System Architecture (arch)
  • Terminal control keys
  • Terminal Commands (clear, exit, script)
  • Recover root Password (single user mode)
  • SOS Report
  • Quiz, Homework and Handouts

Module 6 – Shell Scripting

  • Linux Kernel
  • What is a Shell?
  • Types of Shells
  • Shell scripting
  • Basic Shell scripts
  • If-then scripts
  • For loop scripts
  • do-while scripts
  • Case statement scripts
  • Aliases
  • Shell History
  • Command history

Module 7 – Networking, Servers and System Updates

  • Enabling internet in Linux VM
  • Network Components
  • Network files and commands (ping, ifconfig, netstat, tcpdump, networking config files)
  • NIC Information (ethtool)
  • NIC or Port Bonding
  • Downloading Files or Apps (wget)
  • curl and ping Commands
  • File Transfer Commands
  • System updates and repositories (rpm and yum)
  • System Upgrade/Patch Management
  • Create Local Repository from CD/DVD
  • Advance Package Management
  • SSH and Telnet
  • DNS
  • Hostname and IP Lookup (nslookup and dig)
  • NTP
  • chronyd (Newer version of NTP)
  • Sendmail
  • Apache Web Server (http)
  • Central Logger (rsyslogd)
  • Securing Linux Machine (OS Hardening)
  • OpenLDAP Installation
  • Quiz, Homework and Handouts

Module 8 – Disk Management and Run Levels

  • System run levels
  • Linux Boot Process
  • Message of the Day
  • Disk partition (df, fdisk, etc.)
  • Storage
  • Logical Volume Management (LVM)
  • LVM Configuration during Installation
  • Add Disk and Create Standard Partition
  • Add Disk and Create LVM Partition
  • LVM Configuration during Installation
  • Add Virtual Disk and Create New LVM Partition (pvcreate, vgcreate, lvcreate,)
  • Extend Disk using LVM
  • Adding Swap Space
  • RAID
  • Quiz, Homework and Handouts

Module 9 – All About Resume

  • Resume workshop
  • Cover Letter
  • Linux job description or duties
  • Exposure to Other Technologies
  • Homework and Handouts

Module 10 – All About Interview

  • IT Components
  • IT Job Statistics
  • Linus Around Us
  • Linux Operating System Jobs
  • IT Management Jobs
  • Post Resume and What to Expect
  • Interview workshop
  • Join Linux Community
  • 200+ interview questions
  • Homework
Table of Contents

Syllabus Overview
1 Syllabus Overview
2 Download Syllabus
3 Thank You

Module 1 – Understanding Linux Concepts
4 Welcome to Module 1
5 Everyday Linux
6 What is Linux?
7 Unix vs. Linux
8 Module 1 Homework
9 Module 1 Handouts

Module 2 – Download, Install and Configure
10 Welcome to Module 2
11 Virtual Box
12 Installing Oracle Virtual Box
13 Creating First Virtual Machine
14 Different Ways to Install Linux
15 Linux CentOS Installation
16 Message for Redhat Installation
17 Download & Install Redhat Linux
18 Linux Desktop (GUI)
19 Virtual Machine Management
20 Linux Distributions
21 Linux vs. Windows
22 Who Uses Linux?
23 Module 2 Homework
24 Module 2 Handouts

Module 3 – System Access and File System
25 Welcome to Module 3
26 Accessing Linux System
27 Download and Install Putty
28 New Network Command (ifconfig and ip)
29 Connect Linux VM via Putty
30 Important Things to Remember in Linux
31 Introduction to Linux File System
32 FileSystem Structure and Description
33 File System Navigation Commands (cd , ls and pwd)
34 File System Paths
35 Directory Listing Attributes
36 Creating Files and Directories (touch, cp, vi, mkdir)
37 Linux File Types
38 Finding Files and Directories (find, locate)
39 Difference Between Find and Locate Commands
40 Changing Password
41 WildCards (*, ?, ^, [])
42 Soft and Hard Links (ln)
43 How to open Image File through Command Line
44 Module 3 Homework
45 Module 3 Handouts

Module 4 – Linux Fundamentals
46 Welcome to Module 4
47 Linux Command Syntax
48 Files and Directory Permissions (chmod)
49 File Ownership Commands (chown, chgrp)
50 Help Commands
51 TAB Completion and Up Arrow Keys
52 Adding Text to Files
53 Standard Output to a File (tee command)
54 Pipes ( | )
55 File Maintenance Commands (cp, rm, mv, mkdir, rmdir)
56 File Display Commands (cat, less, more, head, tail, vi)
57 Filters / Text Processing Commands (cut, awk, grep, sort, uniq, wc)
58 Compare Files
59 Compress and uncompress (tar, gzip, gunzip)
60 Truncate File Size (truncate)
61 Combining and Splitting Files
62 Linux vs. Windows Commands
63 Module 4 Homework
64 Module 4 Handouts

Module 5 – System Administration
65 Welcome to Module 5
66 Linux File Editor (vi)
67 “sed” Command
68 User Account Management (useradd, groupadd, usermod, userdel, groupdel)
69 Switch Users and Sudo Access (su, sudo)
70 Monitor Users (who, last, w, id)
71 Talking to Users (users, wall, write)
72 Linux Directory Service – Account Authentication
73 Difference between Active Directory, LDAP, IDM, WinBIND, OpenLDAP etc.
74 System Utility Commands (date, uptime, hostname, uname, which, cal, bc)
75 Processes and Jobs (systemctl, ps, kill, top, crontab, at)
76 Additional cronjobs (hourly, daily, weekly, monthly)
77 Process Management (bg, fg, nice)
78 System Monitoring Commands (df, dmesg, iostat 1, netstat, free, top)
79 System Logs Monitor (/var/log)
80 System Maintenance Commands (shutdown, init, reboot, halt)
81 Changing System Hostname (hostnamectl)
82 Finding System Information (uname, dmidecode)
83 System Architecture (arch)
84 Terminal Control Keys
85 Terminal Commands (clear, exit, script)
86 Recover Root Password (single user mode)
87 SOS Report
88 Environment Variables
89 Module 5 Homework
90 Module 5 Handouts

Module 6 – Shell Scripting
91 Welcome to Module 6
92 Linux Kernel
93 What is a Shell?
94 Types of Shells
95 Shell Scripting
96 Basic Shell Scripts
97 if-then Scripts
98 for Loop Scripts
99 do-while Scripts
100 Case Statement Scripts
101 Aliases (alias)
102 Shell History (history)
103 Module 6 Homework
104 Module 6 Handouts

Module 7 – Networking, Services, and System Updates
105 Welcome to Module 7
106 Enable Internet on Linux VM
107 Network Components
108 Network Files and Commands (ping, ifconfig, ifup, ifdown, netstat, tcpdump)
109 NIC Information (ethtool)
110 NIC or Port Bonding
111 Downloading Files or Apps (wget)
112 curl and ping commands
113 File Transfer Commands (ftp, scp, rsync)
114 System Updates and Repos (rpm, yum)
115 System Upgrade/Patch Management
116 Create Local Repository from CD/DVD
117 Advance Package Management
118 Rollback Patches and Updates
119 SSH and Telnet
120 DNS (bind)
121 Hostname or IP Lookup (nslookup and dig)
122 Network Time Protocol (ntp)
123 chronyd (New Version of NTP)
124 Sendmail
125 Web Server (http)
126 Central Logger (rsyslog)
127 Securing Linux Machine (OS Hardening)
128 OpenLDAP Installation
129 Tracing Network Traffic (traceroute)
130 Module 7 Homework
131 Module 7 Handouts

Module 8 – Disk Management and Run Levels
132 Welcome to Module 8
133 System Run Levels (0 thru 6)
134 Linux Boot Process
135 Message of the Day
136 Customize Message of the Day
137 Storage
138 Disk Partition (df, fdisk)
139 Add Disk and Create Standard Partition
140 Logical Volume Managment (LVM)
141 LVM Configuration During Installation
142 Add Virtual Disk and Create New LVM Partition (pvcreate, vgcreate, lvcreate,)
143 Extend Disk using LVM
144 Adding Swap Space
145 RAID
146 File System Check (fsck and xfs_repair)
147 System Backup (dd Command)
148 Network File System (NFS)
149 Difference Between CentOS/Redhat 5, 6 and 7
150 Module 8 Homework
151 Module 8 Handouts

Module 9 – All About Resume
152 Welcome to Module 9
153 Resume Workshop
154 Cover Letter
155 Linux Administrator Job Duties
156 Exposure to Other Technologies
157 Module 9 Homework
158 Module 9 Handouts

Module 10 – All About Interview
159 Welcome to Module 10
160 What is IT?
161 IT Components
162 Facts about IT
163 Linux around us
164 Linux Operating System Jobs
165 IT Management Jobs
166 Post Resume and What to Expect
167 Interview Workshop
168 Redhat Certifications
169 Join Linux Community
170 200+ Interview Questions
171 Module 10 Homework
172 Module 10 Handouts

Course Recap
173 Welcome to Course Recap
174 Commands We Have Learned
175 Don’t Give up
176 Congratulations
177 Recap – Handout

Additional Resources
178 Welcome to Additional Resources
179 VMWare Workstation Player (Optional)
180 Create VMWare VM
181 Install Oracle Virtualbox on MAC
182 Install Oracle Guest Addition (Tools)
183 Troubleshooting Putty Connection
184 Changing Default File Permissions (umask)
185 Filesystem Color Definition
186 Additional Resources – Handout

Bonus
187 Welcome to Bonus Section
188 My Facebook Page
189 Coupons to My Other Courses

What you’ll learn

By the end of this course you will be a professional Linux administrator and be able to apply for Linux jobs
You will learn almost 150+ Linux commands
You will gain advance Linux systems administration skills and have deep understanding of Linux fundamentals and concepts
You will be able to troubleshoot everyday Linux related issues
You will manage Linux servers in a corporate environment
You will write basic to advance level shell scripts