Hi guys, wanted to know what the best way a newbie like me learn to do disk management stuff (like adding devices, managing formats and partitions and so on) in Linux mint. gui is prefered but I’m willing to learn the terminal way too if it has benefits and more control. Thank you for your time

  • LunaChocken@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    3 days ago

    Man pages are a headache for me a lot of the time. Even with using / to search through it.

    https://tldr.sh/

    Alternatively install the tldr client and just run tldr command

    Or another method

    curl cheat.sh/topic There’s also a client for it as well

    • tomcatt360@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 days ago

      That’s fair. I have 14 years of experience reading man pages, thanks for sharing the tools!