Ian_J said:
I'm a complete Linux noob, closest I have come is trying Ubuntu running from CD, however I'm now seeing quite a bit of stuff relating to using the shell, formatting SD cards, 3G dongles etc.
I'm not afraid of a DOS style environment but I was hoping for a more plug and play OS and would prefer to be able to use a nice GUI to get stuff done while on the move.
Am I going to be disappointed?
Well the thing most Linux newcomers don't realize is that Linux is a very GUI-enabled OS. You
can do everything you want to do using the GUI most of the time, and the Pandora is no exception. And the kind of things you can't do with a Linux GUI are the kinds of things you can't do with a Windows GUI (Does this make sense?); they are on about the same level of abstraction.
So why do users get the impression that Linux is so command-line centered? The reason is simple: Linux users are lazy. Doing things with the terminal is soo much easier than doing it with the GUI, even if you only know a couple of basic commands.
Example:
Task: Remove the GTK settings file to reset your theme because you screwed up.
Command line: Type "rm ~/.gtkrc"
GUI: Open a file manager, navigate to your home directory, open the folder view settings dialog, enable "Show hidden files", go back to the home directory, scroll down until you see ".gtkrc", select it, press [Shift]+[Del] to remove it, go back to the folder view settings dialog, and hide hidden files again.
So what do you think that guide-authors will prefer doing? Will they simply say "do a rm ~/.gtkrc" or will they walk you through the GUI process? What would you do?