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
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 wellThat’s fair. I have 14 years of experience reading man pages, thanks for sharing the tools!