Switching to Linux is one of the best decisions you can make for your computer — but knowing where to start is another matter entirely. This book is your guide through that transition, written by Jay LaCroix, creator of the Learn Linux TV YouTube channel, with over a decade of experience helping people make Linux approachable.
Whether you’re fed up with Windows nudging you toward Microsoft Edge or Apple prompting you to sign in to yet another account, Linux offers a computing experience designed to work for you, not against you. You’ll learn everything you’ll need to know — from understanding what Linux actually is, to choosing a distribution, installing it, and using it confidently day to day.
By the end, you won’t just have Linux running on your computer. You’ll understand it!
The latest long-term supported Ubuntu release is here – Ubuntu 22.04 was released on April 21st. In this video, Jay will give you an in-depth look at this new release, including an overview of the new features, thoughts on the “snapped” version of Firefox, and also why Ubuntu’s GNOME implementation this time around can best be described as “FrankenGNOME”.
With the release of Ubuntu 22.04 LTS “Jammy Jellyfish”, we have an updated desktop experience with custom features, and long-term support for three years. In this video, we’ll take a look at the installation process. Nothing much has changed in the installer, but if you haven’t seen what the process looks like yet, then this video is for you.
AlmaLinux OS is a Linux distribution that aims to be a drop-in replacement for Red Hat Enterprise Linux, and is one of several potential distributions you can migrate to from CentOS as we used to know it. In this video, we’ll take a look at the installation process.
Thank you to Linode for sponsoring this video. Check out Linode and set up your very own AlmaLinux server in the cloud!
Rocky Linux aims to be “100% bug-for-bug compatible” with Red Hat Enterprise Linux, and is one of several potential distributions you can migrate to from CentOS as we used to know it. In this video, we’ll take a look at the installation process.
You’ve probably heard of the “grep” command, but did you know about ripgrep? ripgrep is a “line-oriented search tool” that you can use to quickly find text within files, with additional features. Also, a few tools from the “Modern UNIX” suite are discussed in this video as well.
Have you considered using a YubiKey? In this complete guide, you’ll learn everything you need in order to get started with these awesome security keys. We’ll go over the differences between the available models, which one you should buy, as well as how to set it up to protect local logon for Linux, macOS, and Windows. In addition, two methods for protecting OpenSSH via YubiKeys are also covered.
It can be a bit frustrating when hardware doesn’t work on your Linux install, especially WiFi. Sometimes, WiFi works out of the box – and other times, not so much. In this video, Jay from LearnLinuxTV will let you know why this is sometimes a problem, as well as some of the things you can do about it.
For the entire history of LearnLinuxTV, countless distributions have been reviewed. After all this time, the best distribution of Linux has FINALLY been found! In this review, we’ll take a look at the great DJL!
The grep command – one of the most popular Linux commands, and definitely deserving of a feature video in the Linux Essentials series. In this video, Jay goes over the basics of the grep command, along with some useful examples.
Do you know where your most-used files and directories are? Sure, there’s more than a few commands you can run to find out, but ncdu is a great tool for this purpose. Using ncdu, you can scan your entire hard disk (or any mounted filesystem) and determine where your storage pain points are – and take action!
Monitoring the resources of your Linux server and watching for negative trends is one way to stay ahead of potential performance issues, and the sar command will help you do exactly that. In this video, Jay goes over the basics of the sar command.
In the Linux Essentials series, we’ll go over the basics of a Linux command or feature in every episode. This time around, it’s all about the echo command. The echo command allows you to print text, but it also allows you to do other things as well, such as printing the contents of variables.