this post was submitted on 27 Mar 2025
987 points (90.6% liked)

linuxmemes

24143 readers
1379 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] BoiBy@sh.itjust.works 45 points 4 days ago* (last edited 4 days ago) (6 children)

    I use Linux and I prefer GUIs. I'm the kind of person that would rather open a filemanager as superuser and drag and drop system files than type commands and addresses. I hope you hax0rs won't forget that we mere mortals exist too and you'll make GUIs for us πŸ™πŸ™πŸ™

    [–] Lv_InSaNe_vL@lemmy.world 23 points 4 days ago (4 children)

    Tbf, the file explorer is actually one really good argument for GUIs over terminals. Same with editing text. Its either simple enough to use Nano or I need a proper text editor. I don't mess around with vim or anything like that that.

    Its all tools. Some things are easier in a file manager, some things are easier in a GUI.

    [–] spicehoarder@lemm.ee 14 points 4 days ago (1 children)

    You've angered the Emacs gods 😨

    [–] Lv_InSaNe_vL@lemmy.world 7 points 4 days ago

    Good. They need to be humbled haha

    I think it depends, if I have a simple file structure and know where stuff is, it's pretty efficient to do operations in the terminal.

    If I have a billion files to go through a file manager might be easier.

    [–] ColdWater@lemmy.ca 4 points 4 days ago

    Nano, the best text editor

    [–] BoiBy@sh.itjust.works 4 points 4 days ago* (last edited 4 days ago) (2 children)

    Yeah I prefer fancy text editor too. And my biggest heartbreak was learning that I can't just sudo kate (there's a way to use Kate to edit with higher privileges but I never remember how, edit: apparently it's opensuse specific problem).

    Born to Kate, forced to nano

    [–] Illecors@lemmy.cafe 4 points 4 days ago

    The problem is running GUI code as root as it's never been vetted for that. What you want, effectively, is to have EDITOR variable of your session set to kate and open system files using sudoedit. I'm a terminal guy myself, so this exact thing is enough for me. Having said that - I'm sure someone will chime in with a plugin/addon/extension/etc that adds this to the right click context for what I assume is KDE. Or you can try looking for that om your favourite search engine.

    [–] swelter_spark@reddthat.com 1 points 4 days ago

    You can edit system files with a GUI text editor by opening the containing folder as root in a GUI file manager, then opening the file you want to edit from there.

    [–] Korhaka@sopuli.xyz 11 points 4 days ago

    I use both, depends a bit on the task at hand. Generally simple tasks GUI and complex ones CLI. Especially if I want anything automated.

    [–] SkunkWorkz@lemmy.world 6 points 4 days ago

    It depends. But yeah I’d rather use something like Handbrake than raw dog FFmpeg.

    [–] TwoBeeSan@lemmy.world 7 points 4 days ago* (last edited 4 days ago)

    I tried to learn superfile thinking it could make terminal more exciting but nah.

    Gimme that comfy file explorer gui.

    Totally agree.

    [–] utopiah@lemmy.world 4 points 4 days ago (2 children)

    FWIW I do use the file browser too when I'm looking for a file with a useful preview, e.g. images.

    When I do have to handle a large amount of files though (e.g. more than a dozen) and so something "to them", rather than just move them around, then the CLI becomes very powerful.

    It's not because one uses the CLI that one never used a file browser.

    [–] takeheart@lemmy.world 3 points 4 days ago (1 children)

    Yeah, when I need to inspect lots of images I just open the folder in gwenview.

    For peeking at a single picture or two through you can hold down control and click/hover on the filename when using Konsole. Love that feature. You can even listen to .wav files this way.

    [–] utopiah@lemmy.world 1 points 3 days ago

    Very nice, I don't seem to have that option available but I can right-click on a filename to open the file manager in the current directory. Good to know!

    [–] BoiBy@sh.itjust.works 2 points 4 days ago (1 children)

    I once did rm \* accidentally lol. I now have a program that just moves files to trash aliased as "rm" just in case. I just don't feel confident moving files in CLI

    [–] utopiah@lemmy.world 1 points 3 days ago

    Yeah it happened to all of us. The console is powerful and it means when you mess up, it will have BIG consequences. One learns to test first before globbing https://en.wikipedia.org/wiki/Glob_(programming) too much!

    [–] Shanmugha@lemmy.world 3 points 4 days ago* (last edited 4 days ago)

    I would say "why not, to each their own" if not the thought about what else the filemanager is going to do with root access (like downloading data from web for file preview). But the general sentiment still stands, it is absurd to think that computer must be used only in one way by all people