quote:
Originally posted by TurricaN:
This is just my view, but I can see that, within 10 years, Linux will have overtaken Windows. I believe that is pretty much inevitable and is certainly a good thing for consumers.
I wish this were true. Despite I love Linux, there is always the problem of the creating a standard Linux (think FreeBSD), and average joe embracing it.
quote:
Originally posted by TurricaN:
The evidence is already starting to show, with things like Wal-Mart selling PC's packaged with Debian Linux (An enhanced version of Debian Linux called "Lindows OS", capable of running just about any Windows program) and Mandrake Linux, which is the same (newbie) distribution of Linux that I have.
Originally, Wal-Mart was offering Lindows, but dropped it in favor of Mandrake. However, I don't recall Lindows being a hash of Debian. Might be wrong, though, or confused with Lycoris. Mandrake, BTW, is a modified version of RedHat.
quote:
Originally posted by tabris17:
Linux has a long way to go before it gains acceptance in the mainstream. How do I use an RPM manager? How do I recompile this file? Which hardware works with this? Oh, I need to make a driver? What programs can I use? I'm not saying this to bash Linux but, for the common masses its still a ways off.
For RPMs,
Install: rpm -ivh
Upgrade: rpm -U
Delete: rpm -e
Query: rpm -qa
As always, check the man. (However, I prefer tarballs)
To compile a file: usually,
./configure ; make ; make install
And, as always, read the fine manual
All REAL hardware will work with Linux (that means no stinky winmodems, though some will work). And, yes, depending of the hardware, you might need to compile a driver.
bash? Usually it is used by default! (Sorry, can't help on this one!)
The actual problem is not the ease of use. Those of us, of the real old school learned how to do things DOS style, so, why they can't do it now? (Think of all those "new" users). Rather, they prefer to use what comes "bundled" in.