Udemy - Complete Linux Training Course to Get Your Dream IT Job 2019
Linux is the number ONE operating system for the Corporate world.
Description
Linux is the number ONE operating system for the Corporate 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
Module 2 – Download, Install and Configure
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
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
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
Redhat Certifications (RHCSA, RHCE etc.)
Join Linux Community
200+ interview questions
Homework
Course Recap
Commands We Have Learned
Don't Give up
Congratulations
Recap - Handouts
-- Imran Afzal
Who this course is for:
- Anyone who wants to start a career in Linux
- Who wants to become Redhat Certified System Administrator (RHCSA EX-200)
- Anyone who wants to have complete Linux training to get a job in IT
- Anyone who wants to advance his/her career
- Anyone who wants to master the Linux command line skills
- Who wants help and advise in resume and interview
Course content
- Syllabus Overview
- Syllabus Overview
- Download Syllabus
- Thank You
- Module 1 - Understanding Linux Concepts
- Welcome to Module 1
- Everyday Linux
- What is Linux?
- Unix vs. Linux
- Module 1 Quiz
- Module 1 Homework
- Module 1 Handouts
- Module 2 - Download, Install and Configure
- Welcome to Module 2
- Virtual Box
- Downloading and Installing Oracle VirtualBox
- Creating First Virtual Machine
- Different Ways to Install Linux
- Linux Installation (CentOS7 - Recommended)
- Linux Installation (CentOS8)
- Message for Redhat Installation
- Redhat Linux Installation (Optional)
- Ubuntu Linux Installation (Optional)
- Linux Desktop (GUI)
- Virtual Machine Management
- Linux Distributions
- Linux vs. Windows
- Who Uses Linux?
- Module 2 Quiz
- Keyboard Keys Used in Linux
- Module 2 Homework
- Module 2 Handouts
- Module 3 - System Access and File System
- Welcome to Module 3
- Command Prompts and Getting Prompts Back
- Accessing Linux System
- Download and Install Putty
- New Network Command (ifconfig and ip)
- Connect Linux VM via Putty
- Important Things to Remember in Linux
- Introduction to Linux File System
- FileSystem Structure and Description
- File System Navigation Commands (cd , ls and pwd)
- Absolute and Relative Paths
- Directory Listing Attributes
- Creating Files and Directories (touch, cp, vi, mkdir)
- Linux File Types
- Finding Files and Directories (find, locate)
- Difference Between Find and Locate Commands
- Changing Password
- WildCards (*, ?, ^, [])
- Hard and Soft Links (ln)
- Module 3 Quiz
- Module 3 Homework
- Module 3 Handouts
- Module 4 - Linux Fundamentals
- Welcome to Module 4
- Linux Command Syntax
- Files and Directory Permissions (chmod)
- File Permissions Using Numeric Mode
- File Ownership Commands (chown, chgrp)
- Access Control List (ACL)
- Help Commands
- TAB Completion and Up Arrow Keys
- Adding Text to Files
- Standard Output to a File (tee command)
- Pipes ( | )
- File Maintenance Commands (cp, rm, mv, mkdir, rmdir)
- File Display Commands (cat, less, more, head, tail)
- Filters / Text Processing Commands
- cut - Text Processors Commands
- awk - Text Processors Commands
- grep/egrep - Text Processors Commands
- sort/uniq - Text Processors Commands
- wc - Text Processors Commands
- Compare Files
- Compress and uncompress (tar, gzip, gunzip)
- Truncate File Size (truncate)
- Combining and Splitting Files
- Linux vs. Windows Commands
- Module 4 Quiz
- Module 4 Homework
- Module 4 Handouts
- Module 5 - System Administration
- Welcome to Module 5
- Linux File Editor (vi)
- Difference between vi and vim Editors
- "sed" Command
- User Account Management (useradd, groupadd, usermod, userdel, groupdel)
- Switch Users and Sudo Access (su, sudo)
- Monitor Users (who, last, w, id)
- 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, uname, which, cal, bc)
- Processes and Jobs (systemctl, ps, kill, top, crontab, at)
- Additional cronjobs (hourly, daily, weekly, monthly)
- Process Management (bg, fg, nice)
- System Monitoring Commands (df, dmesg, iostat 1, netstat, free, top)
- System Logs Monitor (/var/log)
- System Maintenance Commands (shutdown, init, reboot, halt)
- Changing System Hostname (hostnamectl)
- Finding System Information (uname, dmidecode)
- System Architecture (arch)
- Terminal Control Keys
- Terminal Commands (clear, exit, script)
- Recover Root Password (single user mode)
- SOS Report
- Environment Variables
- Module 5 Quiz
- Module 5 Homework
- Module 5 Handouts
- Module 6 - Shell Scripting
- Welcome to Module 6
- Linux Kernel
- What is a Shell?
- Types of Shells
- Shell Scripting
- Basic Shell Scripts
- Input and Output of Script
- if-then Scripts
- for Loop Scripts
- do-while Scripts
- Case Statement Scripts
- Check Remote Servers Connectivity
- Aliases (alias)
- User and Global Aliases
- Shell History (history)
- Module 6 Quiz
- Module 6 Homework
- Module 6 Handouts
- Module 7 - Networking, Services, and System Updates
- Welcome to Module 7
- Enable Internet on Linux VM
- Network Components
- Network Files and Commands (ping, ifconfig, ifup, ifdown, netstat, tcpdump)
- NIC Information (ethtool)
- NIC or Port Bonding
- Downloading Files or Apps (wget)
- curl and ping commands
- FTP - File Transfer Protocol
- SCP - Secure Copy Protocol
- rsync - Remote Synchronization
- System Updates and Repos (rpm, yum)
- System Upgrade/Patch Management
- Create Local Repository from CD/DVD
- Advance Package Management
- Rollback Patches and Updates
- SSH and Telnet
- DNS - Download, Install and Configure (Domain Name Systems)
- Hostname or IP Lookup (nslookup and dig)
- Network Time Protocol (ntp)
- chronyd (New Version of NTP)
- Sendmail
- Web Server (http)
- Central Logger (rsyslog)
- Securing Linux Machine (OS Hardening)
- OpenLDAP Installation
- Tracing Network Traffic (traceroute)
- How to open Image File through Command Line
- SSH-Keys - Access Remote Server without Password
- Module 7 Quiz
- Module 7 Homework
- Module 7 Handouts
- Module 8 - Disk Management and Run Levels
- Welcome to Module 8
- System Run Levels (0 thru 6)
- Linux Boot Process
- Linux Boot Process (Newer Versions)
- Message of the Day
- Customize Message of the Day
- Storage
- Disk Partition (df, fdisk)
- Add Disk and Create Standard Partition
- Logical Volume Managment (LVM)
- LVM Configuration During Installation
- Add Virtual Disk and Create New LVM Partition (pvcreate, vgcreate, lvcreate,)
- Extend Disk using LVM
- Adding Swap Space
- RAID
- File System Check (fsck and xfs_repair)
- System Backup (dd Command)
- Network File System (NFS)
- Difference Between CentOS/Redhat 5, 6 and 7
- Module 8 Quiz
- Module 8 Homework
- Module 8 Handouts
- Module 9 - All About Resume
- Welcome to Module 9
- Resume Workshop
- Cover Letter
- Linux Administrator Job Duties
- Exposure to Other Technologies
- Module 9 Homework
- Module 9 Handouts
- Module 10 - All About Interview
- Welcome to Module 10
- What is IT?
- IT Components
- Facts about IT
- Linux around us
- Linux Operating System Jobs
- IT Management Jobs
- Post Resume and What to Expect
- Interview Workshop
- Redhat Certifications (RHCSA, RHCE etc.)
- Join Linux Community
- 200+ Interview Questions
- Module 10 Homework
- Module 10 Handouts
- Course Recap
- Welcome to Course Recap
- Commands We Have Learned
- Don't Give up
- Congratulations
- Recap - Handout
- Final Exam
- Additional Resources
- Welcome to Additional Resources
- VMWare Workstation Player (Optional)
- Create VMWare VM
- Install Oracle Virtualbox on MAC
- Install Oracle Guest Addition (Tools)
- Troubleshooting Putty Connection
- Changing Default File Permissions (umask)
- Filesystem Color Definition
- Remove Un-necessary or Orphan Packages
- SELinux
- Troubleshooting Change Directory Issues
- Troubleshooting File Issues
- Fixing Corrupted FileSystem
- IP Assigned but not Reachable
- Linux System Performance Issues
- Running Linux on Web Browser
- Improve Typing Skills
- Additional Resources - Handout
- Bonus
- Welcome to Bonus Section
- Discounted Course Coupons
- Other Services