Uploaded March 2023 | Updated September 2026, 2 weeks ago
To try everything Brilliant has to offer — free — for a full 30 days, visit brilliant.org/AverageLinuxUser/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.
There is a number of reasons I do not like #Linux Let’s talk about those reasons.
Linux advantages youtu.be/mJEWPqHXNzs
Ubuntu 22.04 review youtu.be/4OsMNrYAXSI
Ubuntu 21.04 review youtu.be/s5IHQbMK1o4
Make a bootable USB youtu.be/rpGgTTFKwiU
youtu.be/I6r0c30TOnA youtu.be/I6r0c30TOnA
$1000 Linux PC Build youtu.be/O9hUFTKN1EE
Linux command line tutorials youtube.com/playlist?list=PLSmXPSsgkZLuJKJhvL1U384aHesbVDekO
Full Native Linux Gaming Video: youtube.com/watch?v=3U8bLArlRXw
################################################
My Linux PC: averagelinuxuser.com/linux_pc_assembly
My other hardware: amazon.com/shop/averagelinuxuser
Support the project:
Patreon: patreon.com/averagelinuxuser
Buy Me a Coffee: buymeacoffee.com/avglinuxuser
Buy Linux Laptop: https://starlabs.systems/?rfsn=4728988.4df7ed
Shop on Amazon: amazon.com/shop/averagelinuxuser
BTC: 1CfCLTYCqqDfYbngcvQtEav3n7SMZihfSS
###############################################
Website: averagelinuxuser.com
LBRY.tv: lbry.tv/$/invite/@AVGLinux:2
Facebook: facebook.com/AverageLinuxUser
Twitter: twitter.com/AVGLinuxUser
################################################
Timecodes:
0:00 Intro
00:26 Difficult to install
03:01 Hardware compatibility
04:46 Command line is inevitable
06:48 Limited software availability
07:41 Too many distros
08:34 Too many desktops
09:31 Program installation
10:38 Pre-installed apps
11:20 Linux Games
12:22 Troubleshooting
This video was sponsored by Brilliant
To try everything Brilliant has to offer — free — for a full 30 days, visit brilliant.org/AverageLinuxUser/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.
There is a number of reasons I do not like #Linux Let’s talk about those reasons.
Linux advantages youtu.be/mJEWPqHXNzs
Ubuntu 22.04 review youtu.be/4OsMNrYAXSI
Ubuntu 21.04 review youtu.be/s5IHQbMK1o4
Make a bootable USB youtu.be/rpGgTTFKwiU
youtu.be/I6r0c30TOnA youtu.be/I6r0c30TOnA
$1000 Linux PC Build youtu.be/O9hUFTKN1EE
Linux command line tutorials youtube.com/playlist?list=PLSmXPSsgkZLuJKJhvL1U384aHesbVDekO
Full Native Linux Gaming Video: youtube.com/watch?v=3U8bLArlRXw
################################################
My Linux PC: averagelinuxuser.com/linux_pc_assembly
My other hardware: amazon.com/shop/averagelinuxuser
Support the project:
Patreon: patreon.com/averagelinuxuser
Buy Me a Coffee: buymeacoffee.com/avglinuxuser
Buy Linux Laptop: https://starlabs.systems/?rfsn=4728988.4df7ed
Shop on Amazon: amazon.com/shop/averagelinuxuser
BTC: 1CfCLTYCqqDfYbngcvQtEav3n7SMZihfSS
###############################################
Website: averagelinuxuser.com
LBRY.tv: lbry.tv/$/invite/@AVGLinux:2
Facebook: facebook.com/AverageLinuxUser
Twitter: twitter.com/AVGLinuxUser
################################################
Timecodes:
0:00 Intro
00:26 Difficult to install
03:01 Hardware compatibility
04:46 Command line is inevitable
06:48 Limited software availability
07:41 Too many distros
08:34 Too many desktops
09:31 Program installation
10:38 Pre-installed apps
11:20 Linux Games
12:22 Troubleshooting
This video was sponsored by Brilliant





![Command-line completion (tab completion)
What is the command-line completion (also know as tab completion)?
When you type a command you can press the Tab key, and the terminal will complete that command. It simplifies the use of the command line a lot. In this video you will learn how to use the tab completion and how to enable it.
Also, watch how to enable colors in terminal https://youtu.be/giAb4Ckh8BQ
If tab completion doesnt work for sudo, edit the ~/.bashrc file by addin this line to it:
complete -cf sudo
Or install the bash-completion package.
In Arch Linux:
sudo pacman -S bash-completion
In Ubuntu, Debian and Debian-based distros:
sudo apt install bash-completion
In Debian and Debian-based distro, bash-completion sometimes doesn’t work. You need to check your .bashrc file.
It should have this content there
# enable programmable completion features (you dont need to enable
# this, if its already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if ! shopt -oq posix; then
if [ -f /usr/share/bash-completion/bash_completion ]; then
. /usr/share/bash-completion/bash_completion
elif [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
fi
If it doesn’t have it, add it at the end of the file.
To reinstall:
sudo apt install bash-completion reinstall
If you liked the Linux Mint theme, watch this video to install this theme https://youtu.be/osA-ZEEz6Zw
################################################
Support on Patreon: https://www.patreon.com/averagelinuxuser
Donate through PayPal: https://www.paypal.me/Kryvokhyzha
################################################
More cool Linux stuff at other social media:
Google+ - Best Linux Stuff: https://plus.google.com/+AverageLinuxUser
Facebook - Top Linux Tips: https://www.facebook.com/AverageLinuxUser
Twitter - Daily Linux News: http://twitter.com/AVGLinuxUser
Website: http://averagelinuxuser.com/ Command-line completion (tab completion)](https://i.ytimg.com/vi/k5A12buZ8To/mqdefault.jpg)




