Learn Linux In 5 Days

Tags: Linux

Use the in-demand Linux skills you learn in this course to get promoted or start a new career as a Linux professional.

Last updated 2022-01-10 | 4.5

- By the end of this course you will understand the fundamentals of the Linux operating system and be able to apply that knowledge in a practical and useful manner.

What you'll learn

By the end of this course you will understand the fundamentals of the Linux operating system and be able to apply that knowledge in a practical and useful manner.

* Requirements

* A desire to learn.

Description

JOIN THE OTHER 20,000 SUCCESSFUL STUDENTS WHO HAVE ALREADY TAKEN THIS COURSE

If you want to learn how to use Linux and level up your career but are pressed for time, read on. Hello. 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.

That's why I've created this course. 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.

So, if you can spare a few minutes a day and want to learn the ins-and-outs of the Linux Operating System, join me and the other students in this course today.

Free Bonus - How to Install WordPress on Your Very Own Linux System

As an added bonus for enrolling in the Learn Linux in 5 Days video training course, you'll receive a step-by-step checklist and video that teaches you how to install WordPress on an Ubuntu 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.

You'll learn how to install a web server, how to install a database server, how to create database users, and how to configure 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.

____________________

Learn Linux in 5 Days 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 Learn Linux in 5 Days:

  • 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.
  • Unconditional Udemy 30 day money-back guarantee - that's my personal promise of your success!

What you learn in Learn Linux in 5 Days applies to any Linux environment including Ubuntu, Debian, Kali Linux, Linux Mint, RedHat, Fedora, OpenSUSE, Slackware, and more.

Enroll now and start learning the skills you need to level up your career!

Who this course is for:

  • People with limited time.
  • Anyone with a desire to learn about Linux.
  • People that have Linux experience, but would like to learn about the Linux command line interface.
  • Existing Linux users that want to become power users.
  • People that need Linux knowledge for a personal or business project like hosting a website on a Linux server.
  • Professionals that need to learn Linux to become more effective at work. Helpdesk staff, application support engineers, and application developers that are required to use the Linux operating system.
  • People thinking about a career as a Linux system administrator or engineer, but need the basics first.
  • Researchers, college professors, and college students that will be using Linux servers to conduct research or complete course work.

Course content

11 sections • 87 lectures

Course Overview Preview 02:30

The course overview lesson describes what you will learn during each day of the "Learn Linux in 5 Days" course.

Background and Introduction Preview 06:46

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, Ubuntu, Debian, OpenSuse, and SLES (SuSE Linux Enterprise Server).

Linux Distributions Preview 05:09

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), CentOS, and Ubuntu.

Other Distros are mentioned, such as Linux Mint, Debian, Mageia, Fedora, OpenSUSE, Arch Linux, and Slackware.

Installing VirtualBox on Windows Preview 03:27

In this lesson you will learn how to install VirtualBox on Windows.

Installing VirtualBox on Mac Preview 02:55

In this lesson you will learn how to install VirtualBox on Mac.

Installing Linux Using an Image for VirtualBox Preview 06:24

In this lesson you will learn how to install CentOS 8 using a Virtual Disk Image (VDI) inside VirtualBox.  (This lesson also applies to RHEL 8.)

VirtualBox Troubleshooting Tips Preview 02:26

If you are having trouble getting VirtualBox to work, watch this lesson.

When to Install Linux from Scratch Preview 01:16

In this lesson you will learn why you need to know how to install Linux manually from scratch.

Installing CentOS from Scratch / CentOS Manual Installation Process Preview 22:45

In this lesson you will learn how to install CentOS 8 and/or RHEL (RedHat Enterprise Linux) 8.

Getting Connected Preview 11:27

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.

Connect Directly Preview 01:44

If you are not accessing a remote Linux system, connect to directly in VirtualBox.

Review Preview 00:27

The Linux Directory Structure Preview 10:02

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.

The Shell Preview 07:35

In this lesson you will learn what the Linux shell is, how to access it, and what the superuser account is.

Basic Linux Commands Preview 05:06

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.

Teach Yourself to Fish Preview 05:56

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.

Working with Directories Preview 08:57

In this lesson you will learn:

  • How to use directory shortcuts
  • How to execute commands out of your $PATH
  • How to create and remove directories

Listing Files and Understanding LS Output Preview 11:45

In this lesson you will learn how to list files with the ls command and how to interpret the ls output.

Quiz 1

File and Directory Permissions Explained - Part One Preview 11:14

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

File and Directory Permissions Explained - Part Two Preview 09:17

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

View Files and the Nano Editor Preview 05:16

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.

Editing Files in Vi Preview 09:58

In this lesson you will learn how to edit files with the vi editor and/or vim editor.

Vi Cheat Sheet Preview 1 page

This is a vi cheat sheet.  You can use it for vi as well as vim.

Editing Files with Emacs Preview 05:40

In this lesson you will learn how to edit files with the emacs editor.

Emacs Cheat Sheet Preview 1 page

This is a cheat sheet for the Emacs editor.

Finding Files and Directories Preview 06:55

In this lesson you will learn about two commands that will help you find files and directories: locate and find.

Graphical Editors Preview 04:22

This lesson will touch on some of the graphical editors available in the Linux operating system.

Quiz 2

Deleting, Copying, Moving, and Renaming Files Preview 11:08

This lesson will cover how to delete, copy, move, and rename files in Linux.

Wildcards - Part One Preview 05:12

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.

Wildcards - Part Two Preview 07:03

In this second of a two-part lesson, you'll be given several Linux wildcard examples.

Input, Output, and Redirection Preview 07:46

This lesson covers the various types of input and output as well as how to redirect that input and output.

Comparing Files Preview 04:13

In this lesson you will learn three strategies for comparing the differences between two files on a Linux system.

Searching in Files and Using Pipes Preview 09:41

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.

Transferring and Copying Files over the Network Preview 06:35

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.

Customizing the Shell Prompt Preview 05:08

In this lesson you will learn how to customize your shell prompt.

Shell Aliases Preview 03:41

In this lesson you will learn how to list, create, delete, and persist shell aliases.

Review Preview 00:27

Quiz 3

Environment Variables Preview 07:55

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.

Environment Variables - Text Supplement Preview 2 pages

Processes and Job Control Preview 11:53

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.

Scheduling Repeated Jobs with Cron Preview 05:57

In this lesson you will learn how to schedule jobs and automate tasks using the cron service.

Switching Users and Running Commands as Others Preview 08:10

In this lesson you will learn how to switch to other accounts and run programs as different users.

Shell History and Tab Completion Preview 13:11

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.

Installing Software on RPM Based Linux Distros: RedHat, CentOS, AlmaLinux, Rocky Preview 20:42

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.

Installing Software on Debian Based Linux Distros: Debian, Ubuntu, Kali Linux Preview 12:28

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.

Quiz 4

Conclusion - Congratulations and Thank You! Preview 01:04

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

Bonus - Installing NGINX, MySQL, PHP, and Wordpress on Ubuntu Preview 29:02

This lesson covers installing Apache, MySQL, PHP, and Wordpress on an Ubuntu system.

Background and Introduction Preview 15 pages

Getting Access Preview 23 pages

Getting Connected Preview 9 pages

Linux Directory Structure Preview 29 pages

Welcome to Shell Preview 20 pages

Basic Linux Commands Preview 7 pages

Getting Help Preview 20 pages

Directories Preview 13 pages

Listing Files Preview 20 pages

Permissions Preview 30 pages

Finding Files Preview 9 pages

Nano Preview 9 pages

Vi Preview 18 pages

Emacs Preview 14 pages

Graphical Editors Preview 5 pages

Managing Files Preview 19 pages

Customizing the Shell Prompt Preview 8 pages

Wildcards Preview 11 pages

I/O Redirection Preview 9 pages

Comparing Files Preview 9 pages

Searching in Files Preview 16 pages

Transferring Files Preview 9 pages

Aliases Preview 9 pages

Switching Users and Sudo Preview 15 pages

Shell History Preview 19 pages

Environment Variables Preview 11 pages

Jobs Preview 13 pages

Cron Preview 12 pages

Installing Software Preview 18 pages

Getting Access to a Linux System Preview 07:41

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.

Installing VirtualBox on Windows Preview 03:27

In this lesson you will learn how to install VirtualBox on Windows.

Installing VirtualBox on Mac Preview 01:11

In this lesson you will learn how to install VirtualBox on Mac.

Installing Linux Using an Image for VirtualBox Preview 04:50

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.

Installing Ubuntu from Scratch Preview 10:24

In this lesson you will learn how to install Virtualbox and Ubuntu.

Bonus Lecture Preview 01:08

The contents of this lecture are so secret I'm not even allowed to describe it! Open, if you dare.