My brother is 12 and just like other people of his age he can’t use a computer properly because he is only familiar with mobile devices and dumbed-down computers
I recently dual-booted Fedora KDE and Windows 10 on his laptop. Showed him Discovery and told him, “This is the app store. Everything you’ll ever need is here, and if you can’t find something just tell me and I’ll add it there”. I also set up bottles telling him “Your non-steam games are here”. He installed Steam and other apps himself
I guess he is a better Linux user than Linus Sebastian since he installed Steam without breaking his OS…
The tech support questions and stuff like “Can you install this for me?” or “Is this a virus?” dropped to zero. He only asks me things like “What was the name of PowerPoint for Linux” once in a while
After a week I have hardly ever seen my brother use Windows. He says Fedora is “like iOS” and he absolutely loved it
I use Arch and he keeps telling me “Why are you doing that nerdy terminal stuff just use Fedora”. He also keeps explaining to me why Fedora better than my “nerd OS”
I still maintained that Linus fucked up those Linux videos on purpose. Not sure why but for a guy in the tech industry he really played dumb.
Really pissed me off. What has he got against Linux?
Blaming Linus for breaking Linux is what’s wrong with the Linux community. You guys are so blind to the obvious glaring issues with Linux Desktop that any time something goes wrong, it must have been the user who did something stupid.
Sure, you CAN get it working the first time without issues, but the amount of times I tried Linux Desktop without any issues is 0. Every single time I installed Linux, I had some kind of breaking issue. I have tried multiple times between 2007 and 2021 and I’ll likely try again soon, but don’t kid yourself that people “play dumb” or something. Linux is as stable as the user makes it, and with instable, fragile, incompetent users (like most new users) come a fragile OS that cannot be relied upon.
I’m 100% sure if I try to install Ubuntu Desktop right now on my desktop, I’ll again encounter some BS thing that just doesn’t work like it should. Maybe the audio won’t work, or bluetooth just drops out constantly, or it randomly freezes, or YT videos don’t play at any decent framerate. Maybe everything works fine, but in 4 days some random thing doesn’t. And once some thing doesn’t work, you’ll have to waddle through a sea of sudo commands that you have no clue what they’re doing and you either fix the issue or break something else.
Note that I specifically mention Linux Desktop every time. Linux as a Server is great.
don’t blame Linus
incompetent users
Which one is it?
All those claims you make about things not working in 2023 is ridiculous. I’ve been using various distros since 2009 and maybe you could have claimed those things back then. But if you can’t make Linux work at least as easily as windows in 2023, that’s on you.
Linus demonstrated his willful ignorance right from when he ignored that warning in the command prompt.
Linux: WARNING DONT DO THIS Linus: well I guess I’m going to have to do that. Linux: breaks Linus: Linux sucks
Fanboys: LINUX SUX LINUX SUX LINUX SUX LOLOLOLOLOLOLOL
I’ve had a very similar experience. It’s always something, drivers, video codecs, you name it. If it gives you any confidence, it’s happened less and less as I’ve gained more experience and I’m daily driving fedora now.
I wonder if some people have just been so lucky to never have issues.
I’m 100% sure if I try to install Ubuntu Desktop right now on my desktop, I’ll again encounter some BS thing that just doesn’t work like it should
I installed Ubuntu a few months back and I honestly don’t see where anything could go wrong assuming you were remotely familuar with installing any OS, even if you’ve only worked with windows.
Hell, getting separate devices like printers to vonnect were even wasier on Linux than Windows. O Windows I had to go to manufacturer sites to install bullshit bloatware to get things to work righr, while on Linux they literally just worked immediately - I had to the 1 button to tell Linux to connect and that was it.
It’s true, I’m somebody who has run DIY distros daily for years and decided to try out Debian on a spare computer recently. I couldn’t even update the system after the initial install. It took me like forty minutes to find a thread which explained to me that Debian 12 has a bug with some raspi firmware that requires you to delete three files before apt will work, and there is 0 indication on the paths themselves, just people who have figured it out and were generous enough to share the knowledge. You can’t blame new users for those things, we as a community need to improve the software and the attitudes
Why are you doing that nerdy terminal stuff
That is a legitimate question. I still don’t fully understand people’s obsession about terminal. It’s 2023, we should be able to do everything comfortably using GUI rather than type everything, remembering all the commands, parameters, paths, permissions etc.
This is what sucks about Linux. It’s still not as complete as Windows in that regard… Things being too techy, even the real user friendly ones still got it.
You got this the wrong way around. Windows is lacking a proper terminal. You are at the mercy of constantly redesigned GUIs for literally everything. Windows is an absolute pain to use if you aren’t used to it and have developed a certain amount of Stockholm syndrome.
In a GUI, your options are human-readable and all presented to you. In a terminal, you have to know the names of the programs/commands. It’s not a big deal for something like Notepad or vim, but it gets more complicated when you don’t know the name of what you’re looking for. It’s easier to remember the which program you need when you have a list and icons. You can do all the same things, but a GUI is much more intuitive for the majority of people.
- Press the Super/Windows button
- Type the letter ‘n’ (or ‘t’ if on most Linux distros)
- Press the ‘Return’ key.
Congratulations, you now opened Notepad / Random open source text editor.
- Ctrl + S = Save for pretty much everything
The above pattern works for almost every program. There is no need to memorise the ridiculously inconsistent nuances of the 4 different commands you specified.
9/10 times I personally prefer GUI over terminal for efficiency. With three buttons I already have a text editor open. At this point, you’ve just started typing the letter ‘v’ in your first step.
As a terminal fan, my main reasons for preferring them over a gui (for some tasks) are:
- It’s faster to type than to navigate menus
- If I don’t know where something is and can’t guess it instantly, it’s usually faster to search for it in a man page than randomly digging through gui menus
- You can combine commands with each other with pipes or
$()
- You can search through your command history to find previous commands
- You can write scripts and aliases to automate common tasks
- The terminal requires less context switching. Typing ten commands is less mentally taxing than opening ten different guis
The barrier for entry is higher with terminals but unless you need visual feedback (e.g. because you’re editing an image) it’s easier and faster for both common and rare tasks.
Well some if those are only true for smie people. Add in a vad case of dyslexia and it get real hard to kniw if what you just tyoed is correct, and does any cli have a spell checker.
There’s this aptly-named utility that I’m currently using:
https://github.com/nvbn/thefuck
I do think GUI is the way to go for “typical” usage, but if you wanted to set up a faster way to run a command you use often, you would create an alias to handle a complex command or something you do often.
For example, I have ‘updateall’ as my command to run ‘sudo apt update && sudo apt upgrade && flatpak update’. Why not GUI for this? I like to see what’s going on during my updates. It’s also kind of satisfying for some reason.
Anyway, I suspect your problem then would end up being not running a syntax, assuming it even exists, but the correct syntax, which I often encounter, but that’s what ‘history | grep’ is for.
Fair enough, I’m not against people making guis as well for people who prefer them for whatever reason, my point is that people don’t just prefer terminals because of elitism or something. I imagine terminals can be better than guis for some disabilities as well.
Because it just works ™. And it is flexible to a point that no GUI can ever accomplish. It’s liberating. It’s repeatable, It’s automatable. It’s about control. And most importantly, it’s FAST!
If you try to max out the control, GUI comes out of as an UX disaster. Check any enterprise software GUI to see what I mean. There will be lot’s and lot’s of buttons all around, and you would also end up with some kind of text input or programming environment inside it.
Consider this but triple the complexity and everything https://wiki.wxwidgets.org/images/1/1f/BinPjOptions.PNG
It’s way easier to communicate a terminal based solution over the internet. Instead of making a guide with images, possibly needing annotation, you can just say “run x, y, z in order” and the user can just copy and paste it (even though it’s a bad habit to run random commands off the internet)
one of the most important things about text based interfaces is reproducability. Being able to run commands and get the expected results every time and easily share it with others. GUIs can be customized and re-arranged, and its much harder to automate things with a GUI program vs a text based one. Those are handy features which will probably prevent the terminal from ever dying.
Terminal fan here (though I’m on Mac). GUIs, in an attempt to contain all the features of a CLI program while being user friendly, make compromises on simplicity. It’s difficult to remember the combination of buttons to click to get what you want. For CLI programs, you have man and —help to figure it out. Of course there’s the pipes and automation aspects of it too.
I agree in certain circumstances. For example a file manager I don’t understand why people use in a terminal. When I need to do like batch deletions or something I can easily just write a couple terminal commands. Everything else I just use the default file manager. Either Finder on MacOS or the Gnome one on Linux.
But stuff like vim, a terminal text editor, is simply more fluid and enjoyable than a GUI program. I’ve tried using vim plugins for various different GUI text editors like Sublime or VS Code but there’s nothing like a personalized vim install. It takes a little bit to get used to the commands, but once you do it’s like riding a bike. You just feel faster and muscle memory takes care of the rest. You don’t actively think about it
same thing with for example package managers. it’s faster to just press my hotkey to open up terminal, type in “sudo dnf install <whatever>” and it’s installed. why do we need a GUI here? it doesn’t make anything faster. In fact, it just gets in the way.
so some things GUIs don’t actually improve. Some they do. It’s a per case thing I think
I just find certain things to be quicker in the terminal than doing it through a GUI.
Like installing software. I think it’s quicker and more direct to do something like sudo pacman -S Firefox than to go through a gui. Especially if Im using a drop down terminal that I have hot keyed.
As for remembering everything, I’d say it’s just a matter of experience. Like, you had to learn how to use a GUI app at one point or another.
I mean you could certainly have both but Linux treating its terminal as a first class interface is a big killer feature of Unix/Linux I think and why it’s still used in the server/dev world so much. Having a command line interface that’s not an afterthought, fully scriptable, and can be automated is very convenient for large tasks that need to be chained together whereas on Windows you have things like PowerShell where not every program you want to do things with in PowerShell has a way to interact with PowerShell, since in Windows you have the opposite problem of GUI being the only first class interface. I think I’d be worried that if you de-emphasized the terminal more you’d get the weird situation that happened to Windows and PowerShell whereas it’s usually not super hard to build your own GUI around an open source terminal program. A lot of people aren’t especially motivated to do that so some programs don’t have GUIs, but if you’re feeling like more programs need one then go for it.
Linus surely just stages things for clicks. No one with his experience could be that dumb.
He played dumb on purpose and it was infuriating. Even since I’ve been using Linux, its become so much easier to install and use. He must think his viewers are idiots if that’s what he was trying to act like.
Is this a made-up story? Be honest
Not op but I lived with a younger nephew for some years. He looked up to me in every aspect and if I introduced him to something he would learn it to talk about it later. I unfortunately just introduced him to League of Legends, I was too young and wasn’t into linux myself.
I just realised you’re the creator of it. This is a veru good writeup and I will save it and use it for referencing.