The Linux Crash Course goes over the most important Linux commands, skills, and topics to help you become the best Linux Administrator you can be. Each video covers a dedicated topic, and can be watched in any order. In this video, the zypper command is covered.
In the Linux Crash Course series, you’ll learn all about a Linux-related topic – one video at a time. In this episode, we explore desktop environments. What are they? How do they differ from Window Managers? Why are there so many of these? Answers to those questions (and more) in this episode of the Linux Crash Course!
What exactly is a “distribution” of Linux and why are there so many? In this video, new Linux users will discover what exactly makes up a distro. In addition, a few example Linux distributions are shown, such as Fedora, Ubuntu, and a few more.
With the Linux Crash Course series on LearnLinuxTV, you’ll learn everything you need to know in order to master the art of Linux. In each video, a single topic is covered in-depth. This time around, we take a look at the ls command – a command that many of you have probably already used, but there’s always more to learn!
Thanks to Linode for sponsoring today’s video! Definitely check them out – you can have your very own Linux server set up in mere minutes!
When it comes to computing, it’s often said that the key to efficiency is to not repeat yourself. That’s true. Except for the the watch command – it’s intended use-case is to repeat a command over and over. Believe it or not, it can really come in handy. Learn all about the watch command by watching this watch tutorial.
Thank you to Linode for sponsoring today’s video! Check out their awesome cloud platform and set up your very own Linux Server!
While technologies such as Samba and NFS are very effective when you want to share files with other users, those solutions may not be best for those with simpler file sharing needs. In this video, sshfs is covered, which is a fuse-based solution that enables you to quickly share directories on your network.
Note: sshfs no longer has a maintainer, so don’t use this solution for confidential or proprietary files. Check out the repository and consider volunteering to maintain this awesome solution.
Do you want to Learn Linux? The Linux Crash Course series contains video lessons on all kinds of Linux commands and concepts. In this episode, we’ll take a look at the concept of $PATH in Linux. You’ll learn what it is, why it’s helpful, and also how to customize it.
In the Linux Crash Course series, we go over one important foundational topic around Linux one video at a time! And this time around, the diff command takes the spotlight. In this video, you’ll see examples of the diff command in action, and more.
Thanks to Linode for sponsoring the Linux Crash Course series! Check them out and get your very own cloud Linux server.
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, Jay will go over the basics of the cat command. And best of all, this video will feature REAL CATS!
The “Load Average” within our Linux servers and workstations enables administrators to understand how well the system is keeping up with its workload. By reading the values within the Load Average, we can also determine the overall performance of the system over several time periods, which will give us an idea on how the workloads are progressing. In this video, Jay will teach you how to fetch the current load average, and how to read the values.
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, Jay will go over the basics of archiving folders on Linux systems. More specifically, examples of the tar and gzip commands are shown.
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, the head and tail commands are both covered. These commands enable you to view the first and last ten lines of a file. But there’s also some additional functionality that we’ll explore in this video as well.