• Post category:StudyBullet-17
  • Reading time:13 mins read

3 Days Linux Administration Course
Learn Linux and command line skills in as little as 3 days

What you will learn

Students will be able to install, configure, and manage Linux server

Students will be able to perform basic and advance Linux system administration

Students will be able to write small shell scripts

Description

This course is designed for those students who do not have enough time to learn Linux.  They want to be able to do Linux installation and manage the Linux server by running commands in 3 days.  Spend a few hours with me everyday for the next 3 days and I will make sure you will learn the following:

Day 1 – Installation, Configuration, File System and Basic Commands

  • Understanding of Linux?
  • What is Oracle Virtual Box?
  • Downloading and Installing Oracle Virtual Box
  • Creating virtual machine
  • Linux Distributions
  • Downloading and Installing Linux (CentOS)
  • Download and install Putty
  • Connect Linux VM via Putty
  • Changing Password
  • Introduction to File System
  • File system structure description
  • File system navigation commands
  • Directory listing overview
  • Creating Files and Directories
  • File system paths
  • Finding Files and Directories (find, locate)
  • Wildcard (*, $, ^)
  • Quiz and Handouts

 

Day 2 – Linux System Administration


Get Instant Notification of New Courses on our Telegram channel.


  • File Permissions (chmod)
  • File Ownership (chown, chgrp)
  • Getting Help (man, whatis etc.)
  • 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)
  • Linux File Editors (vi text editor)
  • User account management (useradd, groupadd, usermod, userdel, groupdel)
  • Switch users and Sudo access
  • Monitor users (who, id, last)
  • System utility commands (date, uptime, hostname, which, cal, bc etc.)
  • Quiz and Handouts

 

Day 3 – Advance Linux System Administration

  • Processes and schedules (systemctl, ps, top, kill, crontab and at)
  • 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)
  • Terminal control keys
  • Linux Kernel
  • What is Shell?
  • Shell scripting
  • Basic Shell scripts
  • Aliases
  • Command history
  • Enabling Internet in Linux VM
  • Network Files and Commands (ping, ifconfig, netstat, tcpdump, networking config files)
  • Network Interface (ethtool)
  • System Updates and Repositories (rpm and yum)
  • System Upgrade and Path Management
  • System Run Levels
  • File transfer (ftp, scp, rsync etc.)
  • Message of the Day
  • Disk Partition (df, fdisk, etc.)
  • Quiz and Handouts

=============================================================================================

Here is the testimonial from my students:

  • To all of you that are looking for a REALLY GOOD LINUX course, THIS IS IT, SERIOUSLY I promise you won’t find a course on LINUX here that is THIS GOOD. — T.J. Marstiller (Udemy Student)
  • Imran is a very knowledgeable and engaging instructor. As others have said, you can tell that he is not just trying to sell a course, but that he is invested in giving his students a strong career foundation with a positive and approachable attitude. He is also entertaining with his use of pop culture and practical work examples. It really feels like you’re in a classroom with him. I’m taking this course mainly as a hobbyist, but got a lot from it already. The homework assignments, quizzes, and handouts help reinforce the material.   — Raymond B.  (Udemy Student)
  • Main thing about course is its simplicity and the hierarchy. Design is very good and easy which helps to understand things better.  — Akash Garg (Udemy Student)
  • I just love the teaching ad the learning experience I am getting  — Jacob Samba (Udemy Student)
  • Imran Afzal might be my favorite teacher I’ve EVER had. He is funny, and engaging. The course was easy to follow, and with no experience starting I am now extremely comfortable with Linux, and actually really like it. He does make you do your googles, but this is not a bad thing especially considering the nature of IT and documentation to solve your own problems. I highly recommend.  — Vanessa Diaz-Goumond (Udemy Student)
  • The course is run very well and I really like the handouts and the homework that is assigned. The homework helps me learn and continue with the learning process even when adult life is still progressing forward.  — Thomas Rogers (Udemy Student)
  • Such an amazing instructor. Imran must have put in a lot of effort in structuring the course and taking the student step by step, he takes his time in explaining everything, from what Linux is, how to down load it, coding, etc. I have taken other courses from Imran. I am a student for life. Keep it up and please keep preparing more courses for please like us who can benefit from your way of teaching, knowledge and experience. Thank you.  — Ali Shiekh (Udemy Student)
  • In the first place I say a big thank you to the instructor for making such a great course. I was afraid to learn Linux. I now feel very comfortable with Linux. I have understood both the concept behind and the practical as well. I would recommend every one who is NEW to Linux and wants to grab it once and for all without wasting time to go ahead and ENROLL. You will not regret it. I would like the instructor to do same for WINDOWS SERVER ADMIN., I don’t seem to find any better and beginner oriented course out there that could be matched with this course. To me, it is the BEST Linux Course on Online. I just started some real world projects with Linux after this great course, I was new to Linux and in just a month I am on the command line always playing.  — Opoku Bright (Udemy Student)
  • I genuinely look forward to additional courses in the future. This has been so informative. You hear the name oracle all the time, but this was well put in layman’s terms  — Atoofa Hasan (Classroom Student)
  • Imran Afzal eats, breathes and sleeps Linux! He really knows his stuff. I feel like he has brought me from a novice level education to masters level in a short time period. Anyone who is looking to get a job in Linux should definitely take this course.  — TJ Walker (Udemy Student)
English
language

Content

Day 1 – Installation, Configuration, File System and Basic Commands

Welcome to Day 1
What is Linux?
Linux Distributions
What is Virtual Box?
Installing Virtual Box
Creating Virtual Machine
Linux Installation (Recommended)
Linux Installation (CentOS8 – Optional)
Install Putty (Client Terminal)
Connect Linux through putty Terminal
Changing User Password
Introduction to File System
File System Structure Description
File System Navigation Commands (cd , ls and pwd)
Absolute and Relative Path
Directory Listing Overview
Creating Files and Directories (touch, cp, echo, vi)
Finding Files and Directories (find, locate)
Wildcards (*, ?, [])
Day 1 Quiz
Day 1 Homework
Day 1 Handouts

Day 2 – Linux System Administration

Welcome to Day 2
Pipe
Files and Directory Permissions
File Ownership Commands
Getting Help (man, whatis)
Adding Text to Files
File System Maintenance (cp, mv, rm)
File Display Commands
Filters / Text Processing Commands (cut, awk, grep, sort, uniq, wc)
Compare Files (diff, cmp)
Compress and un-compress (tar, gzip, gunzip)
vi Editor (File Editor)
User Account Management
Switch Users and Sudo Access
Monitor Users (who, last, w, id)
System Utility Commands (date, uptime, hostname, which, cal, bc etc.)
Day 2 Quiz
Day 2 Homework
Day 2 Handouts

Day 3 – Advance Linux System Administration

Welcome to Day 3 – Advance Linux System Administration
Processes and Jobs (systemctl, ps, top, kill, crontab and at)
System Monitoring Commands (top, df, dmesg, iostat 1, netstat, free etc.)
System Maintenance Commands (shutdown, reboot, halt, init etc.)
Changing System Hostname
Finding System Information (uname, cat /etc/redhat-release, cat /etc/*rel*)
Terminal control keys
What is Kernel?
What is Shell?
Shell Scripting
Basic Shell Scripts
Aliases (alias, unalias)
Shell History (history)
Enabling Internet in Linux VM
Network files and commands (ping, ifconfig, netstat, tcpdump)
NIC Information (ethtool)
System updates and repositories (rpm and yum)
System Upgrade and Patch Management
System Run Levels
File Transfer (ftp, scp, rsync)
Tracing Network Traffic
Message of the Day
Disk Partition (df, fdisk)
Day 3 Quiz
Day 3 Homework
Day 3 Handouts

Additional Resources

Troubleshooting Putty Connection
Changing Default File Permissions (umask)
VMWare Workstation Player (Optional)
Create a VM on VMWare Player
Install Oracle Virtualbox on MAC
Install Oracle Guest Addition (Tools)
Filesystem Color Definition
Troubleshooting FileSystem Issues
Troubleshooting Change Directory Issues
Corrupted FileSystem and Troubleshooting Practices
Linux System is Running Slow
IP Assigned but not Reachable
What is Virtualization?
Introduction to VMWare

Bonus

Welcome to Bonus Section
Bonus Lecture