The State of GNU/Linux in 2002: It was Good.
An anonymous reader writes "This year has proven most interesting for GNU/Linux. While there was not any amazing surprises, there were numerous events that are noteworthy for review. The upshot to all of this is that most of what happened was good overall for the Free Software community. Read the full story."
To my mind, the best thing, and it's a biggie, is that we finally have a distribution (Redhat 8.0 -- perhaps others?) that, out of the box, renders fonts so that they look good to non-nerds. This is the first step towards bringing Linux to the masses!
Next we need to radically cut the number of choices that the average user needs to make at install-time (Gee, which of the following 87 libraries should I install? And what the hell is a library anyway?)
If some entity (Redhat? IBM?) just grabs the bull by the horns, we'll have a good Windows replacement in a few months! Pleasepleaseplease somebody do it!
Many Linux users have been waiting for Linux to break out and start converting more users. Walmart certainly helped supporting Lindows, which i hope succedes as a desktop replacement. I think It's demize is the generally high price of the Subscription. In other light I know of schools and many other instutions switching to MS bassed mail systems due to ease of maintence and webacces they offer (Yes Many Linux solutions exist I like them myself). But a switch to MS Products is very bad for Linux on the server side...espically considering security issues as Windows is insecure.
I agree ith the PDA article. I found the Sharp to be just as usefull as the Palm software and almost as easy as WinCE. I think the Small evices market could easioly be dominated by Linux because software for those devices needs to be customized by a manufacturer and the cost quickly becomes cheaper for manufacturers due to little to no cost for the Linux and abou tthe same cost to customize it as any other OS (ie Drivers for the hardware and customicing software).
I hope the economy gets better
Happy New Year
I've only been using Linux for about 1.5 years now, and it amazes me how fast things get better in the OSS world. I mean sure Linux has been around for 10 years so maybe that's not "so fast", but in the last year I've noticed huge strides.
The first time I installed linux (redhat 7.1) it took me a few tries to get it to see my mouse, my laptop video card didn't play nice, my desktop sound card didn't get found and took like 3 weeks of teaching myself kernel compilation stuff to get it up and running, my desktop NIC was a hassle, and I thought the desktop choices were attrocious (KDE 2.2 and gnome 1.4 I Think...)
Not to mention any software to do real work (Office apps, decent browser) or to have any fun (IM, Decent mail client) had to be installed after the fact requiring more compilations, and messing with the system...
More recently I installed RedHat 8 on my desktop and laptop... Oh the beauty... Gnome 2 is a truly nice system if you ask me. the new theme is easy to look at (finally!!) All the apps I need (OpenOffice, Gaim, Evolution, Mozilla) are the defaults and are already installed. All of my hardware was perfectly and flawlessly recognized, even my wireless network card was setup during the installation (Shake a stick at that WindowsXP!).
All in all, night and day, in 1 year its gone from taking 1-3 days to get a desktop linux system really ready for production to about 30 minutes... If the next year holds as many leaps and bounds of usability MS will be in dire straights soon.
I have still done WindowsXP installs during the last few months that don't recognize all of the hardware in a box, especially wireless network cards (the linksys wpc11 most notably). Besides the fact that from a clean install of WindowsXP you still have to install all of the software (office, developement environment), it still takes at least 2 hours to get a windowXP box really ready for use, then another 4 to do all the updates it needs... (granted, it takes about 2 hours to download and install all of the redhat updates since the 8.0 release.. but it all happens in the background and doesn't require a reboot, while with WindowsXP and windows update, there are at least 4 updates that you have to download *alone* and then reboot after each one, meaning to do the updates, you are going to reboot 5 times and you have to babysit the box while the updates are happening, times reflect downloading on 1mbps DSL).
In this users opinion, its been a GREAT year for OSS and Linux, and I hope it just keeps getting better.
Other reasions why 2002 was great:
Phoenix 0.5 - http://mozilla.org/
Chimera 0.6 - http://mozilla.org/
The Open CD - http://www.TheopenCD.org
GNU Win II - http://gnuwin.epfl.ch/en/index.html
yEnc - http://www.yenc.org/
Karma: The shiznight, mostly because I am the Drizzle.
Microsoft has $40B in the bank and is still making money like they have a license to print it.
The Linux vendors have fallen to beg mode, "please give us money or we will vanish" (Mandrake). VA Linux Labs, now VA Software (stock symbol: LNUX) says "We are in no way a Linux company - we are a proprietary software company". Red Hat made a $300K profit last quarter, first ever, on a market cap of about $1B, what a complete joke.
Yes, yes, we have Apache, we have MySQL, we have numerous charity cases, but there is no way in hell that this has been a "great year" for Linux. If you can't make a buck, you can't eat, and sooner or later, you will stop breathing.
In the meantime, Borg-like entities like IBM (for Christ's sake) are adopting Linux (should I say "swallowing up Linux"?) and this is somehow a twisted victory for "the cause".
I want to throw up.
First of all posting article text is illegal. So for one thing i dont want slashdot to make web sites angry for taking their content without them getting ad revenue. Also you need to watch out for people who are karma whoring. People have said they dont care about karma whoring but i think they need to. People can get their karma up to the level where they get a +! bonus and troll away. That DOES lower to level of quality on slashdot and its something that i would like to not see happen.
unzip; strip; touch; finger; mount; fsck; more; yes; unmount; sleep
You just described the ideal scenario, one that unfortunately doesn't happen very often. In particular, the number of RPMs available via apt4rpm on RH8 is incredibly small. When apt works, it works great, hence the fact that we're stealing from it liberally in autopackage. Usually though, it doesn't work, unless you use Debian, and then the inertia that attempting to package nearly every piece of software on the planet implies (gentoo are having problems with this too) means packages are often out of date.
The Windows scenario as described is also sort of unusual, although as Windows software installation was grown rather than designed yes, it too is far from perfect.
What's needed is for developers to be able to produce portable binary packages, and then have a distributed and decentralised DNS style network to replace apt. The interface is still the same: "package install galeon" and wait, but unlike apt it scales.
Of course, that makes it sound easy. It isn't. For instance, the GNU ld.so (dynamic linker) contains design, ah, issues which make producing portable binaries quite hard (to do with link trees). We're figuring out what to do about that now, talking to libc-alpha, distros etc. We may (worst case scenario) end up having to distribute our own linker, luckily ELF allows for plug and play linkers.
Then you've got the myriad differences between distros. Every distro except debian uses the FSF version of install-info. Debian based distros use their own, slightly incompatable version. File locations differ and most packages built with automake are not relocatable. We have solutions for those things too.
OK, end rant. It's going to be a long haul, but believe me, we will end up with the most kickass software management system in the world. It'll be like apt, except it works more often (hopefully one day, always works), and it'll look good too. Will we make v1.0 in 2003? Hmmm, maybe so, maybe no. We'll have to wait and see. If not 2003 then definately 2004.