this post was submitted on 03 Apr 2025
974 points (98.3% liked)

Fediverse memes

1266 readers
296 users here now

Memes about the Fediverse.

Rules

General
Specific

Elsewhere in the Fediverse

Other relevant communities:

founded 6 months ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Ilovethebomb@lemm.ee 67 points 1 week ago (1 children)

The original comic is actually genius, and very true.

You clearly see it when the Linux users start prostletysing.

[–] blaue_Fledermaus@mstdn.io 19 points 1 week ago (12 children)

I want to like Linux and leave Windows, but when I say that I don't want to be forced to use CLI/terminal because I don't live in the 1970s, people get angry at me.

[–] flamingos@feddit.uk 40 points 1 week ago (2 children)

If all you do is web browse and play games, you should be able to use Linux without the CLI just fine.

[–] Blue_Morpho@lemmy.world 11 points 1 week ago (8 children)

I installed Ubuntu in a VM to torrent with mulvad. I had to go to the command line. Worse was googling gave multiple contradictory instructions that further reading yielded "deprecated".

I made it work because I've been doing it for 30 years. Anyone else would be better with Windows where it just works.

[–] pinball_wizard@lemmy.zip 16 points 1 week ago (2 children)

This is the most Lemmy interaction I've seen in awhile:

Linux is fine without CLI for web browsing.

...

But when I needed an advanced secure virtual machine isolated torrent solution, I had to use the CLI.

...

Here's some thoughts on accomplishing that in Linux without the CLI.

I'm not complaining, just watching in admiration of you all.

[–] Ilovethebomb@lemm.ee 2 points 1 week ago

Yeah, it's kinda adorable to watch actually.

[–] Comtief@lemm.ee 2 points 1 week ago (1 children)

I mean. I don't mind CLI, but I found it ridiculous that there seems to be no default text editor on Ubuntu. Like, I couldn't look into a text file without pulling up the terminal.

load more comments (1 replies)
[–] flamingos@feddit.uk 10 points 1 week ago (3 children)

Huh, why not just use QBittorrent? I've never even felt the need to reach for the command line with torrents (Linux ISOs of course) because it works so well.

load more comments (3 replies)
load more comments (6 replies)
[–] blaue_Fledermaus@mstdn.io 3 points 1 week ago (1 children)

Unfortunately I'm a software developer...

I can use a CLI, but I'd rather not.

[–] poVoq@slrpnk.net 22 points 1 week ago (2 children)
[–] Zwiebel@feddit.org 4 points 1 week ago (1 children)

MORE REALISTIC MORE REALISTIC

[–] poVoq@slrpnk.net 5 points 1 week ago

You mean more cow bell?

[–] glitchdx@lemmy.world 16 points 1 week ago (1 children)

been on Linux mint for a year now and the only time i use the terminal is to git push to update my website. so far, nothing else I've been doing has needed the terminal.

[–] Carrot@lemmy.today 2 points 1 week ago (1 children)

Git does have a desktop version with a GUI, but the CLI is much simpler

[–] glitchdx@lemmy.world 2 points 1 week ago (1 children)

does it? because I've looked and have only been able to find things that will tell me the status of my repository but not actually let me simply click a button to commit and push.

[–] Carrot@lemmy.today 1 points 1 week ago (1 children)

Oh, I assumed you were using github, my bad. There probably isn't a good desktop app for git outside of github.

[–] glitchdx@lemmy.world 2 points 1 week ago (1 children)

I am using github though.

Keep in mind that if I actually try to look at github, my smoothbrain glazes over. I've only checked what's available through my package manager. I probably should have included that in the previous comment.

[–] Carrot@lemmy.today 2 points 1 week ago

Ah, I see. If you look up "Github Desktop" online it should have a Linux version. I haven't actually used it outside of Windows, but I can't imagine it's missing committing/pushing to github, that's the whole point of the app! And yeah, github can be pretty daunting initially, there's a lot going on and it didn't feel intuitive to me initially either. I wish I had better advice other than just stick with it, but that's what I did so I don't know of any good guides

[–] Klear@lemmy.world 11 points 1 week ago

You brought this on yourself, you realise that, right?

[–] meldrik@lemmy.wtf 10 points 1 week ago

Silly to get angry about, because you can use Linux just fine without it. But the terminal is a powerful tool.

[–] applemao@lemmy.world 10 points 1 week ago* (last edited 1 week ago) (2 children)

The CLI does some things so fast though. I myself like bypassing the gui and interacting more directly. Same reason I only drive manual cars and grind my own coffee (autistic?) But yes, I am glad linux has a gui and we shouldn't force the cli on people who grew up with ipads.

[–] nsrxn@lemmy.dbzer0.com 3 points 1 week ago (1 children)

any tips for learning manual?

[–] applemao@lemmy.world 2 points 1 week ago

Find a friend with one, otherwise the key is to be smooth and really feel the clutch engagement. It's different for every vehicle. Its a balance between clutch and gas. With a lower power car you'll need more gas to balance while letting the clutch out. With an old manual truck, you pretty much need no gas input to get going because of torque. Another good way to learn could be just pick up an old g27 or g29 wheel (they have 3 pedals and a shifter either h pattern or paddles) and learn that way with a racing simple like LFS, Asetto Corsa, or Automobilista 2.

Depending where you live there's all sorts of sub $800 manual cars. That's how I learned (rusty $500 crx)

[–] Carrot@lemmy.today 2 points 1 week ago

ffmpeg is one of the things where I prefer the CLI. It's crazy powerful, and does some insane things in pretty simple commands. I've seen a meme that says half the internet is just wrappers for ffmpeg, and I'm inclined to agree.

Also, as an arch user (btw) pacman / AUR are a much better experience than having to hunt down the installers for everything online.

Similarly, the right CLI tools make searching for files across my entire computer much simpler and way faster than I could ever do with a GUI

[–] nsrxn@lemmy.dbzer0.com 7 points 1 week ago* (last edited 1 week ago) (1 children)

I don't want to be one of the people you think is angry at you, but I do want to proselytize a bit.

have you ever used a dedicated download manager? think of the terminal, first, as a dedicated download manager. All you do is type wget and then paste in the URL.

eventually, you may want to specify where the file goes, or what it's named when you finally download it, or something else. then, you can look up which flags to add with wget -h

I suggest you try Linux, any flavor, but especially Debian or Debian variants. instead of thinking you need to learn to use terminal, just remember that you have a dedicated download manager called terminal.

The thing is you will eventually learn that the terminal does a lot more than called wget. and you already know how to get help, and add flags.

[–] MITM0@lemmy.world 7 points 1 week ago (1 children)

No one is forcing you to learn it, but you do need it for getting out of trouble.

The CLI is the fastest way of getting things done if you know what you're doing.

[–] tyler@programming.dev 3 points 1 week ago (4 children)

you most definitely do need to use it on Linux, especially if you have a Nvidia graphics card... Audio issues are also prevalent.

load more comments (4 replies)
[–] IrateAnteater@sh.itjust.works 5 points 1 week ago (1 children)

OpenSUSE. People don't seem to give it much love, but their system settings application YaST makes command line usage completely avoidable for average users. Even for power users, YaST makes command line usage optional rather than necessary for most tasks.

[–] poVoq@slrpnk.net 9 points 1 week ago (1 children)

While this was true 10-15 years ago, nearly all popular distros include graphical configuration tools that are as good or better than Yast these days.

Cli usage on Linux is entirely optional these days on most Linux distributions, but once you learn a bit of cli use you actually realize that it can be a very helpful tool.

[–] JokeDeity@lemm.ee 2 points 1 week ago (4 children)

I don't think anyone is arguing CLIs aren't useful, pretty sure we all know that. It's not like you see the l33t haxxorz in movies tearing through GUI windows. We're saying we don't want to have to rely on it to do stuff frequently, for one reason or another.

And as far as saying it's optional, I must be a power user, because even on Ubuntu I felt I couldn't do much of anything without opening CLI.

IMO one of Linux' greatest follys is demanding perfection to the point where everyone just tries to make the superior way of doing things, then you end up with a mess of different ways to implement the same things. It's like that joke about coding languages, each one meant to be the final perfect language. Like with installers, on Windows you're generally going to get an exe, an msi, or some compressed file type that you just need to drag files into their location. Linux? I can't even tell you how many different methods I've seen for installing various things, none of which seems to be the "standard". Even compression seems to be way more all over the place, on Windows I only ever really see 7z, zip and rar, but I've seen a dozen different compression types for Linux files. That's incredibly confusing for dumb people like me.

load more comments (4 replies)
[–] theblips@lemm.ee 4 points 1 week ago

If you say it like that you are pretty much trying to aggravate them, though

[–] Spaniard@lemmy.world 3 points 1 week ago

With flatpak/snap you don't need to use terminal anymore.

[–] illi@lemm.ee 3 points 1 week ago (2 children)

When I need to run terminal, it's because I'm following a specific guide to fix or setup something. It's not much different than following a similar guide for Windows, except there might be a bit more copy+paste going on on Linux.

The omnipresent mentions of terminal also delayed my switch and it was completely unnecessary.

load more comments (2 replies)
[–] helvetpuli@sopuli.xyz 2 points 1 week ago (1 children)

Then don't use the terminal. You don't need it.

[–] blaue_Fledermaus@mstdn.io 1 points 1 week ago (1 children)

Yes, eventually I learned how, but the vast majority of tutorials on how to install or do anything on Linux jump straight into it.
And as a software developer, a lot of tools I come across don't have an official non-terminal installation option.

[–] helvetpuli@sopuli.xyz 1 points 1 week ago (9 children)

So here's the thing: providing support is much easier on the command line.

Also if you think about it, insisting that people who provide support or documentation use the system the same way you want to use it so they can show you how to use it is pretty weird.

Hold on there: did you say you're a software developer? Can you do us all a favour and put GUI-only on your CV?

.

load more comments (9 replies)