• @1984
    link
    2410 months ago

    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.

      • @dx1@lemmy.world
        link
        fedilink
        4
        edit-2
        10 months 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
        link
        310 months ago

        Yeah that I agree with.

    • @jarfil@lemmy.world
      link
      fedilink
      6
      edit-2
      10 months 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