Comments by "Crazy Eyes" (@CrizzyEyes) on "The MANliest way to learn Linux" video.
-
2
-
Man pages are helpful but I don't understand the anti-GUI bias for Linux users. Well, I kind of do, because as you said, Linux DEs are frankly lacking. But browsing man pages online in a browser is a lot more convenient than using the terminal if it is available and if you don't know the idiosyncrasies of, for example, the less reader. Command line options are usually not intuitive and vary based on the whimsy of whomever wrote the program so having a search option (CTRL+F in every browser, which almost everyone will be familiar with) and a comfortable reading environment is a must.
There are other advantages as well. In MATE, for example, hitting ALT+F2 at any time and launching any program with autocomplete, and using pre-defined scripts that have all of the command line options you would want instantly is extremely convenient. Could you set all of this up yourself in a terminal using aliases, PATH var and scripts? Sure you could. You could also go and write your own operating system from scratch. One of the key tenants of software in general is that it is stupid to reinvent the wheel. DEs may not be perfect, but none of them (that I know of) bar you from using the terminal quickly and easily if you need to. If your use case is personal computer use and not learning Linux so you can manage servers for your job, it's better to not burn out on learning a bunch of new syntax that is not immediately useful to you.
1
-
1
-
1