Sponsored Content
Operating Systems Linux Ubuntu Red Hat Linux & Desktop Market Share Post 68414 by locustfurnace on Sunday 3rd of April 2005 05:08:25 AM
Old 04-03-2005
Interesting, This post was made in 2003, not much has changed.
Why has nothing changed?
Will GNU/Linux every overtake MS Windows? No.

How will GNU/Linux ever obtain more of the market share? The key to success is, what GNU/Linux needs to do, is dumb down.
Linspire, is perfect example of this dumbing down. Is Slackware-Linux being sold via Wal-Mart on per-loaded computers? No.
Linspire is, why? Because it is dumbed down enough.
This does not imply MS Windows user are "dumb" either. This just means that for GNU/Linux to become more popular it needs to be simpler to understand.
No matter how secure, stable, customizable a distro is, it's still entirely too complex for the Joe & Jane PC consumer.
AOL, shows that there are way to many computer users who just want things handled simply for them.

Why does so many tech reports say this or that about GNU/Linux overtaking the market, but they are thinking like techs, they know what they are doing. They forget, that most people do not care about being able to tweak their boxes, rebuild kernels, run servers.
Most people care less about how to fix a computer, build a computer, install an OS.
Same thing applies to cars. Most consumers just want a cheap car that works. They do not want to buy a car in a kit form, build their own engines, spend months tweaking the drive-train combo they purchased when it fails to work.
How many people buy automatic transmissions? Lots. They do not want to be bothered with shifting gears.
Why would these same consumers want to spend weeks figuring out how to set up their cheap printer and scanner on their GNU/Linux installation.They don't.

BeOS, was simple to install, could be installed on your PPC (603,604) or the x86. It failed for many reasons, one being that for the average consumer, MS Windows already does what BeOS does. They saw no point in purchasing another OS that does the same thing. Even the Free BeOS PE edition failed. It was free, so price really was not the issue either.

GNU/Linux, just does not offer enough differences to the average consumer to lure them in. Plus, getting new hardware toys just wont work with the distro for many months, til someone codes something. Sometimes, those cheap toys people buy, simply will never work.

Even with many of the major distros becoming what they term, "user friendly," it's still not going to appeal to the consumer who buys a PC to print, scan, take home photos, play some games on.

Then the question is, if, to lure all the customers from Microsoft, GNU/Linux distro's must become like MS Windows. Will it still be as useful for those who used it prior? Will the dumbing down make GNU/Linux less appealing to today's and yesterdays user, and make them look for something else to crusade?
 

8 More Discussions You Might Find Interesting

1. Red Hat

How to Install Red Hat Linux Desktop version 4?

I want to install Red Hat Linux Desktop version 4. Please tell me the step-by-step installation and which file system will be best for this O/S? Like in windows, we have NTFS file system(which has very security features). Is there any such file system in Linux? Which file system should i use? (2 Replies)
Discussion started by: Anna Hussie
2 Replies

2. Red Hat

How to Install Red Hat Linux Desktop version 4?

I want to install Red Hat Linux Desktop version 4. Please tell me the step-by-step installation and which file system will be best for this O/S? Like in windows, we have NTFS file system(which has very security features). Is there any such file system in Linux? Which file system should i use?... (0 Replies)
Discussion started by: Anna Hussie
0 Replies

3. Red Hat

not large enough to display the application in red hat linux x win desktop

I use red hat linux es 5 I use startx to start the x-win desktop. But when I use vritual manager . The display application is too large so the bottom part for the application cannot show out. I cannot scroll down to get the display of bottm part . So, I do not know what button display at the... (0 Replies)
Discussion started by: chuikingman
0 Replies

4. Red Hat

How can I get Red Hat Desktop edition?

Is there any way to install Red Hat Linux any version without purchasing? If yes, Please help me. I know Fedora is alternative way of Free Linux. But I am more interested to install Red Hat Linux for Personal Use. If anyone really knows about this... Please Please Please help. ... (1 Reply)
Discussion started by: sagarsbhandare
1 Replies

5. UNIX for Dummies Questions & Answers

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ?

how to know if i use "Red Hat Enterprise Linux" or "Red Hat Desktop" ? (2 Replies)
Discussion started by: ahmedamer12
2 Replies

6. Shell Programming and Scripting

Directory / File changes on CIFS share mounted on Red Hat Linux

I have a requirement to copy the changed file on CIFS share mounted on Red Hat Linux to a remote FTP/SFTP server. I tried inotify-tools, but this didn't track the modified files. Has anyone tried incron or any other suggestion? (1 Reply)
Discussion started by: SupeAlok
1 Replies

7. Red Hat

Unix services for windows & Linux\Red Hat

I am not too familiar with linux, so please keep that in mind while reading this post. We have a few linux servers joined to the domain, and linux services for windows running. I have a user that can connect to one linux server, but not another. I ran the cat /etc/passwrd and noticed the user... (0 Replies)
Discussion started by: dcatcha
0 Replies

8. Red Hat

Difference b/n AIX & Red Hat Linux Commands

Hi All, The scripts developed in AIX can be executed in Red Hat Linux too? Because, we are migrating OS from AIX to LINUX. Will there be any differences in commands? Thanks in advance!!! Regards, U (2 Replies)
Discussion started by: unme
2 Replies
SNACC-CONFIG(1) 						  [FIXME: manual]						   SNACC-CONFIG(1)

NAME
snacc-config - script to get information about the installed version of snacc SYNOPSIS
snacc-config [--version] [--prefix=DIR] [--exec-prefix=DIR] [--uninstalled=DIR] [--libtool] [--cflags] [--libs] [--compiler] [--asn1specs] [--language=LANG (C or C++)] [BUFFERTYPE (one of ebuf, mbuf, sbuf, or tbl)] DESCRIPTION
snacc-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use snacc. OPTIONS
--version Print the currently installed version of snacc. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that snacc was built with when computing the output for the --cflags and --libs options. This option is normally not needed in Debian GNU/Linux. --exec-prefix=PREFIX If specified, use PREFIX instead of the installation exec prefix that snacc was built with when computing the output for the --cflags and --libs options. This option is normally not needed in Debian GNU/Linux. --libtool If you understand this option, please file a bug against snacc. --cflags Print the compiler flags that are necessary to compile a snacc based program. --libs Print the linker flags that are necessary to link a snacc based program. --compiler Prints the filename of snacc. On Debian GNU/Linux, it's /usr/bin/snacc. --asn1specs Print the location of the snacc-specific ASN.1 files. On Debian GNU/Linux, it's /usr/include/snacc/asn1/. --language=LANG (C or C++) This option determines, wether --cflags and --libs print the flags for C or C++. On Debian GNU/Linux this is e.g. /usr/include/snacc/c/ or /usr/include/snacc/c++/. BUFFERTYPE This option determines the output of --cflags and --libs. BUFFERTYPE must be one of ebuf, mbuf, sbuf, or tbl. SEE ALSO
snacc (1), mkchdr(1), ptbl(1), pval(1), berdecode(1). Please install the snacc-doc package for more information on snacc. AUTHOR
This manual page was written by W. Martin Borgert (debacle@debian.org) for the Debian GNU/Linux system. Parts of it are taken from the glib-config(1) manual page - I hope that nothing is inaccurate for snacc-config. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation. AUTHOR
W. Martin Borgert Author. COPYRIGHT
Copyright (C) 2001 W. Martin Borgert [FIXME: source] 2001-02-17 SNACC-CONFIG(1)
All times are GMT -4. The time now is 05:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy