Poll: How likely are you to pay for a Linux distro?

Page 4 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.

mpitts

Lifer
Jun 9, 2000
14,732
1
81
Originally posted by: Staples
Originally posted by: Flatline
I have 'nix machines at work with over 500 days of continuous uptime and you're telling me linux is unstable?

I don't think 'nix counts as Linux. Out of most of the most popular 'nix operating systems out there, guess which one is the least stable? In comparison to Windows 2000 server, Linux probably runs 15% longer but that doesn't excuse it for having FreeBSD run three times as long before it has to be rebooted. A lot of the unstablity, longevity and security issues are due to the admin not doing their job as well as it can be done. MS seems to know this and that is why they turned everything off in Server 2003 and made people set a password.

I had multiple LINUX machines running at my old job. All of them were up from the day I built the OS (Redhat 7.2 or 7.3).

I never had to reboot them. I never had a problem with them. Each one of them had over a year of continuous uptime before we moved offices.

I can't say the same about the NT4/2000 servers that we had up and running.

Calling linux unstable is like calling the pope a heretic.
 

Armitage

Banned
Feb 23, 2001
8,086
0
0
Originally posted by: mpitts
Originally posted by: Staples
Originally posted by: Flatline
I have 'nix machines at work with over 500 days of continuous uptime and you're telling me linux is unstable?

I don't think 'nix counts as Linux. Out of most of the most popular 'nix operating systems out there, guess which one is the least stable? In comparison to Windows 2000 server, Linux probably runs 15% longer but that doesn't excuse it for having FreeBSD run three times as long before it has to be rebooted. A lot of the unstablity, longevity and security issues are due to the admin not doing their job as well as it can be done. MS seems to know this and that is why they turned everything off in Server 2003 and made people set a password.

I had multiple LINUX machines running at my old job. All of them were up from the day I built the OS (Redhat 7.2 or 7.3).

I never had to reboot them. I never had a problem with them. Each one of them had over a year of continuous uptime before we moved offices.

I can't say the same about the NT4/2000 servers that we had up and running.

Calling linux unstable is like calling the pope a heretic.

Agreed ... I've had racks of Linux boxes up for months on end without a reboot. Only thing that brought em down then was prolonged power failures, or having to physically move the boxes.

 

Flatline

Golden Member
Jun 28, 2001
1,248
0
0
The Linux servers I have at work all have 539 days of uptime, that being the last time we had an outage the UPSes couldn't handle; before that they were up for over a year (beginning at install); if that's not stable, I don't know what is.
I have a Mandrake workstation at work that has literally been up since the day 9.1 came out, and it's my primary workstation.
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
This thread is a veritable smorgasbord of things to correct and argue with! /me digs in :D

Originally posted by: Elemental007

The instant messaging clients are slow and cumbersome, too. AIM with the $5 deadAIM mod works beautifully and does everything any other Linux client could do without messing up the user interface.
Bitlbee runs awesome on all unices and even windows. I heart bitlbee ;)

Originally posted by: CorporateRecreation

rolleye.gif
Not very good at arguing, eh?

Originally posted by: MegaloManiaK

I do 100% agree with you about linux for sale, it started out as a fee for the support and the manuals but has taken off into a rippoff.
It's half (or less) the price of windows, 2/3 the cost of OSX, and a fraction of the cost of Solaris or any other high-end unix. How is it a rip-off?

Originally posted by: Staples

It isn't exactly a bash Linux thread as it is mostly a bash Linux geeks threads. Of course that was part of the rant (not really depedent on the thead subject), the qestion was do you feel the need and goodwill to pay for on OS that is supposed to be free?
That's a misunderstanding on your part. Linux and bundled GPL apps are free as in speech, not free as in beer. The GPL was designed to allow companies to turn a profit, and they are. Does anyone realize that without the commercial linux vendors' support, linux and other free software would not be where it is today? (My guess is no - considering how many flat out wrong assumptions are contained in this thread)

Originally posted by: Elemental007

Sure, someone else will tell me to use another Window manager besides KDE and Gnome but then I give up a whole lot of power and customization for something that is faster but a lot less stable.
KDE and gnome are desktop environments, the window manager is a fairly small piece of them. And where do you get the idea that standalone window managers are unstable?

Second, the way everything is laid out is not very intuitive. Wherever I go I am considered to be a computer guy and when I have a hard time finding things in Linux I know something isn't right. Learning programming languages is easier than learn to use Linux.
The gui is not intuitive -- I agree. The standard gui you get on mandrake/redhat/et al sucks ass. Linux is just a unix implementation -- and the gui is generally not a part of the unix concept. The command line is where all the action is. Even your gui apps do countless things with the command line behind the scenes. You REALLY have to understand that linux is not supposed to be a windows replacement. If you don't accept that, you'll always think it's a hunk of junk, because of course it does a crappy job of emulating windows, just like windows does a crappy job of emulating mac os at times.

Third, I don't understand why Linux geeks swear by text editors.
Because you use them for everything. You use them for configuring things, you use them for programming, and those are big parts of the unix "experience." An important concept in unix is that everything is a file. There is no magical registry in the sky, there's just plain text files, on the file system. For that reason, text processing is a HUGE part of unix. Editors often have something to do with that.

I don't give a sh!t if its EMacs or Vi or Pico, I don't want to have to memorize 15 million key combinations to get something done.
Great, then use pico or nano, they are extremely easy to figure out. As for vi and emacs -- they are designed for people who use text editors a lot. If you use a text editor 10 times a month, and for short periods of time, on small files, sure, pico is fine. Pico is great, even. Perfect tool for the job. The problem comes in when you're a developer, system administrator, or some other type of person who is working on text files day in and day out. Would you expect such a person to be satisfied with a crippled editor? Doesn't it make sense that they would want something with lots of power and convenience? Of course. It might take some time to learn, but that's ok. The time taken to learn it is miniscule compared to the time they'll spend using it. Learning vi was VERY worth it to me, I despise being stuck editing text without vi (like in the browser I'm typing in now..). Try spitting out thousands of lines of code in notepad.

The same goes with the command line. I shouldn't have to go to a command prompt to do ANYTHING that I shouldn't be able to do graphically. I don't want to have to memorize command-line switches for 150 different commands that I use every day, nor do I want to have to deal with the command line any more than I have to.
Again, the command line is meant to be flexible and comprehensive. It is. If your gui does a crappy job of replicating its functionality, I'm not surprised. If you think your gui is sub-par, why don't you try to contribute? That's what open source is all about; nothing gets done by complaining. Code speaks louder than words. If you paid for your distro, then complain to the company you paid, and tell them that you think they should work on whatever it is you find crappy. Other than that, that's about all you can do. Remember - linux is just unix, and unix was NEVER EVER meant for friendly fuzzy desktop usage.

You may say I am not 'l33t' enough to use Linux but I am an EE and have made As in every single one of my programming classes and I work in IT when I'm not in school.
You have to not only be l33t, but dedicated, and have plenty of time to learn the stuff. L33t is a start though ;)

I'm sorry, that kind of command-line memorization/shortcut-key knowledge was antiquated after WordPerfect 5.1 for DOS with my 286 that came with a little shortcut menu that you placed on top of your keyboard.
It was never antiquated. If you use something all day, it's no problem to memorize such things. Guess who programs this stuff? People who use it all day!

An important unix concept is to not punish the advanced users for the sake of sparing the newbies. This creates a beatiful learning curve; at first it's hard as hell, then it gets easier, and easier, until you get to the point where you have all of this overlapping knowledge and you start applying things you learned in program A to what you're doing in program B, etc. Your learning accelerates, and there's no end to it, either. Everyone learns new stuff all the time, even the brainiac old fogies. Again, this creates the problem of making it a bit hard at first, but it's better than making it easy at first, but then no more useful when you become a pro.

I don't understand the point in using software because it is 'free' or 'open source' when it is clearly inferior in so many ways to the alternatives. I'm done ranting for now I guess.
I don't really understand it either, but then again, I don't use software that I feel is inferior. That would be silly. ;)

Originally posted by: notfred

Even little things, like the command line FTP client for mac OS X has a progress bar for uplaods and downloads. It also does filename completion. The one that comes with redhat doesn't do either of those things. Sure, I could probably find a replacement for the redhat client, but if I'm goign to pay for an OS, I'll take the one that already works how I want over the one that doesn't.
Redhat comes with ncftp, try it out.

I agree about the gimp's UI sucking, but it does the job ok, and I'd rather deal with it, than pay $600 for photoshop (plus the fact that I don't have any mac or windows machines)

The shifter comment was great ;)

Originally posted by: Staples

Linux probably runs 15% longer but that doesn't excuse it for having FreeBSD run three times as long before it has to be rebooted.
Don't quote stupid numbers without having something to back it up.

Stability is no longer really an issue. The windows 9x nightmares are over, the mac os <10 nightmares are over, every modern OS is pretty damn stable. Stable really is not much of a selling point these days.

*whew* :p
 

TerryMathews

Lifer
Oct 9, 1999
11,464
2
0
I don't like paying for the Linux kernel and GNU software, as it's all freely availabe anyway.

I would, however, be willing to subscribe to something like Mandrake's download service IF they prepared RPMS and SRPMS more rapidly. I'd actually be willing to pay quite a bit especially if they offered a software repository and a fast download rate (200KB/sec+)
 

beer

Lifer
Jun 27, 2000
11,169
1
0
Originally posted by: Flatline
:beer: then? :D

i agree. very, very well thought out post. you help me a lot in the OS forum too....you've been most helpful.
 

NikPreviousAcct

No Lifer
Aug 15, 2000
52,763
1
0
I paid for Suse. $40 for 8.1 Pro, went halves with a coworker. It's nice to have more than 3000 programs and an entire, fully supported OS on 1 DVD. :)
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Because Microsoft Office, with the exception of Access and Outlook, are the best office programs out there. OpenOffice is similar, but the load time sucks and it has a hard time reading files with any special formatting with them. And Access is good for some of the most basic needs, but it can't be overextended.

Vi an editor, but it is just a text editor. Whoop de do, it can modify a series of ASCII characters in a better way than the one next to it. Again, I don't want to have memorize a series of keyboard shortcuts and commands like I did in Wordpefect for DOS. What's the point behind text files besides config files and readme. Yea there's source codes, but IDEs simplify that considerably.

I would have no problem trying to use Linux for certain applications. For example, gcc is a better and more 'correct' compiler than most of the stuff for Windows. But still, projects like WINE and CrossoverOffice show that a lot of the Linux software needs improving. If Linux software is as good as it is, why do projects like WINE remain so popular?

I'll take your word for it regarding the Office stuff, since I hardly ever use Office type programs, I prefer regular text files :)

As for vi, like BBWF said, if you work with it alot, which I do, you'll love it, if you hardly ever use editors, just use KWrite or something, it's your choice, and choice is a good thing, no?
As for the more specialized things, there are programs such as KDevelop, Quanta, Eclipse, etc.

I have no numbers to back it up, but I bet WINE is used to play games 80% of the time.

Oh and BBWF, thanks for taking your time in saving alot of time for alot of people, if I ever get to the States, I'll buy you a beer ;)
 

Chaotic42

Lifer
Jun 15, 2001
34,546
1,709
126
I donate money to Debian every once-in-a-while. I wouldn't pay for any of the others, or use them unless I had to. When you spend $50 for Progeny Linux or whatever, you're paying for a nice book, and you also support development. Look at people like Branden Robinson. He worked at Progeny (he might still, I don't know) for a time. During that time he was paid to further development. Instead of working at Subway or something, he could spend all day writing code.

That's what you're paying for.
 

manly

Lifer
Jan 25, 2000
13,086
3,850
136
Originally posted by: FFMCobalt
I paid for Suse. $40 for 8.1 Pro, went halves with a coworker. It's nice to have more than 3000 programs and an entire, fully supported OS on 1 DVD. :)
Agreed.

$40 is a very good price for SuSE Pro; where'd you find it on sale? Unless you mean $80 split two ways. ;)

I've bought retail boxed SuSE Linux 7.1 and 8.0 in the past, and the manuals are widely acclaimed as worth the price of admission.

Having said that, I'm not sure when I'll buy SuSE again. I'd really like to upgrade regularly, without the manuals, at an affordable price. Unfortunately, $50 + shipping for the hard to find upgrade (media only) isn't a price point I'm too fond of (if I had more than one Linux system, then it's a bargain). SuSE does an okay (not stellar) job of updating old versions anyway, so I usually stick with a release for close to a year before I have to decide.

Of course, some cheap bastards insist an open source OS has to cost no more than the price of CDRs. :disgust:

FWIW, a lot of people sell SuSE on ebay cheaply, but it's pretty clearly violating their copyrights AFAICT.