In the Linux Crash Course series, we’ll go over one important foundational Linux topic each episode. This series includes tutorials, demonstrations, and more! In this episode, we’ll take a look at how we can determine how much storage we have remaining, and we’ll also tackle how to determine which directories are using up the most space.
When it comes to filesystems, btrfs is definitely a bird of another color! In this video, Jay from Learn Linux TV will break down some of the finer-points of this modern filesystem, which will include topics such as how it differs from other technologies, how to take snapshots, creating a btrfs volume of your own, and more!
HP has released a Linux notebook! No, we aren’t in an alternate dimension, the Dev One notebook from HP is here, and it’s powered by Pop!_OS! LearnLinuxTV’s coverage of the HP Dev One begins with this video, where we’ll go over its specs, hardware, and much more. This is the best Linux notebook of 2022 so far, be sure not to miss it!
The Linux Crash Course is a tutorial series that goes over all of the core concepts regarding Linux that you’ll need to know, one video at a time. In this episode, the wget command is covered.
There’s a handful of popular package managers that are used on various Linux distributions, and dnf is among the most popular. It’s the default package manager on distros such as Red Hat, CentOS, AlmaLinux, Rocky Linux, Fedora, among others. In this video, we’ll explore the dnf command and see examples of basic usage.
Thank you to Linode for sponsoring this episode of Linux Essentials. Check out Linode and get $100 in free starter credit toward your new account.
Gitea is a self-hosted git server you can run on your Linux rig, enabling you to be in full control of hosting your own repositories. In this video, the process of setting up Gitea is shown on an AlmaLinux server. You’ll see the process of setting up the server, installing Gitea, and even making your first commit to a repository that’s being hosted on your new server.
Continue reading for an overview of the commands that were used in this video.
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.
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.
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.