• System76 Thelio Mira (2026) Review: The Best Linux Desktop You Can Buy?

    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.

    YouTube player
    (more…)
  • I Let AI Run My Sysadmin Tasks… Here’s What Happened

    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.

    YouTube player
  • The Linux Uptime Obsession (Stop Bragging About This!)

    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.

    YouTube player
  • How to Automate Linux Backups Using rsync and systemd

    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.

    YouTube player
    (more…)
  • Build a Custom Linux MOTD with Bash and systemd!

    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.

    YouTube player
  • How to Deploy Self-Hosted Apps on a RamNode VPS

    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.

    YouTube player

    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!

    (more…)
  • How to Learn Linux Faster: 5 Proven Tips!

    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.

    YouTube player
  • How to Install Icinga 2 on Ubuntu (Complete Beginner Guide)

    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.

    YouTube player

    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.

    (more…)
  • Is Distro Hopping Bad? Here’s Why It’s Actually Great!

    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.

    YouTube player

    Are you a Distro Hopper? If so, consider supporting Learn Linux TV and grab this awesome Distro Hopper shirt!

  • This Bash Trick Makes cd Much More Useful

    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.

    YouTube player
    (more…)