I first tried Linux in 2009 (my handle here and on some other tech forums actually stands for 'New To Linux 2009'). At the time, I wanted a netbook for a trip. I don't like Windows, and the Apple versions were ~ $2,000 at the time. I found an ASUS PC901 from Amazon that came with linux, for ~ $280. I was initially super impressed with the built in linux (Xandros) - I was on my network, browsing, printing in no time, no troubles! But... I got stuck in a loop trying to make updates, ran out of memory, and it just got dragged down. There was a lot of locked down apps that I could not eliminate. After some reading, I worked up the nerve to install Ubuntu, (a variant for that machine I think), and that was great. I couldn't believe all the stuff I did on that little thing. OpenOffice, Sketchup, music programs, audio editing, browsers, email.
I was easily able to configure it with as many virual desktops as I wanted (workspaces), which really helped the useability with a small screen (9").
I was so happy with it, that when my iMac died, I decided to buy a windows laptop and install Ubuntu, and use it as my daily machine. I have not looked back. I now run Xubuntu (just didn't care for Unity), and I love it. It is so configurable (and the configurations are all done through GUI interfaces) - I have everything set up just as I like it. Like comfy shoes.
When I need to do something on my wife's MacBook, I just go nuts. Only recently did they get multiple tabs for the Finder. It hides stuff from you w/o telling you (searches do not include the system files unless you jump through hoops). I find it easier to use for almost everything, and I came from the Mac world.
QuantumQuest said:
... One thing already mentioned in the thread, is the use of some command shell. That's the real interface of the "heart" for any Linux distro and sooner or later something that a beginner Linux user must master. ...
I don't see it that way. I rarely get into the terminal (well, I'm currently writing some Python scripts for an external application, so that doesn't really count). The installer is GUI based, the set up is all GUI. I barely know my way around the command line, even after all this time. And I've installed on several different systems. It's easy.
Now, when you discover some sort of problem, often times the fix will be described with a terminal command. At first I thought this was odd, often there was a GUI method to do it. But then I learned that a cut/paste of a command is easier than describing how to go through a dialog box, and that box may change over time - the commands are more stable.
But I don't consider a cut/paste as 'mastering' the command line. It's just a pragmatic method for those sorts of fixes.
I can toggle hide/show hidden files with Command-H in my file manager on Linux. On a Mac, I need to
execute several commands in the terminal (hide or unhide, then restart the finder)!
There is a lot you can do from the terminal, but you rarely actually need to (outside of copy/paste) very often at all.
-New To Linux 2009