Here is where I have to step in... and give my .02
It is great that people around here are interested in learning a new operating system. LSL, or Linux as a Second Language is something that you hear in all types of windows forums. The problem is that people do not always keep in mind the inherent differences between Windows and Linux. The most important difference to keep in mind is their purpose or intent.
If you are going to go through all of the trouble of learning a new OS (We will say Linux) and then just use it to browse the web and read email. Then you might as well just stick with Windows. Windows *is* a better desktop environment. You would have to be a fool to say that KDE or GNOME run better than the Windows UI (Luna is it called?).
However, if you want to dabble with your own mailserver/webserver/FTP Server/ (Insert Service here)Server then Linux is your choice. If you want to learn more about how your computer works, Linux is your choice. Finally, if you want to learn more about the internet, how it works, what it can and can't do... Linux, is your choice.
I did not mean to get off on a rant here, and I do not intend disrespect to anyone's abilities nor their intelligence... but I have had it with people running Red Hat, Mandrake, etc. that bragg about their use and knowledge of linux and then turn around and ask how to get their soundcard to work...? Again, nothing wrong with not knowing how to install linux drivers (they are called modules), but then please do not advertise that you are a l33t li|\|ux d00d.
To reiterate, use Linux if you desire to know and do. Use Windows if you want to do. I have no gripes on the Windows front other than some of the security holes and Microsoft's EULA's. Microsoft has the desktop environment almost perfect. Linux is a long way's behind in terms of a desktop environment. KDE and GNOME are commendable, but they are nowhere near as fast as XP Luna. Partly because they run on X11, well exactly because they run on X11. Anyway, I am sorry for the rant.
One more time, don't try Linux just to "have tried" linux. Have an honest desire to understand the fundamentals of that $1,000 25 pound hunk of circuits on your desktop.
Send flames to
jurbanek@dwave.net
-Weaver
Public Keys
The primary purpose of the DATA statement is to give names to constants; instead of referring to pi as 3.141592653589793 at every appearance, the variable PI can be given that value with a DATA statement and used instead of the longer form of the constant. This also simplifies modifying the program, should the value of pi change.
-- FORTRAN manual for Xerox Computers