EarlPurple wrote:
Linux is good for computer users who are not completely computer illiterate.
I have not used Ubuntu but my experiences with Linux and all UNIX systems have been that there is a lot of set-up to be done at first and this requires a knowledge of scripting or some help from someone else who knows scripting.
No scripting to install on modern popular systems like Ubuntu, Mint, Mepis, OpenSuse, Fedora, and on and on and on. Some types like arch or the more technicals ones you MAY find a reason to.
Quote:
The first obvious one for me is that the backspace key on my keyboard does not automatically erase the character I last typed. Hey - that is what the key is there for, just like the A key is there to print an A. It is really about time they sorted that one out if they haven't already.
This is possibly the most bizarre thing I have ever heard said about linux. Of course back space works. How the heck do you think we correct typing mistakes?
About the only program I can think of that
might re-purpose back space is vi, predating MS-dos. vi was written in 1976. Linux started in 1991. Checking the math, vi was 15 years old at that point. It is now 34 years old.
Far more likely you had a hardware problem.
Quote:
I come from the days when you typed in the name of the program you wanted to run rather than clicking it off a menu and I felt more "in control" doing that. I also hated the concept of software having to be "installed". If it's there on the hard drive it should work. At worst you may need to configure it to your own directory structure.
Of course Linux like all UNIX systems will have an issue running software if your path or LD_LIBRARY_PATH are not set up correctly. This again is something that should probably be made easier for the common user. Most of the time you do not actually want to make your search path too big as this can slow down your software.
You statement here boggles my mind. Setting up library paths are not a user action for an install. The only thing most users need to type during an install is their name and password.
Programs, like they did even in dos, are easily capable of storing their own paths(and making them) should they need them. Otherwise things in linux are set up much more systematically. Things are in standard locations. Programs can find what they are looking for and remember it.
They can even modify the path variable. User help not needed.
Further, ALL modern operating systems have a process running that keeps track of where directories and files are. Its called a "file manager" and it resides in memory.
I would guess that you are GREPing strings from 30 year old Unix man pages, but even the modern Unices are not like that anymore. Apples OSX is very much a modern Unix for instance.
If you are that out of touch, please dont comment.
Finally, linux literally means
Linux
Is
Not
Uni
X
_________________
davidred wrote...
I installed Ubuntu once and it completely destroyed my paying relationship with Microsoft.
Last edited by Fuzzy on 09 Jun 2009, 5:45 am, edited 1 time in total.