If you want to learn Linux system administration and supercharge your career, read on.
If you want to learn Linux system administration and supercharge your career, read on.
Hello. My name is Jason Cannon and I'm the author of Linux for Beginners, the founder of the Linux Training Academy, and an instructor to thousands of satisfied students. I started my IT career in the late 1990's as a Unix and Linux Systems Engineer and I'll be sharing my real-world Linux experience with you throughout this course.
By the end of this course you will fully understand the most important and fundamental concepts of Linux server administration. More importantly, you will be able to put those concepts to use in practical real-world situations. You'll be able to configure, maintain, and support a variety of Linux systems. You can even use the skills you learned to become a Linux System Engineer or Linux System Administrator.
Free Bonus - Video Demonstrations from my best-selling book, Command Line Kung-Fu.
In this series of videos I'll be sharing with you some of my favorite Linux command line tricks. These tips will make your life easier at the command line, speed up your work flow, and make you feel like a certified Linux command line Ninja. If you want to see the pages of Command Line Kung-Fu come to life, then you have to watch these videos.
This Linux course doesn't make any assumptions about your background or knowledge of Linux. You need no prior knowledge to benefit from this course. You will be guided step by step using a logical and systematic approach. As new concepts, commands, or jargon are encountered they are explained in plain language, making it easy for anyone to understand. Here is what you will learn by taking Linux Bootcamp:
How to get access to a Linux server if you don't already.
What a Linux distribution is and which one to choose.
What software is needed to connect to Linux from Mac and Windows computers.
What SSH is and how to use it.
The file system layout of Linux systems and where to find programs, configurations, and documentation.
The basic Linux commands you'll use most often.
Creating, renaming, moving, and deleting directories.
Listing, reading, creating, editing, copying, and deleting files.
Exactly how permissions work and how to decipher the most cryptic Linux permissions with ease.
How to use the nano, vi, and emacs editors.
Two methods to search for files and directories.
How to compare the contents of files.
What pipes are, why they are useful, and how to use them.
How to compress files to save space and make transferring data easy.
How and why to redirect input and output from applications.
How to customize your shell prompt.
How to be efficient at the command line by using aliases, tab completion, and your shell history.
How to schedule and automate jobs using cron.
How to switch users and run processes as others.
How to find and install software.
How the boot process works on Linux servers and what you can do to control it.
The various types of messages generated by a Linux system, where they're stored, and how to automatically prevent them from filling up your disks.
Disk management, partitioning, and file system creation.
Logical Volume Manager (LVM) - extending disk space without downtime, migrating data from one storage to another, and more.
Managing Linux users and groups.
Networking concepts that apply to system administration and specifically how to configure Linux network interfaces.
How to configure sudo.
Managing process and jobs.
Linux shell scripting
Unconditional Udemy 30 day money-back guarantee - that's my personal promise of your success.
What you learn in Linux Bootcamp applies to any Linux environment including CentOS, Ubuntu, Debian, Kali Linux, Linux Mint, RedHat Linux, Fedora, OpenSUSE, Slackware, AlmaLinux, Rocky Linux, and more.
Earn CompTIA Linux+ CEUs.
Keep your CompTIA Linux+ Certification up-to-date by earning Continuing Education Units (CEUs) with this course. Why go through the hassle of retesting when you can renew your certification?
Enroll now and start learning the skills you need to level up your career.
In this lesson, you will learn:
What a Linux Distribution or Linux Distro is
What the most common Linux Distros are
How to choose the right Linux Distro
Specifically, you'll learn about the most popular Linux Distros including RHEL (RedHat Enterprise Linux), AlmaLinux, Rocky Linux, CentOS, and Ubuntu.
Other Distros are mentioned, such as Linux Mint, Debian, Manjaro, OpenSUSE, Pop!_OS, Fedora, Arch Linux, Fedora, and Slackware.
In this lesson you will learn how to install, use, and remove a Linux distro using Windows Subsystem for Linux (WSL) on Windows. You will also learn how to access the Linux files and directories using the Windows File Explorer.
In this lesson, you will learn how to install VirtualBox 7 on Windows 11. (If you need help installing VirtualBox on another version of Windows, please ask for help in the class discussion forum. I'll be happy to help you get Linux installed on your system.)
Note: Only use this lesson if you are using Mac with an Intel processor as your operating system. If you are not, proceed to the next lesson.
Learn how to install Vagrant and VirtualBox on Mac.
In this lesson, you will learn how to install AlmaLinux 9 using an OVA file inside VirtualBox. (This lesson also applies to RHEL 9, Rocky Linux 9, and CentOS 9.)
This lesson is for Mac users who have an Apple Silicon CPU in their systems, such as the M1, M2, or newer.
In this lesson, you will learn why you need to know how to install Linux manually from scratch.
In this lesson, you will learn how to install AlmaLinux 9 and/or RHEL (RedHat Enterprise Linux) 9.
In this lesson, you will learn how to connect directly to a Linux system installed on physical hardware or inside a virtual machine. Graphical and text-based logins will be covered.
In this lesson, you will learn about the Linux directory structure. You'll learn where different components of the operating system are located. You'll also learn how applications can employ the same conventions for their directory structures.
In this lesson you will learn some basic, yet essential Linux commands. You will be given an overview of each command and then a demonstration.
Commands include:
pwd
cd
ls
cat
man
clear
exit
This is part two of the Linux file permissions lesson. In this lesson you will learn about:
Symbolic permissions
Numeric and octal permissions
File versus directory permissions
Changing permissions
Working with groups
File creation mask
In this lesson, you will learn about two commands that will help you find files and directories: locate and find.
In this lesson you will learn how to search for, install, and remove software on RPM based distros such as RedHat Enterprise Linux, CentOS, AlmaLinux, Rocky Linux, and Fedora.
In this lesson you will learn how to search for, install, and remove software on Debian based distros such as Debian, Ubuntu, Kali Linux, Parrot OS, and Linux Mint.
LVM stands for Logical Volume Manager. The logical volume manager introduces extra layers of abstraction between the disks or storage devices presented to a Linux system and the file systems placed on those disks or storage devices.
Why to use LVM:
Flexible Capacity
Easily Resize Storage While Online
Online Data Relocation
Convenient Device Naming
Disk Striping
Data Redundancy / Data Mirroring
Snapshots
The logical volume manager introduces extra layers of abstraction between the storage devices and the file systems placed on those storage devices.
In this lesson you will learn about these layers of abstraction:
Physical volumes.
Volume Groups.
Logical Volumes.
In this lesson you will learn the process for creating Physical Volumes (PVs), Volume Groups (VGs), and Logical Volumes (LVs)
At a high level, the process for creating a logical volume is:
1. Create one or more physical volumes.
2. Create a volume group from those one or more physical volumes.
3. Finally, you can create one or more logical volumes from the volume group.
In this lesson you will learn how to extend Volume Groups (VGs) and Logical Volumes (LVs) with the vgextend and lvextend commands. In addition, you'll learn about Logical Extents and Physical Extents.
In this lesson you will learn how to create mirrored logical volumes.
In this lesson you will learn how to delete logical volumes, volume groups, and physical volumes. Commands covered include:
umount
lvremove
vgreduce
pvremove
vgremove
It is easy to move data from one storage device to another with LVM. In this lesson, you'll learn exactly how to do that with the pvmove command.
In this section you learned that LVM adds layers of abstraction between storage devices and file systems. These layers of abstraction include Physical Volumes, Volume Groups, and Logical Volumes.
You also learned how to configure LVM, starting with the pvcreate command to configure physical volumes, the vgcreate command to configure volume groups, and the lvcreate command to create logical volumes. From there, you treated the logical volumes like you would any other disk partitions. You created a file system on the logical volume and mounted it like any other file system.
From there you learned how to extend logical volumes using lvextend. When you needed to add more capacity to a volume group, you learned how to do so with the vgextend command.
You also learned how to create mirrored logical volumes by use the -m option to the lvcreate command.
Finally, you learned how to remove logical volumes with the lvremove command, remove physical volumes from volume groups with the vgreduce command, remove volume groups with vgremove, and remove physical volumes with the pvremove command.
This lesson covers the special modes of setuid, setgid, and the sticky bit.
The contents of this lecture are so secret I'm not even allowed to describe it! Open, if you dare.
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.