• 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…)
  • Alacritty: A GPU-Accelerated Terminal for Linux

    Alacritty is a blazing fast, GPU-accelerated terminal emulator for Linux β€” and in this guide, I’ll show you how to install and configure Alacritty step-by-step.

    If you’re looking to upgrade your Linux terminal setup, this tutorial walks through everything you need to know: what makes Alacritty different, how its configuration works, and how to customize it.

    YouTube player
    (more…)
  • NixOS Review: The Most Powerful Linux Distro in 2026?

    In this in-depth NixOS review, we’ll explore what makes NixOS fundamentally different from traditional Linux distributions. From declarative configuration to fully reproducible systems, NixOS challenges everything you think you know about managing Linux.

    But is it practical? Is it beginner friendly? And does the β€œimmutable” architecture actually make your system better? In this video, you’ll get answers to those questions and more!

    YouTube player
  • 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
  • Linux Crash Course – the ‘fortune’ Command

    Want to add a little fun to your Linux terminal? In this video, we’ll take a look at the classic fortune command in Linux, a lightweight tool that displays random quotes, jokes, and witty sayings right from the command line.

    You’ll learn how to install the fortune-mod package, explore basic usage, review useful command-line options, and even use custom categories to control the type of quotes you see. We’ll also combine fortune with cowsay to create one of the most entertaining Linux terminal tricks around.

    Whether you’re new to Linux or just looking for fun terminal commands to customize your workflow, the fortune command is a simple way to make your command line more enjoyable.

    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…)
  • How To Use Window Tiling In COSMIC (Complete Guide)

    In this video, we’ll take a deep dive into window tiling in the COSMIC desktop and explore how it can dramatically improve your workflow and productivity. If you’ve ever struggled with managing windows on Linuxβ€”or you’re curious how COSMIC handles tilingβ€”this tutorial is for you!

    YouTube player

    Check out the COSMIC Desktop here, it’s awesome!

  • 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…)