this post was submitted on 10 Feb 2025
867 points (97.6% liked)

linuxmemes

22397 readers
1882 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.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 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. Even if you watch it on a Linux machine.
  • 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.
  • Β 

    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
     

    Let the apologists have a field day in the comments.

    you are viewing a single comment's thread
    view the rest of the comments
    [–] RedSnt@feddit.dk 3 points 1 day ago* (last edited 1 day ago) (3 children)

    I don't mind using the terminal, but how the fuck am I going to remember something like kwriteconfig6 --file startkderc --group General --key systemdBoot false? (In fact, there aren't even man pages for that command). Like the scribbles of a mad man I've had to put down commands like that in a sort of personal instructions manual, because ain't no way I'll remember these commands by heart.
    And you often end up just saving the most used commands as aliases or functions in the .bashrc meaning you don't retain the syntax for the commands you use. Well, maybe I'm a unique case of fish memory.. The thing about humans is that we greatly rely on our vision, and having GUI's to show what's possible greatly improve ones understanding of how to manage it going forward.

    [–] Oinks@lemmy.blahaj.zone 2 points 8 hours ago (1 children)

    kwriteconfig6 is barely documented because you're not really supposed to use it. All of the settings that users are expected to change are in the nice settings app that Plasma ships with. Using kwriteconfig (or equivalently a dconf editor on GNOME) is like editing the registry on Windows; you are implicitly opting into more power, out of most guardrails and into potential breakage. The UX being a bit questionable (though honestly it's really not as bad as you're saying, it does exactly what it sounds like it will do?) is to a degree intentional, because you're not supposed to be using this unless you know what you are doing.

    [–] RedSnt@feddit.dk 1 points 5 hours ago

    Tbf, disabling systemD autorun is the only thing I've ever user kwriteconfig6 for, because with it enabled bash scripts don't run correctly.

    [–] nsrxn@lemmy.dbzer0.com 3 points 9 hours ago* (last edited 9 hours ago)

    I keep all the little snippets like that in an org-mode file, and write notes about what I was doing and why, and org-babel can even execute the code right there in the document.

    and it's not even running a terminal!!

    [–] RejZoR@lemmy.ml 2 points 13 hours ago

    This is why GUI exists. So you don't need to memorize idiotic and long commands.