this post was submitted on 24 Dec 2023
131 points (91.7% liked)

Linux

48905 readers
1394 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hi, everybody Recently, a guy noticed that I was using it and asked why? For me it because in Linux many things are done through the terminal because Linux has many different desktop environments

He also compared terminal commands with cheat codes in GTA and other games, he understands what benefits you take from them, but not from terminal commands

(page 2) 50 comments
sorted by: hot top controversial new old

It's an one in all tool. I like that I can do almost everything through one program.

[–] BestBouclettes@jlai.lu 6 points 1 year ago* (last edited 1 year ago)

For me it's because it's much quicker and reliable for most use cases. Also the commands are roughly the same across many many of my systems (AIX, macos, and Linux distros)

[–] bouh@lemmy.world 6 points 1 year ago

The terminal is like a direct access to do things on the computer. A GUI is a program someone made to do a task the way he envisioned it to be done. If this task is not exactly what you need, you're out of luck.

[–] possiblylinux127@lemmy.zip 6 points 1 year ago

Because its better

[–] Venat0r@lemmy.world 6 points 1 year ago

Because its easy to make a script that can chain together a bunch of commands for tasks i do frequently, so its only one manual step to do it.

[–] DumbAceDragon@sh.itjust.works 6 points 1 year ago

Just faster. Often I can just enter a simple command before the GUI version even has time to load.

[–] megaman@discuss.tchncs.de 5 points 1 year ago (2 children)

Every time I touch the mouse i get a little more elbow pain. Tendens or whatever. The keyboard (an ergonomic one, at least) is more ergonomic.

[–] hips_and_nips@lemmy.world 4 points 1 year ago* (last edited 1 year ago)

I built a split ergonomic keyboard with a trackball on it so I never have to leave.

load more comments (1 replies)
[–] 8tomat8@lemmy.world 5 points 1 year ago

Because I'm forced to use a Mac at work. So to avoid their terrible UI, I use the terminal for most of the things. Then switching back to Linux is relatively easy.

Also it is faster in most cases and it's keyboard-first.

[–] Presi300@lemmy.world 4 points 1 year ago

Makes me feel like a hacker and makes other ppl think that I'm smarter than I am... That and there are certain things that are just more convenient through the terminal

[–] Rikj000@discuss.tchncs.de 4 points 1 year ago

Terminal still has use-cases imo:

  • Some programs only offer CLI, no GUI,
    to use them, the terminal is the only way.
  • Sometimes it's faster to use CLI instead of GUI, especially when you can use your command history to re-execute.
  • Testing single lines of scripts while writing them.
[–] manito_manopla@lemmy.ml 4 points 1 year ago (2 children)
load more comments (2 replies)
[–] moonburster@lemmy.world 4 points 1 year ago

Because googling a command line works way better and faster than any other form.

[–] Luffy879@lemmy.ml 4 points 1 year ago

Why should i open discover, wait half a year for it to load, search for vlc, wait half a year, look if its not a flatpak, realise its a flatpak, repeat

If i could just type sudo pacman -S vlc?

Or search how to update my grub config if I could just type grub-mkconfig -o /mnt/Boot/grub/grub.cfg?

[–] Drito@sh.itjust.works 4 points 1 year ago* (last edited 1 year ago) (1 children)

I do a bit of programming. Git help is about terminal commands. There are graphical front ends but I have to learn how to use them. I use terminal also for package management for the same reasons.

load more comments (1 replies)
[–] PlasterAnalyst@kbin.social 4 points 1 year ago (2 children)

I don't use it very often because my memory is for shit so I need gui options to be right in front of me.

[–] lolcatnip@reddthat.com 5 points 1 year ago

If you use it often that stops being a problem. You remember command names like they're your friends.

[–] meyotch@slrpnk.net 4 points 1 year ago (1 children)

In Bash, Ctrl+r is super handy too.

[–] cbarrick@lemmy.world 4 points 1 year ago (2 children)

I'm a software developer. I think about my interactions with computers as language. And Posix shell is a pretty good programming language.

So interacting with the computer this way just makes sense to my monkey brain.

load more comments (2 replies)
[–] wgs@lemmy.sdf.org 4 points 1 year ago

For style points at the office.

[–] luthis@lemmy.nz 4 points 1 year ago

For a lot of what I do, its the only way to do it.

For everything else, there's MasterCard.

[–] phoenixz@lemmy.ca 4 points 1 year ago

Because I can do things in 30 seconds what two windows admins take 15 minutes to do with their point and clicking. Not even making this up, this happened.

[–] knobbysideup@sh.itjust.works 4 points 1 year ago

You can easily pipeline simple things to do more complex things. That's the point of written language.

[–] satans_crackpipe@lemmy.world 3 points 1 year ago (2 children)

Because I don't use desktop environments.

load more comments (2 replies)
[–] Ozy@lemmy.world 3 points 1 year ago

many programs don't offer a gui so I'm forced to use it.

[–] exocortex@discuss.tchncs.de 3 points 1 year ago

One could ask in return "why do you use a mouse". The answer is probably "I've always done it this way" and not "after trying out different methods it's the one that i prefer".

[–] lightnsfw@reddthat.com 3 points 1 year ago

Because my first deep dive into Linux was a server I built that I didn't install a desktop environment on.

[–] Barbarian@sh.itjust.works 3 points 1 year ago
[–] superbirra@lemmy.world 3 points 1 year ago

a terminal is the ultimate gui for a lot of things especially w/ ncurses mouse support. You can open N terms and easily compose a dashboard which is exactly tailored to what you're doing at the moment. A simple oneliner often solves a problem for which a gui simply does not exist / isn't powerful enough. Terminal is the ultimate gui ftw from the space yay!

[–] spader312@lemmy.world 3 points 1 year ago

You can use the terminal commands to automate tasks, build cicd etc. Navigating file tree and performing tasks is much quicker once you get the hang of it. Lastly it translates well on all distros and even on Mac, or windows with wsl or cygwin

[–] art@lemmy.world 3 points 1 year ago

Some applications take some time to load up visual elements that you don't need before you can start using it. When you got a lot of work to do sometimes that just slows you down.

A lot of CLI programs do one thing and do it well while also working excellently in custom scripts.

[–] lemmyvore@feddit.nl 3 points 1 year ago (1 children)

Tell him you can "talk" directly to the computer that way.

load more comments (1 replies)
[–] Goun@lemmy.ml 3 points 1 year ago

Repeatibility (is that a word?) and scriptability. I find CLI tools easier to work with and easier to get information from them.

[–] clemdemort@lemmy.world 3 points 1 year ago

For me it's because I get a lot of feedback, if anything I do goes wrong I know why. Also it's usually faster

[–] ook_the_librarian@lemmy.world 2 points 1 year ago

Nice choice. Try to stick to the standard repository, kinda like the Play store on android.

I believe Mint tries to have minimal dependence on the command line. But usually it's easier to help others solve problems with the command line since that is easier to write out than how to click through menus. So don't let it scare you too much.

The internet is a friendlier place now, at least in the linux help-o-sphere. People don't let others post destructive "lessons" for people to learn anymore.

That was comment I wrote in a thread about distro recommendations. I think it provides a context in which CL has a clear advantage over GUI.

load more comments
view more: ‹ prev next ›