DistroTube

DistroTube on Odysee

Leisure EN ↓ 50 episodes

DistroTube (DT) is a YouTube channel started by me, Derek Taylor (also DT), in October 2017, where I initially focused on Linux distribution installations and reviews. As the channel grows and I mature in my role as a content creator, I am trying to spend more time on other Linux-related topics as well, including: app reviews, terminal and command line tutorials, desktop environment and window manager tutorials, Linux news and the occasional live stream event. WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal:

Author

DistroTube

Category

Leisure

Latest episode

Jul 10, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

Has A.I. Made The Web Obsolete? Video 06.04.2026

I'm surfing the web less and less now, thanks to my increasing use of A.I. tools like Claude and ChatGPT. WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal: https://www.paypal.com/donate/?hosted_button_id=MW3ZFGS8Q9JGW 🛍️ Amazon: https://amzn.to/2RotFFi 👕 Teespring: https://teespring.com/stores/distrotube DT ON THE WEB: 🕸️ Website: http://distro.tube 📁 Gi...

'date' - print or set date and time - Video Man Pages Video 03.04.2026

The 'date' command prints or sets the date and time. - Print the current date/time, using the default locale's format: date +%c - Print the current date/time in UTC, using default format: date -u - Print the current date/time in UTC, using the ISO 8601 format: date -u +%Y-%m-%dT%H:%M:%S%Z - Print the date only using the ISO 8601 format: date +%F -or- date +"%Y-%m-%d" - Pri...

'cal' - display a calendar - Video Man Pages Video 02.04.2026

The 'cal' command displays the calendar. - Display the 'single month' (current month) calendar: cal -1 - The 'single month' calendar is the default: cal - Display three months spanning the date: cal -3 - Display the whole calendar for the 'current' year: cal -y - Display a calendar for a specific year (4 digits): cal 2026 - Display the next twelve months: ca...

'cal' - display a calendar - Video Man Pages Video 02.04.2026

The 'cal' command displays a calendar in your terminal. - Display the 'single month' (current month) calendar: cal -1 - The 'single month' calendar is the default: cal - Display three months spanning the date: cal -3 - Display the whole calendar for the 'current' year: cal -y - Display a calendar for a specific year (4 digits): cal 2026 - Display the next tw...

Fuzzel Is A Run Launcher For Wayland Desktops Video 30.03.2026

Fuzzel is a Wayland-native application launcher and fuzzy finder, inspired by rofi and dmenu. REFERENCED: ► https://codeberg.org/dnkl/fuzzel WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal: https://www.paypal.com/donate/?hosted_button_id=MW3ZFGS8Q9JGW 🛍️ Amazon: https://amzn.to/2RotFFi 👕 Teespring: https://teespring.com/stores/distrotube DT ON THE WEB: 🕸️ Web...

Installation and First Look at LinuxHub Prime Video 27.03.2026

LinuxHub Prime is an Arch-based Linux distribution with a customised Openbox window manager as the default desktop environment. Its main feature is a unique installer that provides one-click installation options for several popular window managers and desktop environments. REFERENCED: ► https://linuxhub.link/index.php WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 P...

Create Beautiful Websites With Hugo Video 24.03.2026

Hugo is one of the most popular open-source static site generators. With its amazing speed and flexibility, Hugo makes building websites simple and fun. And you get to write the content using either Markdown or Org Mode. How cool is that! REFERENCED: ► https://gohugo.io/ ► https://github.com/devcows/hugo-universal-theme WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳...

Taking Notes With Emacs Org Mode (It's Easy!) Video 21.03.2026

Some people are "note takers." And most of these people are forever searching for the ultimate note taking app. Well, look no further. Emacs Org Mode has been the de facto standard for note taking for decades! WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal: https://www.paypal.com/donate/?hosted_button_id=MW3ZFGS8Q9JGW 🛍️ Amazon: https://amzn.to/2Rot...

CachyOS Dethrones Arch As Top Gaming Distro Video 18.03.2026

In a recent survey, CachyOS was the most popular distro for gamers using protondb, overtaking Arch Linux. Why has CachyOS become so popular so fast? REFERENCED: ► https://www.xda-developers.com/cachyos-dethrones-arch-as-the-top-desktop-distro-for-linux-gamers-on-protondb/ WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal: https://www.paypal.com/donate/?hosted_bu...

'tail' - print the ending of files - Video Man Pages Video 16.03.2026

The 'tail' command is used to print the ending lines of a file. - Print last 10 lines in a file: tail path/to/file - Print last 10 lines of multiple files: tail path/to/file1 path/to/file2 ... - Print last 5 lines (-n 5) in file: tail -n 5 path/to/file - Print a file starting from line number 5 (-n +5): tail -n +5 path/to/file - Print the first 12 bytes (-c 12) from the end of a given fi...

'head'- print the beginning of files - Video Man Pages Video 15.03.2026

The 'head' command is used to print the beginning lines of a file. - Print first 10 lines in a file: head path/to/file - Print first 10 lines of multiple files: head path/to/file1 path/to/file2 ... - Print the first 5 lines (-n 5) of a file: head -n 5 path/to/file - Print everything but the last 5 lines (-n -5) of a file: head -n -5 path/to/file - Print the first 12 bytes (-c) of a file:...

Origami Linux Is Both Elegant And Opinionated (And I Like It!) Video 12.03.2026

Origami is a next-generation Linux distribution built on Fedora Atomic. It uses the Cosmic Desktop that was developed by PopOS. It also uses the CachyOS kernel. Oh...and it replaces a lot of the standard shell utilities with modern Rust alternatives! REFERENCED: ► https://gitlab.com/origami-linux WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal: https://www.pay...

Replacing Native Apps With Snaps And Flatpaks? (Don't Do It!) Video 09.03.2026

Since doing a fresh Linux installation on my office workstation three months ago, I've been doing a little experiment. I've only installed native Arch packages on this machine. That's right! No snaps or flatpaks or any of that sort of thing. And it's been GREAT! WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal: https://www.paypal.com/donate/...

Mediocrity Is Destroying Everything...Including Our Software Video 07.03.2026

I see nothing but mediocrity in the world. Mediocrity is in our music, movies, sports, culture, software, etc. And it frustrates the hell out of me. WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal: https://www.paypal.com/donate/?hosted_button_id=MW3ZFGS8Q9JGW 🛍️ Amazon: https://amzn.to/2RotFFi 👕 Teespring: https://teespring.com/stores/distrotube DT ON THE WEB...

A First Look At NebiOS (Ubuntu-Based Linux With Wayfire) Video 05.03.2026

NebiOS is a new Linux distribution based on Ubuntu. It uses its own NebiDE desktop environment based on the Wayfire compositor. REFERENCED: ► https://nebios.org/ WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal: https://www.paypal.com/donate/?hosted_button_id=MW3ZFGS8Q9JGW 🛍️ Amazon: https://amzn.to/2RotFFi 👕 Teespring: https://teespring.com/stores/distrotube...

'wc' - count words lines and bytes - Video Man Pages Video 02.03.2026

The 'wc' command counts the number of lines, words or bytes in a file. - Count lines (-l) in a file: wc -l path/to/file - Count words (-w) in a file: wc -w path/to/file - Count bytes in a file: wc -c path/to/file - Count characters (-m) in a file, taking multi-byte characters into account: wc -m path/to/file - Count lines, words, and bytes in a file: wc path/to/file - Count lines, words,...

'xargs' - execute command lines from standard input - Video Man Pages Video 28.02.2026

'xargs' takes the output of one command (or contents of a file), converts it into a list of arguments, and passes that list to another command to execute. - Run a command using the input data as arguments: command1 | xargs command2 - Count lines in multiple files: ls *.txt | xargs wc -l - Cat a file and use the input data as an argument: cat file | xargs NOTE If no xargs command is given...

Cheap Fix For Sinking Computer Chairs And Office Chairs Video 26.02.2026

Ever had a computer chair or office chair that was no longer able to maintain its height? There's a few DIY fixes that involve cutting PVC pipe and using metal clamps, but if you're like me, you probably would prefer a ready-made, out-of-the-box fix. I found a cheap product that works! ► https://amzn.to/3ZWguh4 - Office Chair Hero Clamps WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://w...

KaOS Ditches KDE Plasma For Niri Video 23.02.2026

KaOS is an independent, built from-scratch Linux distribution, that for many years was built using KDE Plasma, but they've now dropped Plasma in favor of Niri wth the Noctalia shell. REFERENCED: ► https://kaosx.us/ WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal: https://www.paypal.com/donate/?hosted_button_id=MW3ZFGS8Q9JGW 🛍️ Amazon: https://amzn.to/2Rot...

Pacman Slow In Arch Linux? Here's The Fix! Video 20.02.2026

The 'pacman' package manager is one of the major distinguishing features of Arch Linux, but it does have issues on occasion, such as becoming really slow when installing software or updating the system. But these issues are easily fixed. REFERENCED: ► https://wiki.archlinux.org/title/Pacman WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal: https://www...

A Quick First Look AT iDeal OS Video 16.02.2026

Today, I'm taking a look at the latest release of iDeal OS, based on MX Linux 25.1 and Debian 13.3 Trixie, with KDE Plasma 6 desktop environment. REFERENCED: ► https://ideal-os.xyz/ WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal: https://www.paypal.com/donate/?hosted_button_id=MW3ZFGS8Q9JGW 🛍️ Amazon: https://amzn.to/2RotFFi 👕 Teespring: https://teespri...

Hey, DT! You're Not Bald...But You Are Wide! (Plus Other Comments) Video 13.02.2026

On this episode of Hey DT: 0:00 Intro 0:18 What do you think about Niri? 3:00 I know that you're not bald, but why are you wider now? 5:41 How do I properly erase everything on my SSD? Complete wipe. 7:43 Are you really editing videos in one take? 9:25 It's been 5 years since your last Guix video. 11:52 Do you have any footage of you using it (Kensington Orbit Trackball)? 12:44 Why don&#...

An Arch Linux Installation Guide (2026) [Re-Uploaded] Video 10.02.2026

How to install Arch Linux via the command line installation process. I will use UEFI, btrfs, zram, and install a popular Wayland compositor (niri). NOTE: This video was re-uploaded in order to correct a major mistake (by omission) made in the first version of this video. I did not run the command to create the 'fstab' file. Oops! REFERENCED: ► https://wiki.archlinux.org/title/Installatio...

Arch Linux Installation Guide (2026 Edition) Video 09.02.2026

How to install Arch Linux via the command line installation process. I will use UEFI, btrfs, zram, and install a popular Wayland compositor (niri). REFERENCED: ► https://wiki.archlinux.org/title/Installation_guide WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal: https://www.paypal.com/donate/?hosted_button_id=MW3ZFGS8Q9JGW 🛍️ Amazon: https://amzn.to/2RotFFi 👕...

Transform Arch Linux Into XeroLinux Video 06.02.2026

Introducing the new Xero Arch Installer, which is a beautiful, streamlined Arch Linux installer with a easy-to-use, modern TUI interface. REFERENCED: ► https://github.com/xerolinux/XeroInstall WANT TO SUPPORT THE CHANNEL? 💰 Patreon: https://www.patreon.com/distrotube 💳 Paypal: https://www.paypal.com/donate/?hosted_button_id=MW3ZFGS8Q9JGW 🛍️ Amazon: https://amzn.to/2RotFFi 👕 Teespring: https://t...

Listen to the DistroTube on Odysee podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.