My name is Jason Cannon and I'm the author of Linux for Beginners as well as the founder of the Linux Training Academy. When I ask people to tell me what their biggest challenge is to learning Linux, they all say the same thing: Time.
My name is Jason Cannon and I'm the author of Linux for Beginners as well as the founder of the Linux Training Academy. When I ask people to tell me what their biggest challenge is to learning Linux, they all say the same thing: Time.
Give me just 45 minutes a day for the next 5 days and I will teach you exactly what you need to know about the Linux operating system. You'll learn the most important concepts and commands, and I'll even guide you step-by-step through several practical and real-world examples.
Free Bonus - How to Install WordPress on Your Very Own Linux System
First, you'll learn what software is required for WordPress to run on a Linux system. Next, you'll be given the exact commands to type that install all the required software and WordPress.
Before you know it, you'll have a fully functioning blog on your hands. This is a great way to put your new-found Linux skills to good use. Totally optional, but very cool: If you want to host your blog on the internet on your very own installation of Linux, I'll show you were you can get hosting for just $5 a month.
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.
Enroll now and start learning the skills you need to level up your career.
The course overview lesson describes what you will learn during each day of the "Learn Linux in 5 Days" course.
In this lesson you will learn:
What Linux is
Brief history of Linux
What a Linux Distribution or Linux Distro is
Reasons Linux is used
You'll briefly be introduced to: RHEL (RedHat Enterprise Linux), Fedora, CentOS, AlmaLinux, Rocky Linux, Ubuntu, Debian, OpenSuse, and SLES (SuSE Linux Enterprise Server).
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.)
In this lesson, you will learn how to install VirtualBox on Macs that contain an Intel CPU.
NOTE: If you are using a Mac that contains an Apple Silicon chip such as the M1, M2, or newer, skip this lesson and proceed to the Apple Silicon lesson.
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.)
If you are having trouble getting VirtualBox to work, watch this lesson.
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 what the Linux shell is, how to access it, and what the superuser account is.
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
In this lesson you will learn:
How to navigate Linux man pages.
How the $PATH environment variable is used.
What the which command does.
How to ask commands for help.
How to search man pages.
In this lesson you will learn:
In this lesson you will learn how to list files with the ls command and how to interpret the ls output.
The Linux file permissions lesson is broken into two parts. 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
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 various commands that can be used to view files as well as how to use the nano text editor.
In this lesson you will learn how to edit files with the vi editor and/or vim editor.
This is a vi cheat sheet. You can use it for vi as well as vim.
In this lesson you will learn how to edit files with the emacs editor.
This is a cheat sheet for the Emacs editor.
This lesson will touch on some of the graphical editors available in the Linux operating system.
This lesson will cover how to delete, copy, move, and rename files in Linux.
In this first of a two-part lesson, you'll learn what a wildcard is in Linux, you'll be given a list of Linux wildcards, and be introduced to wildcard number ranges.
In this second of a two-part lesson, you'll be given several Linux wildcard examples.
This lesson covers the various types of input and output as well as how to redirect that input and output.
In this lesson you will learn three strategies for comparing the differences between two files on a Linux system.
In this lesson you will learn how to search through the contents of files. Additionally you will learn about pipes and how they can be used to aid searches.
In this lesson you will learn how to transfer and copy files over the network, be it between two Linux systems, or between Windows and Linux, or Mac and Linux.
See the supplementary material for a list of SCP and SFTP clients.
In this lesson you will learn how to customize your shell prompt.
In this lesson you will learn how to list, create, delete, and persist shell aliases.
In this lesson you will learn:
How to set and list environment variables
How to unset or remove an environment variable
How to save environment variables between sessions
Commands covered include: printenv, env, and echo.
In this lesson you will learn how to display information about running programs and processes. You will also learn how to control the behavior of processes, including running processes in the background and terminating processes.
In this lesson you will learn how to schedule jobs and automate tasks using the cron service.
In this lesson you will learn how to switch to other accounts and run programs as different users.
In this lesson you will learn how to manipulate your shell history. Additionally, you will learn how to use tab completion. Finally, command line editing is covered.
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.
Thanks for taking the "Learn Linux in 5 Days" course! If you found it helpful, please leave a review. If you need help with anything, please let me know.
Thanks and congrats!
Jason
Instructor
In this lesson you will learn how to connect to a Linux system directly and over the network. You'll learn about SSH and the software that you'll need to connect to a Linux system.
This lesson covers installing Apache, MySQL, PHP, and Wordpress on an Ubuntu system.
In this lesson you will learn several methods that you can use to get access to a Linux system.
NOTE: In addition to http://simpleshell.com you can use http://www.webminal.org or http://linuxzoo.net.
In this lesson you will learn how to install VirtualBox on Windows.
In this lesson you will learn how to install VirtualBox on Mac.
In this lesson you will learn how to create a Linux Virtual Machine using VirtualBox and Virtual Disk Images.
The Linux Virtual Machine can be used to practice your Linux skills as you progress through the course.
In this lesson you will learn how to install Virtualbox and Ubuntu.
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.