S

Systems Programming Feed

Rust, C, C++, Go, and low-level programming

Don't miss new videos โ€” get them as they're added

Get new videos
4 videos added this week3.8k subscribers97 topics
'date' - print or set date and time - Video Man Pages

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

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" - Print the date in MM/DD/YY format: date +%D -or- date +"%m/%d/%y" - Print the time in HH:MM:SS format: date +%T -or- date +"%H:%M:%S" - Print the current date as a Unix timestamp (seconds since the Unix epoch): date +%s - Convert a Unix timestamp date (ex: 1773665635) to the default format: date -d @1773665635 - Convert a given date to the Unix timestamp format: date -d "2020-03-01 00:00" +%s -u - Display the current date using the RFC-3339 format (YYYY-MM-DD hh:mm:ss TZ) and printing seconds (s): date --rfc-3339 s NOTE Instead of 's' for seconds, you could use 'n' for nanoseconds of 'd' for printing date only. - Set the current date providing a full timestamp in quotes (requires sudo privileges): date -s "2026-03-16 14:30:00" - Set the current time while keeping the current date (requires sudo privleges). date +%T -s "10:15:30" REFERENCED: โ–บ https://gitlab.com/dwt1/vidman - Video Man Pages 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 ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

Yesterdayยทyoutube.com
+1
'cal' - display a calendar - Video Man Pages

'cal' - display a calendar - Video Man Pages

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: cal -Y - Use 'Monday' as the first day of the week and display week numbers: cal -m -w - Display a calendar for a specific month and year: cal April 2026 cal Apr 2026 cal 04 2026 NOTE: 'cal 04 26' would seen as April of the year '0026'. - Display calendar in 'vertical' layout using three month calendar: cal -v -3 - Use 'julian' numbering (ordinal numbering) for days: cal -j REFERENCED: โ–บ https://gitlab.com/dwt1/vidman 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 ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 days agoยทyoutube.com
0
What's new in Chrome DevTools 145-147

What's new in Chrome DevTools 145-147

This video highlights the latest updates in Chrome DevTools from versions 145 to 147. Learn about new performance features for single-page applications, including improved tracking for soft navigations. Discover how to debug styles more effectively for web components and explore new functionalities for the Chrome DevTools MCP server. Plus, get a bonus tip on using regular expressions in filter bars. Chapters: 0:00 - Introduction 0:39 - Soft navigation markers in performance traces 0:58 - Improved line-level profiler timings 1:19 - Render blocking column in the Network panel 1:51 - Support for @starting-style in CSS 2:23 - Edit adopted stylesheets inline 2:36 - Grid editor checkbox for dense 2:56 - New features for the DevTools MCP server 4:00 - Bonus tip: Filter styles using RegEx 4:30 - Conclusion Watch more What's New in DevTools โ†’ https://goo.gle/NewInDevTools Subscribe to Chrome for Developers โ†’ https://goo.gle/ChromeDevs #ChromeForDevelopers #Chrome Speaker: Matthias Rohmer Products Mentioned: Chrome, Chrome DevTools, CSS

4 days agoยทyoutube.com
0
Fuzzel Is A Run Launcher For Wayland Desktops

Fuzzel Is A Run Launcher For Wayland Desktops

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: ๐Ÿ•ธ๏ธ Website: http://distro.tube ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

5 days agoยทyoutube.com
+3
Installation and First Look at LinuxHub Prime

Installation and First Look at LinuxHub Prime

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 ๐Ÿ’ณ 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 ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

1 week agoยทyoutube.com
+5
Create Beautiful Websites With Hugo

Create Beautiful Websites With Hugo

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 ๐Ÿ’ณ 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 ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

1 week agoยทyoutube.com
0
Taking Notes With Emacs Org Mode (It's Easy!)

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

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/2RotFFi ๐Ÿ‘• Teespring: https://teespring.com/stores/distrotube DT ON THE WEB: ๐Ÿ•ธ๏ธ Website: http://distro.tube ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
0
CachyOS Dethrones Arch As Top Gaming Distro

CachyOS Dethrones Arch As Top Gaming Distro

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_button_id=MW3ZFGS8Q9JGW ๐Ÿ›๏ธ Amazon: https://amzn.to/2RotFFi ๐Ÿ‘• Teespring: https://teespring.com/stores/distrotube DT ON THE WEB: ๐Ÿ•ธ๏ธ Website: http://distro.tube ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
0
'wc' - count words lines and bytes - Video Man Pages

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

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, and bytes from stdin: cat path/to/file | wc NOTE This is NOT a "useless use of cat" since the output is slightly different than 'wc file'. - Get character length of the longest line in a file: wc -L path/to/file REFERENCED: โ–บ https://gitlab.com/dwt1/vidman - Video Man Pages 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 ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
+1
'xargs' - execute command lines from standard input - Video Man Pages

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

'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, xargs uses 'echo' as the command. - The same as above except it executes the command once per argument (-n 1): cat file | xargs -n 1 - Create 10 sequential .txt files. The '-I {}' symbolizes all the input: seq 10 | xargs -I {} touch {}.txt - Delete files with '.log' extension found by 'find'. The -print0 in 'find' and -0 in 'xargs' use a null character as a delimiter, ensuring filenames with spaces or special characters are handled correctly. find . -name "*.log" -print0 | xargs -0 rm -f - Find and delete all backup files (.bak). The '-p' option is useful for destructive operations, as it displays the command to be executed and asks for user confirmation (y/n). find . -type f -name "*.bak" | xargs -p rm - The '-d' option sets the delimiter (spaces by default): ls | xargs -n 1 (Files/directories with spaces are a problem.) ls | xargs -n 1 -d \n (Uses new line as delimiter and problem solved!) - xargs can print (-a) the contents of a file to stdout. We can use '-p' to prompt for 'y/n' before executing. We can use '-r' to only execute if stdin is not empty. xargs -a 1.txt xargs -p -a 1.txt xargs -r -p -a 1.txt REFERENCED: โ–บ https://gitlab.com/dwt1/vidman 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 ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
+3
Pacman Slow In Arch Linux? Here's The Fix!

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

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.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 ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
+4
An Arch Linux Installation Guide (2026)

An Arch Linux Installation Guide (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! The solution is to make the /mnt/etc directory (mkdir -p /mnt/etc) and then run the 'gensftab' command (full command in the pinned comment below). 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 ๐Ÿ‘• Teespring: https://teespring.com/stores/distrotube DT ON THE WEB: ๐Ÿ•ธ๏ธ Website: http://distro.tube ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
+6
Transform Arch Linux Into XeroLinux

Transform Arch Linux Into XeroLinux

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://teespring.com/stores/distrotube DT ON THE WEB: ๐Ÿ•ธ๏ธ Website: http://distro.tube ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
+7
The Dank Material Shell - A Wayland Desktop Suite

The Dank Material Shell - A Wayland Desktop Suite

DankMaterialShell is a complete desktop shell for niri, Hyprland, MangoWC, Sway, labwc, Scroll, and other Wayland compositors. It replaces waybar, swaylock, swayidle, mako, fuzzel, polkit, and everything else you'd normally stitch together to make a desktop. REFERENCED: โ–บ https://github.com/AvengeMedia/DankMaterialShell 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 ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
+10
A Quick First Look At The Niri Window Manager

A Quick First Look At The Niri Window Manager

I'm taking a quick first look at Niri, which is a scrollable-tiling Wayland compositor. REFERENCED: โ–บ https://github.com/YaLTeR/niri/ 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 ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
+11
Qtile On Wayland...It Kinda Works!

Qtile On Wayland...It Kinda Works!

I've been using Qtile on-and-off again for probably a decade or longer. Qtile is a full-featured, hackable tiling window manager written and configured in Python. It was originally written for X11 but it does have a Wayland session. Let's try it out! REFERENCED: โ–บ https://qtile.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 DT ON THE WEB: ๐Ÿ•ธ๏ธ Website: http://distro.tube ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
+6
'awk' - a programming language for working on files - Video Man Pages

'awk' - a programming language for working on files - Video Man Pages

The 'awk command' is really an entire programming language used for working with files and text. - Print a file (similar to 'cat'): awk '{print}' path/to/file OR awk '{print $0}' path/to/file - Print the 2nd field of each line: awk '{print $2}' path/to/file - Print the last field of each line: awk '{print $NF}' path/to/file - Search for lines containing 'string' and print the second field of those lines: awk '/string/ {print $2}' path/to/file - Use a different field separator (instead of space) and print 1st and 7th fields with a TAB in between: awk -F ":" '{print $1 "\t" $7}' /etc/passwd - Find a specific string in any column: ps -ef | awk '{ if($NF == "/usr/bin/pipewire") print $0};' NOTE We search if the last field is '/usr/bin/pipewire' and print the line. - Search 1st field if it starts with 'b' or 'c', then prints the line: awk '$1 ~ /^[b,c]/ {print $0}' .bashrc NOTE The '~' character is the regex match operator. - Use the 'substr' function to print each record from the 2nd character onward: awk '{print substr($0, 2)}' .bashrc NOTE It essentially prints the document but omits the first character of each line. REFERENCED: โ–บ https://gitlab.com/dwt1/vidman 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 ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
+4
A "Fresh" New Terminal Text Editor (Better Than Nano!)

A "Fresh" New Terminal Text Editor (Better Than Nano!)

Fresh is a terminal text editor you can just use. It's lightweight, fast and easy to learn. It includes features such as tabs, splits, LSP support and a file tree! REFERENCED: โ–บ https://sinelaw.github.io/fresh/ 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 ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
+26
Linux and Open Source Software In 2025

Linux and Open Source Software In 2025

A quick look back at 2025 for Linux, FOSS, A.I. and YouTube. Also...Merry Christmas and Happy New Year! :D 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 ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
+6
Xonsh Is A Modern Shell Powered By Python (Windows, Mac & Linux)

Xonsh Is A Modern Shell Powered By Python (Windows, Mac & Linux)

Xonsh is a modern, full-featured and cross-platform python shell. The language is a superset of Python 3.6+ with additional shell primitives that you are used to from Bash and IPython. It works on all major systems including Linux, OSX, and Windows. Xonsh is meant for the daily use of experts and novices. REFERENCED: โ–บ https://xon.sh/ MY XONSH CONFIG: โ–บ https://gitlab.com/dwt1/dotfiles/-/blob/master/.config/xonsh/rc.d/rc.py?ref_type=heads 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 ๐Ÿ“ GitLab: https://gitlab.com/dwt1 ๐Ÿ—จ๏ธ Mastodon: https://fosstodon.org/@distrotube ๐Ÿ‘ซ Reddit: https://www.reddit.com/r/DistroTube/ ๐Ÿ“ฝ๏ธ Odysee: https://odysee.com/@DistroTube:2 FREE AND OPEN SOURCE SOFTWARE THAT I LIKE: ๐ŸŒ Brave Browser - https://brave.com/ ๐Ÿ“ฝ๏ธ Open Broadcaster Software: https://obsproject.com/ ๐ŸŽฌ Kdenlive: https://kdenlive.org ๐ŸŽจ GIMP: https://www.gimp.org/ ๐Ÿ’ป VirtualBox: https://www.virtualbox.org/ ๐Ÿ—’๏ธ Doom Emacs: https://github.com/hlissner/doom-emacs Your support is very much appreciated. Thanks, guys!

2 weeks agoยทyoutube.com
+7

Actions

Add Video