
Learn Linux from a desktop perspective, mastering installing, file system basics, and the command line with vi, while comparing it to Windows and Mac OS.
Trace the evolution from mainframe computing to a free, open source Linux kernel led by Linus Torvalds, with open source distros and wide Linux adoption in servers and devices.
Install Linux as the sole OS or dual boot with Windows or Mac, using Linux Mint Cinnamon, set up the bootloader, and back up with image cloning.
Navigate a Linux workstation on the Linux Mint Cinnamon desktop, use the start menu and app categories, access Firefox and LibreOffice, and explore Nemo file manager with your home directory.
Explore how Linux uses a single root file system starting at the root directory, replaces drive letters, and organizes user files under /home with case-sensitive file and directory names.
Master navigating the Linux file system from the command line with ls, cd, and pwd; use man pages, tab completion, and safe file operations (cp, mv, rm, mkdir) with sudo.
Manage Linux users and groups with GUI tools, adding users (full name, username), setting initial passwords, and assigning groups, noting lower case names and GNOME system tools.
Learn to add, delete, and list groups with the group command, verify with /etc/group, and add users using usermod -a -G, noting -a appends and -g changes primary.
This is a bonus lecture that is from the upcoming course on Essential Linux Skills that I am currently working on. It goes over use of a number of utilities for working with text files on the command line.
You use terminal sessions to get to remote Linux servers. Sometimes these connections are dicey. Other times you might start something and want to move your computer somewhere else without stopping what is going on. Or you might want multiple prompts and screens to work at on the same machine. The tmux utility is the tool for this. This lesson will show you how to use tmux to find a lot more power in using terminal sessions.
This is an introductory course in Linux. In this course you will learn where to get Linux, how to install it, and how to use it. The class focuses on learning how to use the Linux desktop to encourage you to start using it for day to day work. You will also learn some of the basics that you need for supporting Linux servers as well.
Learning to use Linux for day to day use will help you become very comfortable with it so that you will find Linux fun, and also see the power of it. You will also build the solid foundation that you need to build on for becoming an incredible Linux system administrator too.