this post was submitted on 08 Sep 2023
1262 points (97.9% liked)

linuxmemes

21251 readers
1866 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 members of the community for any reason.
  • 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, and wants to interject for a moment. You can stop now.

  • Please report posts and comments that break these rules!

    founded 1 year ago
    MODERATORS
     
    you are viewing a single comment's thread
    view the rest of the comments
    [–] 1984@lemmy.today 23 points 1 year ago (2 children)

    But it's actually better!

    I know it's easy to think that it's about showing off, but honestly, the Linux graphical tools are much worse than the command line most of the time.

    Installing software is much faster and more reliable using the command line than any graphical tool I've used.

    [–] Neon@lemmy.world 12 points 1 year ago (3 children)

    It really depends.

    For formatting drives i.e. i much prefer the GUI.

    [–] backhdlp@lemmy.blahaj.zone 6 points 1 year ago

    Nothing can beat GParted imo

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

    Gparted is nicer for some stuff (have fun resizing a partition without it, for example), but for basics it's hard to go wrong with cfdisk IMO. Or even plain fdisk. Very useful to actually know how to use that if you don't have access to gparted, e.g., system recovery or install, and cfdisk is super easy to use too.

    [–] 1984@lemmy.today 3 points 1 year ago

    Yeah that I agree with.

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

    It also has an easy explanation:

    1. Programmer wants to solve a problem, writes some functions, can call them from main()
    2. Programmer is also Sysadmin, can't be bothered compiling stuff for every simple thing, so adds a CLI parser to call the different functions from main()
    3. End user wants a GUI... but Sysadmin already has all they want on the CLI, so maybe someone puts up some GUI when they're bored, or it really, really, really makes sense... or end user is SOL