two-powerful-command-line-utilities-cut-and-tr

Two Powerful Command Line Utilities ‘cut’ And ‘tr’

Recently, I’ve made videos on command line utilities like ‘awk’ and ‘sed’. In this video, I cover two powerful command line utilities–‘cut’ and ‘tr’. The ‘cut’ command removes sections from each line of a file. The ‘tr’ command translates or deletes characters from standard input. REFERENCED: ? https://linux.die.net/man/1/cut ? https://linux.die.net/man/1/tr WANT TO SUPPORT THE CHANNEL?…

Read More
own-a-wifi-network-with-python-wifi-dos-and-ownership-attack

Own a WiFi network with Python! WiFi DoS and ownership attack ? ?

Use this Python script to DoS a WiFi network and take control. Only devices you specify will be allowed to access the network 🙂 Huge thanks to Linode for sponsoring this video! Get $100 credit: https://davidbombal.wiki/linode Script: https://davidbombal.wiki/wifidosown Direct GitHub link: https://github.com/davidbombal/red-python-scripts/blob/main/wifi_dos_own.py Menu: Result! 0:00 Sponsor: 0:32 What do you want to see? 0:56 Overview:…

Read More
a-base-gentoo-installation

A Base Gentoo Installation

Today, I had a few minutes of free time so I decided to install Gentoo. So I decided to do a Stage 3 installation inside a virtual machine, and it didn’t seem right to install Gentoo and not also record it. ERRATA: The compile times were very slow in this video. Having installed Gentoo a…

Read More
how-to-use-managed-it-services-like-the-fortune-500

How to use managed IT services like the Fortune 500

Managed IT services are widely used by the most sophisticated organisations across the globe. Recent reports show that over 90% of the Fortune 500 have multiple outsourcing contracts to managed service providers, with a value of over $190 billion. This includes managed IT services such cloud services, infrastructure, networks, security, backup, applications and much more….

Read More
design-and-web-team-summary-28-june-2021

Design and Web team summary – 28 June 2021

The web team at Canonical run two-week iterations building and maintaining all of Canonical websites, product web interfaces and much more. Here are some of the highlights of our completed work from this iteration. Web The Web team develops and maintains most of Canonical’s sites like ubuntu.com, canonical.com, and more. Sliders We built a slider…

Read More
chat-with-patrons-june-27-2021

Chat With Patrons (June 27, 2021)

This Video Chat will be for my Patrons! Patrons can join the video call via Jitsi which is available on Linux, Mac and Windows. For those wishing to join the chat but are not a Patron, consider joining my Patreon ( https://www.patreon.com/distrotube ). I will post a link to the Jitsi chat on my Patreon…

Read More
linux-boomer-reacts-to-windows-11-video-trailer

Linux Boomer Reacts To Windows 11 Video Trailer

A longtime Linux user who hasn’t run Windows since the XP era reacts to the video trailer that Microsoft published introducing Windows 11. Will this be the version of Windows that makes him give Windows another try? VIDEO REFERENCED: ? https://www.youtube.com/watch?v=Uh9643c2P6k – Introducing Windows 11 WANT TO SUPPORT THE CHANNEL? ? Patreon: https://www.patreon.com/distrotube ? Paypal:…

Read More
ubuntu-21

Ubuntu 21.10 Wallpaper Competition

We are incredibly proud to announce the beginning of the Impish Indri wallpaper competition! (That’s the code name for Ubuntu 21.10) You can submit your artwork and read the rules over on the Ubuntu discourse. Every new release of Ubuntu comes pre-loaded with new background images that users can select ‘out of the box’. For…

Read More
learning-sed-is-beneficial-for-linux-users

Learning Sed Is Beneficial For Linux Users

sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). The most common usage of sed involves substituting a pattern or string for another string. But sed can be used for many tasks. It’s a powerful command line utility…

Read More