Posted October 18, 2015
Whats the deal with Terminal? Pretend MSDOS did not exist? Well, Linux also does it right - Bourne Again shell, combined with autocomplete, combined with powerful utilities with built-in documentation system. Compare MSDOS to that. Pretend Powershell does not exist? And what is the sole reason they started making it?
Its just interface. CLI, TUI, GUI - they are all usable and still widely used.
Anyways, on Linux- configuration is stored in text files. Like you can't open a text file via text editor with a file manager on right click? Is Windows registry any better - being just a duplicate of filesystem with same text files, but packed into (memory eating) database?
You don't have to edit text files, like you don't have to edit registry - there are GUI tools which are essentially doing the very same what in windows. Read configuration, change it, apply - with buttons.
Real trouble starts when you can't edit configuration.
For example, your graphical card requires drivers to work, so you have no display. Or it incorrectly detects display and screen shuts down. How do you fare from there, if the only option you have is GUI? You reboot into safe mode, to mess up your icons - but it does not save the display config. You'll need to navigate trough registry to change the key. In Linux you switch to TTY, login, open configuration with text editor and limit topmost resolution. Is this much different, except you don't need to reboot at all?
I think most people simply judge quality of system by bells and whistles it has. Windows has tons of them - icons, backgrounds, next-buttons. But the price of that are 30+ GiB on hard disk and 2+ GiB RAM footprint. There ARE bells and whistles for Linux, but they are optional - if you want them, you can install them.
Its just interface. CLI, TUI, GUI - they are all usable and still widely used.
Anyways, on Linux- configuration is stored in text files. Like you can't open a text file via text editor with a file manager on right click? Is Windows registry any better - being just a duplicate of filesystem with same text files, but packed into (memory eating) database?
You don't have to edit text files, like you don't have to edit registry - there are GUI tools which are essentially doing the very same what in windows. Read configuration, change it, apply - with buttons.
Real trouble starts when you can't edit configuration.
For example, your graphical card requires drivers to work, so you have no display. Or it incorrectly detects display and screen shuts down. How do you fare from there, if the only option you have is GUI? You reboot into safe mode, to mess up your icons - but it does not save the display config. You'll need to navigate trough registry to change the key. In Linux you switch to TTY, login, open configuration with text editor and limit topmost resolution. Is this much different, except you don't need to reboot at all?
I think most people simply judge quality of system by bells and whistles it has. Windows has tons of them - icons, backgrounds, next-buttons. But the price of that are 30+ GiB on hard disk and 2+ GiB RAM footprint. There ARE bells and whistles for Linux, but they are optional - if you want them, you can install them.
Post edited October 19, 2015 by Lin545