Classbaze

Disclosure: when you buy through links on our site, we may earn an affiliate commission.

Linux Administration: The Complete Linux Bootcamp for 2022

Linux Administration (Ubuntu and CentOS) for Beginners. Get the Linux skills to boost your career and get ahead.
4.7
4.7/5
(1,180 reviews)
8,499 students
Created by

9.9

Classbaze Grade®

9.9

Freshness

9.2

Popularity

10.0

Material

Linux Administration Ubuntu and CentOS from scratch. Get the Linux skills to boost your career and get ahead.
Platform: Udemy
Video: 21h 13m
Language: English
Next start: On Demand

Best Linux classes:

Classbaze Rating

Classbaze Grade®

9.9 / 10

CourseMarks Score® helps students to find the best classes. We aggregate 18 factors, including freshness, student feedback and content diversity.

Freshness

9.9 / 10
This course was last updated on 3/2022.

Course content can become outdated quite quickly. After analysing 71,530 courses, we found that the highest rated courses are updated every year. If a course has not been updated for more than 2 years, you should carefully evaluate the course before enrolling.

Popularity

9.2 / 10
We analyzed factors such as the rating (4.7/5) and the ratio between the number of reviews and the number of students, which is a great signal of student commitment.

New courses are hard to evaluate because there are no or just a few student ratings, but Student Feedback Score helps you find great courses even with fewer reviews.

Material

10.0 / 10
Video Score: 10.0 / 10
The course includes 21h 13m video content. Courses with more videos usually have a higher average rating. We have found that the sweet spot is 16 hours of video, which is long enough to teach a topic comprehensively, but not overwhelming. Courses over 16 hours of video gets the maximum score.
The average video length is 5 hours 28 minutes of 195 Linux courses on Udemy.
Detail Score: 10.0 / 10

The top online course contains a detailed description of the course, what you will learn and also a detailed description about the instructor.

Extra Content Score: 9.9 / 10

Tests, exercises, articles and other resources help students to better understand and deepen their understanding of the topic.

This course contains:

55 articles.
48 resources.
0 exercise.
0 test.

In this page

About the course

***Fully updated for 2022*** This Linux Administration course covers every major topic, including all important Linux commands, the Linux Filesystem, File Permissions, Process Management, User Account Management, Software Management, Networking in Linux, System Administration, Bash Scripting, Iptables/Netfilter Firewall, Linux Security and many more!
I’m constantly updating the course to be the most comprehensive, yet straightforward, Linux Administration course on the market!
Course Updates:
•Update: November 2021 – Updates to be 2022 ready.
•Update: June 2021 – NEW Bonus Section on IPFS (InterPlanetary File System).
•Update: November 2020 – Updates to be 2021 ready.
•Update: November 2020 – New BIG Section: Hands-On Project – Configuring a Linux Server from Scratch in the Cloud (VPS, DNS – BIND9, WEB – Apache2, PHP, MySql, WordPress, Security).
•Update: October 2020 – New Videos in the Linux System Administration Section on how to work directly with device files (the dd command) and how to get system hardware information (lwhw, lscpu, lsusb, lspci, dmidecode, hdparm) + Quiz and Challenges for you to practice what you’ve learned.
•Update: September 2020 – NEW Section: Bash Shell Scripting (2.5 hours of HD videos, coding sections, Quizzes, and Hands-On Challenges with Solutions).
•Course Launch: August 23, 2020

This course IS NOT like any other Linux Administration course you can take online. At the end of this course, you will MASTER the key concepts and you will become an effective Linux System Engineer or Administrator.
This is a brand new Linux Administration course launched in August 2020 and it’s updated to teach you the skills required for the future that comes.
The world is changing, constantly, and at a fast pace! The technology-driven future in which we’ll live is filled with promise but also challenges. Linux powers the servers of the Internet and by enrolling in this course you’ll power the essential Linux concepts and commands. This Linux Administration course is really different! You’ll learn what really matters and you’ll get the skills to get ahead and gain an edge.

Do you want to learn a new valuable skill, get hired, get a promotion, or simply prepare for the future that comes? Well, then this Linux course is for you!
By enrolling in this Linux Administration course now, you make the best investment in your career!
By the end of this course, you’ll have an in-depth knowledge of how the Linux Operating System works and how you can best deal with it.
This course is for you if you want to learn Linux applied to the real-world.
It’s specially designed for you whether you have no experience in Linux, you’ve taken other related courses and you want to fill in gaps or level up your skills, or you are coming from other fields like Networking or Programming.
You’ll have access to my closed and exclusive online Group in order to provide you with improved, faster, and better support for your course-related questions.
This course is taught by me, a Senior Network Engineer and Professional Trainer. Why should you learn from me?
•I’m a Practitioner and an Enthusiast. Welcome to the real world! I’ve been using Linux for the last 15 years in real-world projects. I’m not just a random guy that teaches Linux Administration. Just imagine that during this time I’ve learned and applied more and more almost on a daily basis. And now I’m giving everything to you!
•I’m an Educator and I know how to make a Syllabus. I know exactly what is important and what is not. For the last 10 years, I’ve trained thousands of people on Linux Administration, Security, Networking, and Programming.
•You’ll learn not only some commands and tools but also how to combine them for real-world jobs. After this course, you’ll be an effective Linux System Engineer or Administrator!
You’ll have lifetime access and you can return and look for a specific Linux concept or command anytime you want. And let’s not forget, if you don’t like the course, you are covered by a 30-day money-back guarantee, full refund, no questions asked!

The topics covered in this Linux Administration course are:
•Setting Up the Environment (Installing both Ubuntu and CentOS)
•The Linux Terminal In Depth
•The Linux File System
•Absolute vs. Relative Paths. Walking through the File System (pwd, cd, tree)
•The LS Command In-Depth (ls)
•Understanding File Timestamps: atime, mtime, ctime (stat, touch, date)
•Viewing Files (cat, less, more, tail, head, watch)
•Creating Files and Directories (touch, mkdir)
•Copying, Moving, Renaming, and Deleting Files and Directories (cp, mv, rm, shred)
•Working With Pipes in Linux (|, wc)
•Command Redirection (>, >>, 2> &>, cut, tee)
•Finding Files and Directories (locate, find, which)
•Find and Exec
•Searching for String Patterns (grep, strings)
•Comparing Files (cmp, diff, sha256)
•The VIM Editor In Depth
•Compressing and Archiving Files and Directories (tar, gzip, bzip2)
•Hard and Symbolic Links. The Inode Structure

•User Accounts Management
•Understanding passwd and shadow files
•Understanding Linux Groups (groups, id)
•Creating, Changing, and Removing User Accounts User Accounts (useradd, usermod, userdel)
•Group Management (groupadd, groupdel, groupmod)
•User Account Monitoring (whoami, who am i, who, id, w, uptime, last)

•Linux File Permissions
•Octal (Numeric) Notation of File Permissions
•Changing File Permissions (chmod)
•Changing File Ownership (chown, chgrp)
•Understanding SUID (Set User ID), SGID (Set Group ID), and the Sticky Bit
•Umask
•Understanding Files Attributes (lsattr, chattr)

•Linux Process Management
•Processes and The Linux Security Model
•Listing Processes (ps, pstree, top, htop)
•Signals and Killing Processes (kill, pkill, killall, pidof)
•Foreground and Background Processes
•Job Control (jobs, fg, bg)

•Networking on Linux
•Getting Information and configuring the Network Interfaces (ip, ifconfig, route)
•Setting Up Static IP on Ubuntu (netplan)
•Testing and Troubleshooting Network Connectivity
•Using, Troubleshooting, and Securing SSH (sshd)
•Copying Files Over the Network (scp)
•Synchronizing Files and Directories using rsync
•Using wget
•Checking for Listening Ports (netstat, ss, lsof, telnet, nmap)

•Software Management
•DPKG (Debian and Ubuntu Based Distros) and APT
•DNF (RedHat Based Distros)
•Compiling Software From Source Code: Lab ProFTPD

•Linux System Administration
•Task Automation and Scheduling Using Cron (crontab) and Anacron
•Mounting and Unmounting File Systems (df, mount, umount, fdisk, gparted)
•Working With Device Files (dd)
•Getting System Hardware Information (lwhw, lscpu, lsusb, lspci, dmidecode, hdparm)
•Service Management (systemd and systemctl)

•Bash Shell Scripting
•Security: Information Gathering and Sniffing Traffic
•Security: Netfilter/Iptables Firewall
•Security: SSH PKI & SSH Hardening
Every topic includes many live examples, both on Ubuntu and CentOS, a command section, lots of quizzes, slides, and many practice challenges.
The skills you’ll learn will boost your career and make you even more valuable on the job market.

What can you learn from this course?

✓ Become a professional Linux Sysadmin and get hired.
✓ You will MASTER all the Linux key concepts and commands starting from scratch. No prior Linux knowledge is required.
✓ Learn how to set up the Linux environment (Installing both Ubuntu and CentOS in a VM)
✓ Build a COMPLETE understanding of Linux OS (Distribution Independent) from the ground.
✓ For each Linux key concept or command you’ll get an High-Quality Video, a Cheatsheet, a Quiz, Practice Exercises and Slides.
✓ Master all important Linux commands.
✓ Understand Linux File Permissions, Processes, User Account Management, Linux Networking or Software Management.
✓ You will MASTER Ethical Hacking and Network Security Key Concepts (Reconnaissance, Sniffing, Iptables Firewall …).
✓ Acquire an good understanding of Netfilter/Iptables Linux Firewall (Chains, Tables, Matches, Targets).
✓ By the end of this course you will have a deep understand of the Linux operating system and be able to apply that knowledge in a hands-on manner.

What you need to start the course?

• A computer (Windows, Mac, or Linux) with an Internet connection. That’s it!
• No prior Linux knowledge is required. You will learn everything from scratch!
• Your time and enthusiasm to learn.
• This course is targeted primarily at beginners. If you have more than a few years Linux experience, this course might not be for you.

Who is this course is made for?

• Beginners who want to gain a complete and practical understanding of the Linux Operating System and Linux Command Line.
• People with some Linux experience who want to fill in gaps and become effective Sysadmins.
• Professionals that need to learn Linux to become more effective at their daily job. Application support engineers or developers that are required to use the Linux operating system.
• This course is targeted primarily at beginners.

Are there coupons or discounts for Linux Administration: The Complete Linux Bootcamp for 2022 ? What is the current price?

The course costs $19.99. And currently there is a 80% discount on the original price of the course, which was $99.99. So you save $80 if you enroll the course now.
The average price is $15.6 of 195 Linux courses. So this course is 28% more expensive than the average Linux course on Udemy.

Will I be refunded if I'm not satisfied with the Linux Administration: The Complete Linux Bootcamp for 2022 course?

YES, Linux Administration: The Complete Linux Bootcamp for 2022 has a 30-day money back guarantee. The 30-day refund policy is designed to allow students to study without risk.

Are there any financial aid for this course?

Currently we could not find a scholarship for the Linux Administration: The Complete Linux Bootcamp for 2022 course, but there is a $80 discount from the original price ($99.99). So the current price is just $19.99.

Who will teach this course? Can I trust Andrei Dumitrescu?

Andrei Dumitrescu has created 8 courses that got 10,051 reviews which are generally positive. Andrei Dumitrescu has taught 68,725 students and received a 4.6 average review out of 10,051 reviews. Depending on the information available, we think that Andrei Dumitrescu is an instructor that you can trust.
DevOps Engineer and Professional Trainer
I’ve been a Network and Software Engineer for over 15 years, the typical profile of a DevOps Engineer.
I’ve co-founded Crystal Mind Academy, a Cisco Academy and professional training center in Romania, that focuses on teaching cutting-edge technologies to students.
I have contributed to education in the areas of programming, information security, and operating systems. During the last 15 years, more than 50,000 thousand students have participated in in-person or online training programs at Crystal Mind Academy.
I have developed documentation, labs, and case studies for many training programs such as Cisco CCNA, CCNA Security, CCNP, Linux Administration, Information Security, Python Programming, Network Automation with Python or Blockchain Programming (Ethereum/Solidity) which have been successfully attended by thousands over the years.
When I’m not working, I crossfit, read a good book, enjoy a good time or travel with my wife and children.
Browse all courses by on Classbaze.

9.9

Classbaze Grade®

9.9

Freshness

9.2

Popularity

10.0

Material

Platform: Udemy
Video: 21h 13m
Language: English
Next start: On Demand

Classbaze recommendations for you