The 2026 System76 Thelio Mira is one of the most interesting Linux desktops on the market β but is it actually worth your money? In this review I cover everything from first boot on Pop!_OS to running Fedora and Debian, real-world benchmarks, gaming performance, and whether this machine deserves a place in your homelab or on your desk.
In this video, I explore how AI can be used for System Administration by integrating Claude Code. I walk through a real experiment where I tested AI against my infrastructure automation workflow to see how useful AI really is for sysadmins.
Is AI a blessing or a curse? Check out the video to learn more about this experiment as well as my findings.
Is Linux uptime really something to brag about? Many system administrators proudly show off servers that havenβt been rebooted in months or even yearsβbut that mindset can actually create serious problems!
In this video, I’ll break down why you might be revealing more than you intended to, and why rebooting your Linux server regularly can actually be a best practice. From applying security updates to maintaining system reliability, avoiding reboots can introduce risks that many sysadmins overlook.
In this tutorial we build an automated Linux backup using rsync and a systemd timer.
In this step-by-step tutorial, we’ll create a reliable rsync backup script, test it safely using dry-run mode, and automate it using a systemd service and timer so your backups run automatically. Youβll also learn how to prevent silent backup failures by adding a mount check, and how to integrate healthchecks.io so you get alerts if your backup script fails.
This tutorial is perfect for Linux users, sysadmins, and homelab enthusiasts who want a simple, reliable, and transparent backup solution without relying on heavy backup software.
Want to show system information at login in Linuxβwithout relying on neofetch? In this hands-on Linux project, youβll build a custom Message of the Day (MOTD) that displays live system info every time you log in.
This video is designed as a learn-by-doing Linux project. Youβll write a Bash script, create a systemd service, and set up a systemd timer to automatically regenerate your MOTD. By the end, youβll have a clean, professional login message that works across reboots and loginsβno manual commands required.
In this video, I deploy real applications on a Linux VPS using Coolify and Portainer on RamNode. Starting from a fresh Ubuntu instance, I walk through best practices, install both platforms from scratch, and show how they simplify app and container management.
Along the way, I explore RamNode features like security groups, snapshots, and access control to lock things down properly. If youβre interested in self-hosting, Docker, or getting more out of a VPS, this video is a great place to start.
This video was sponsored by RamNode. Check them out and develop, deploy, and grow your project or business on their OpenStack-based cloud platform. Check them out and use promo code “LEARNLINUXTV” to set up a free trial and get $5 in starter credit!
Learning Linux doesnβt have to be overwhelming. In this video, I share 5 practical tips to help you learn Linux faster, avoid common beginner mistakes, and build real skills that actually stick.
Whether youβre new to Linux, switching from Windows or macOS, or just feeling stuck, these Linux learning tips will help you focus on what matters mostβwithout burnout or wasted time.
In this complete Icinga monitoring tutorial, I walk you through installing and configuring Icinga 2 on Ubuntu from scratch. This is a full getting-started guide designed for Linux administrators, homelab users, and anyone who wants to set up real infrastructure monitoring the right way.
Thanks to Icinga for sponsoring this tutorial! With Icinga (and this tutorial as your guide) you’ll be monitoring your servers like a pro in no time! Check out Icinga here.
Distro hopping gets a bad reputation in the Linux community β but what if itβs actually a good thing?
In this video, I explain why distro hopping can be beneficial, how it helps you learn Linux faster, and why switching between Linux distributions can actually make you a better system administrator and problem solver.
Are you a Distro Hopper? If so, consider supporting Learn Linux TV and grab this awesome Distro Hopper shirt!
Did you know you can make Bash automatically run ls every time you use cd? In this video, I show a simple but powerful Bash trick that improves your Linux command-line workflow by automatically listing files whenever you change directories.
We start by creating a custom cd function in Bash, then I walk through exactly how it works so you understand whatβs happening behind the scenes. This approach helps you learn more about Bash functions, shell behavior, and how to customize your terminal in a practical, real-world way. Once youβve set this up, navigating directories becomes faster and more informative, especially when working in complex file structures.
As a bonus, I also demonstrate how to create a reusable extract function that can automatically unpack many common archive formats from the command line, saving you even more time.
If youβre looking for useful Bash tips, want to customize your Linux terminal, or enjoy learning small tricks that improve productivity, this video is for you.