Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

The War Is Over, and Linux Has Won

Posted by Zonk on Fri Nov 10, 2006 09:14 PM
from the victory dept.
xtaski writes "Dana Blankenhorn bluntly states a reality that many have known: 'The war is over and Linux won'. With Oracle and Microsoft putting Linux in the spotlight and positioning themselves to grow with Linux. 'A new report shows that 83% of companies expect to support new workloads on Linux against 23% for Windows. ... Over two-thirds of the respondents said they will increase their use of Linux in the next year, and almost no one said the opposite.'"
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Pearl Harbor (Score:5, Insightful)

    by Harmonious Botch (921977) * on Friday November 10 2006, @09:16PM (#16801258) Homepage Journal
    The battle is over and Linux has won it. The desktop is the major war.

    At best, Linux has won an opening skirmish. For most people, the internet is what runs on their desktop ( or laptop ). They have no more concern about the particulars of the server that their router connects to than they do about the particulars of the powerplant that their power cord connects to. They neither know nor care about server software

    At worst, it is like the Japanese general ( admiral? ) who is alleged to have said after Pearl Harbor: "I fear we have awakened a sleeping giant." MS is obviously taking Linux seriously now, but most people still don't know what it is. Expect MS to engage in serious Linux FUD.


    Anyway, congratulations to all the Linux coders.
    • Re: (Score:5, Informative)

      by AKAImBatman (238306) * <akaimbatman@NOsPaM.gmail.com> on Friday November 10 2006, @09:27PM (#16801378) Homepage Journal
      At worst, it is like the Japanese general ( admiral? ) who is alleged to have said after Pearl Harbor: "I fear we have awakened a sleeping giant."

      Admiral Isoroku Yamamoto [wikipedia.org]. He spent a significant amount of time in the US before the Japanese attacked. He felt that the pre-emptive strike was a mistake, and that it would only buy them about 6 months reprieve before the American war machine was fully geared up and ready. Thus his "I fear I have awakened a sleeping giant" comment.

      He was right. Six months later, the U.S. turned the tide at the Battle of Miday. The Japanese Navy was nowhere near as resilient as the U.S. Navy, and their losses hurt them deeply. Combined with the incredible number of carriers the U.S. began to manufacture, the six month turning point was a deadly one for Japan.
      • Re: "Sleeping giant" (Score:5, Informative)

        by Deadstick (535032) on Friday November 10 2006, @09:57PM (#16801646)
            • Re: (Score:5, Interesting)

              by eno2001 (527078) on Saturday November 11 2006, @02:38AM (#16803158) Homepage Journal
              Your assessment is farily realistic. Being an ex-Windows user who moved to Linux in 97, I have to say the only reasons I moved were the things that I could do in Linux that you can't do in Windows. There are a ton of things like that. But, it's pretty much an even split. For all those things, I'm sure you can find things that Windows can do that Linux can't. The only thing is the reason Linux can't do them is typically artifical restrictions and not really technical limitations of Linux. Which is an important point to clear up and keep at the forefront. Many people who complain about Linux "sucking" tend to do so because if they tried it, they typically ran into a restriction that was imposed artifically by a hardware vendor or some sort of copy protection mechanism. The "problems" in Linux are not due to design issues of technical failures at all. The fact that I can't join Vongo, for example, has nothing to do with Linux distros not being capable of handling streaming video over broadband. It has to do with the fact that Vongo decided to base their service around Windows Media Player with DRM. A completely artifical restrction made in the name of business.

              The fact that I can't play games like Max Payne unless I want to shell out for Cedega (which does work quite well for the games it supports officially) has nothing to do with Linux "not being up to par with Windows" where games are concerned. It has to do with the copy protection that the publisher chose which it is a crime to reverse engineer. Once again, an artificial restriction made for business reasons. I had a laptop from work at one point that I had to install Windows drivers in an NDIS Wrapper to get WiFi support for Linux with. Again, not a limitation of Linux at all, and quite a clevelr solution, I might add... The problem was that for business reasons, Broadcom had decided that they didn't want to release any specs for their WiFi chip. Seeing a theme here?

              In my case, Linux won enough for me to ditch EVERY Windows box I owned and run only Linux. If I need access to something in Windows (which is typically due to DRM issues), then I use virtualization. It's also been a lot cheaper for me since I can now have EVERY piece of software I want and I don't have to worry about licensing it for each machine I've got. The NLE video suite Cinelerra, is a perfect example. I *could* buy multiple copies of Premiere for the six machines I have here at home to do video editing. Or... I could just install as many copies of Cinelerra as I want on all 18 of my systems and use it's clustering features to have a nice little free renderfarm. But, my needs are a bit more advanced than most Windows users which is why I still think that having Windows around for the normal user is just fine. And, no that's not an elitist statement. I'm just saying that there aren't many people who have 18 systems at home, like to do video work and need/want a render farm.

              I won't really go into what Linux offers over Windows unless pressed, because most of us here know the truth about what Linux can do that Windows can't. :)
                • by mangu (126918) on Saturday November 11 2006, @07:16AM (#16804112)
                  So I will ask, give us even one example of something that Linux is capable of that Windows is not capable of doing.


                  I suppose you mean at a desktop computer, because otherwise one could go endlessly about all the embedded uses of Linux. Considering applications, I would say both systems are pretty much equivalent these days, I can't think of any application in either Linux or Windows that doesn't have an equivalent in the other system. Wait, I mean other than viruses, of course, that seems to be a category of "applications" where Linux is still very much behind...


                  The biggest advantage of Linux over Windows for me is ease of use, and that seems to be an intrinsic advantage, because Windows, as its name implies, is predominantly GUI oriented. A graphic interface is better for some jobs, a text interface is better for others, just like a spoon is better for eating soup and a fork is better for steak.


                  Try to automate any task in Windows, it's a real PITA. Programmers often end doing things through kludges like Excel macros for the lack of a good text-based interface. For instance, let's say you were sent a project that has dozens of directories with thousands of files in it. Let's say you want to rename all *.jpeg files to *.jpg. How would you do that in Windows? In VMS that would be a piece of cake, in a Unix system it's more complicated, for i in *.jpeg; do mv $i `echo $i | sed s/jpeg$/jpg/ - ` ; done or something like that would do it, but the easiest way to do it in Windows that I can think of would be a VB program.


                  Ironically, ease of installation, which is often cited by XP users as an advantage of Windows over Linux, seems to be one of the areas where Linux shines. I have created a standard system configuration script with twenty or so functions, one for each type of application. There are functions for DVD playing, scientific applications, office applications, graphics, development, electronic circuits design, etc. When I install a Linux system, I install the basic system and run my script, after uncommenting the function calls for the types of applications I want in that computer. Then it's just a matter of waiting until apt-get does its job. No need to insert CDs, no need to click anywhere, no need to run setup.exe, no need to mix and match all the *.DLL files each application expects.


                  I think both Linux and Windows have made progress in the last ten years, and one should always consider that. It's stupid to compare Kubuntu with Windows95, or XP with Yggdrasil Linux. But IMHO Linux has evolved much more, both because Windows was more mature ten years ago and because Linux has some intrinsic advantages. I think being an open and free system is an advantage in that people make it evolve towards what the users prefer, rather than what marketing decides. Another advantage is that Unix has an excellent basic conception. Windows evolved over DOS, a system whose basic conception was to make it run in the available hardware of 1981. The emphasis on GUI solutions, the lack of a good scripting system language, and the need to maintain compatibility with the DOS roots are limitations that make Windows inferior to Linux.

                    • Re: (Score:5, Informative)

                      by Procyon101 (61366) on Saturday November 11 2006, @08:01PM (#16809348) Journal
                      No, the needs aren't typical, they are dev needs. The typical user's needs are email+web browser+picture viewing+cd recording... things that can be done on windows or linux with the same ease (or, save for the cd recording, a palm pilot or alot of cell phones). The only people who care about what OS they are using either have a pet app they can't do without (photoshop or maya, or autocad for instance) and it doesn't matter if that app is BeOS only.. they'd use it. The other group is computer professionals, and the situation there is tilted highly in Linux favor.

                      $1000 is not an exaggeration... in fact it's probably low. While I can get Open Source or 3rd party dev tools, I'm still going to need visual studio for compiling/debugging if I am doing any serious MS-centric coding. I need the header files, I need the linked libraries, all that stuff. I could conceivably set it up with msys.. but that's a big hack. The VS lite version, like most "lite" versions of anything, is not going to cut it for productivity. I believe the going price for a decent VS package is close to a grand by itself, but I haven't personally purchased one recently. The next thing is office, although open office is pretty compelling here and integrates just fine. The big issue with open office, is although it can read most anything MS office spits out, the reverse is not true, so other users who shelled out hundred of dollars cannot read my stuff unless I cross save to MS formats, and then I lose formatting and such as the support for that is pretty fuzzy. So add in a couple other apps I might want and $1000 bucks or so is pretty conservative for a computer professional's standard workstation. A system admin's workstation can probably do it for half that, as they don't do the dev-tools thing.

                      So then.. having shelled out the dough, we step back and look what we have. SSH is the primary deficiency I see. The reason you don't know what it is is windows has no equivelent, but trust me, for administration purposes, it is *the* killer app and probably the most commonly used application used by a unix professional outside of the command line. What it is: "Secure Shell". It's simply an app that is #1 strongly encrypted and #2 gives you a command prompt on a foreign machine. Most any unix box will have it turned on, and most headless routers, switches, etc also have a port. The MS equivelent is Terminal Services, which gives you a full view of the desktop on the remote system. It's handy for some things, but most of the time I don't WANT the desktop of the other sytem... I just want a command line. I want to reboot the machine or look at a file or set a reg key and loading that full desktop is WAY overkill not to mention slow... prohibitively on low bandwidth lines. It's also ram hungry and takes alot of proc power. Many times I have not been able to reboot a misbehaving windows server through TS because transferring that whole desktop over TCP is just too big of a job for a machine caught in a tight loop or OOM... but a machine has to be *REALLY* hosed for SSH not to get through.

                      But that's enough about SSH ;) I agree with a sentiment in another thread... Windows: It can do anything Linux can do, except it's expensive! I would throw in slow, difficult to repair when something goes wrong, hardware hungry (ram and CPU requirements are rediculous).

                      Now, don't get me wrong... I'm not anti-ms. I have in the past and will likely again worked FOR microsoft. I have been developing software for the MS platform for going on 15 years. There are niches that Windows fills well. To spout off that Linux has no advantages over Windows though is blatently false. Windows really falls short in the areas of price, speed, development resources, and most server uses. Linux falls short in laptop usage and *WAY* short on ease of configuration and set up.
    • by flyingfsck (986395) on Friday November 10 2006, @09:27PM (#16801380)
      and there, Linux hasn't so much won, as it is simply accepted as a fait accompli. The networks run by government departments are enormous beasts, with tens/hundreds of thousands of desktop PCs running Windows XP and thousands of servers running Irix, Solaris, OpenBSD, Linux and Windows 2003 server. The interesting thing is that all new server installations are either Linux or Windows 2003, other versions of UNIX have pretty much fizzled out and Linux (specifically Red Hat and Novell) is used for critical servers, firewalls and data-diodes, while Windows is mainly used for Active Directory and Exchange, protected behind an army of penguins.
    • First off, "war" is a stupid metaphor for OS marketshare.

      Secondly, there are multiple market segments.
      #1. The server segment. Linux looks to have this market locked up.

      #2. The corporate/government desktop market. Pay attention to how Munich progresses. This is the next big market for Linux.

      #3. The home (non-gamer) market. This isn't going to happen until you can buy Linux pre-loaded from the major OEM's. And that's not going to happen until Linux has the marketshare with the corporations/governments.

      #4. Finally, the gamer market. This depends almost entirely upon the support of the hardware OEM's and game ISV's. If the newest video card doesn't come with Linux drivers, the gamers will buy the video card and run the OS that does have drivers. Look for this market to be the very, very last one that Linux will gain marketshare in.

      Don't worry about whether Linux is taking over the gamer machines yet. Focus on getting Linux into corporation/government desktops. That will get the OEM's to start pre-loading it which will set the stage for the home user migration.
      • by adrenalinekick (884201) on Friday November 10 2006, @10:05PM (#16801686)
        I'll take it one step further. Linux needs to meet certain 'benchmarks' in order to succeed in the markets you mentioned. Specifically:

        #1 Server segment - Linux needs to interoperate with Microsoft before it can fully tackle the enterprise administration server market. Active Directory and Outlook are the 2 major players for Microsoft here, Linux needs to be compatible or companies will not fully make the switch. As you said, the desktop comes after the server market, so in order for the server market to succeed, all of those corporate desktops need to work with linux servers.

        #2 Corporate/government desktop market - It will be a huge help if Munich succeeds. Applications are the key here, specifically office applications. Open Office is great, but it still has a long way to go in some areas before I would feel comfortable doing away with MSOffice entirely. A working Powerpoint replacement is a must, as is a fully featured Excel replacement. Writer is relatively solid for most uses. Open formats will be a key contributer to advances in office applications.

        #3 The home (non-gamer) market - The only reason this will not happen before the corporate/government market is because the OEMs have much to gain by ignoring linux and a lot to lose by embracing it as long as MS has enough market dominance to throw their weight around. A solid web-browser, a decent office application, and a usable movie/music player are all that is truly needed by this market - and they all already exist. The only thing stopping is the OEMs not pre-loading linux in favor of MS.

        #4 the gamer market - You hit the nail on the head on this one. Drivers Drivers Drivers. If #3 succeeds, game makers will naturally focus more on their linux customers, but only if they have compatible hardware.

        Unfortunately most of us slashdotters want to jump straight to #3-4. That simply isn't going to happen until microsoft's influence is already weakened from some other area such as corporate or government use of linux.
        • by Belial6 (794905) on Friday November 10 2006, @10:15PM (#16801766) Homepage
          I think that #3 will happen as a natural progression from MS's anti-piracy efforts and OEM deals. It used to be that when an new MS OS came out, you went out and bought a copy, and installed it on all the computers in your home. Maybe you even went in halfsies with a pal. Now, not only are you not able (without some real effort) install on multiple machines, but you don't even go out and buy a copy of the OS. You buy a computer with the OS already on it. Now what happens to your old machine. Yes, some people will toss them out. Many will keep running their old software. But, there will also be a significantly large group of people that will just install Linux. They won't care if it runs everything, as it is the second computer that they use for writing emails, or surfing the web with someone else in the family is on the gamer system. They may not do much on those systems, but their existence in their homes will show them that there are other choices. Some may even decide that they like Linux better, or that it suits their needs all by itself. That is how I see #3 coming about.
      • by Brandybuck (704397) on Friday November 10 2006, @10:33PM (#16801868) Homepage Journal
        I'm a software consultant, and I see the inside of a lot of companies. In engineering/software departments, there are lots of Unix desktops. Mostly Linux, but quite a bit of FreeBSD and Solaris as well. I'm not seeing it in IT departments, though. I think once Linux manages to get past the MCSE cordon, you're going to see an explosion in corporate deployments.
      • by ivan256 (17499) on Friday November 10 2006, @11:44PM (#16802352)
        #1. The server segment. Linux looks to have this market locked up.

        Oh, how I wish this were true.... But it's not.

        Every day, dozens of servers are deployed running Microsoft Exchange. These servers spread through data centers like a plague, leaving behind Active Directories and MS SQL Server databases. Users start using the non-interoperable features of the windows server and it causes DHCP, DNS, and eventually FTP and Web servers to go to windows 'because it's easier'. Somewhere in there a CIO, who only knows about software with a multi-million dollar marketing budget, figures out that it is cheaper to buy a bulk license than to buy individual Microsoft licenses. His trade magazine said he would get audited if he didn't anyway. Then the administrators are forced to use the products for every task to maximize ROI, while the CIO walks around the office spouting inaccuracies about Linux, like it's "famous inability to handle timezones" and other such trash, in order to seem smart. Before you know, while there may be a couple of Linux boxes in the company, for the first time ever Windows Server is dominating every rack in these companies datacenters where there user to be commercial UNIX. Linux's main role? Providing a stable kernel for the virtual machines that allow Microsoft multiple license fees for a single piece of hardware.

        You just can't compete with that marketing budget. Not when people with no technical knowledge make the purchasing decisions. Not only is Microsoft encouraging you to buy their own products, but the thousands of other tech companies that bring in billions of dollars of revenue each year by selling products that make Microsoft's broken bloated trash usable are encouraging you to buy Microsoft so that you'll need their software to fix them. In 5 years, Microsoft will have the same stranglehold on the server market that they have on the desktop today. Ironically, they may blow the desktop market with Vista.
        • by killjoe (766577) on Friday November 10 2006, @10:14PM (#16801754)
          This is due to the collapse of unix and novell on the server marketplace. It's a well documented phenomenon. As the market for unix and netware collapse people either move to linux or windows. Studies show that the vast majority of migrations move to linux but a certain percentage moves to windows. This is why linux on the server is growing faster then windows on the server and both are growing. Once all that migration is done they will have to fight over new customers.

          Linux is winning this war, and will continue to win it.
  • by AVee (557523) <slashdot.avee@org> on Friday November 10 2006, @09:19PM (#16801286) Homepage
    At least, judging from the general response here to the Novell-MS deal, so people are more at war then ever before.
    But than again, it's becoming an old song: 'Haven't they heard we've won the war, what do they keep on fighting for?'
  • by Drooling Iguana (61479) on Friday November 10 2006, @09:19PM (#16801288)
    Has this been confirmed by Netcraft?
  • by Trespass (225077) on Friday November 10 2006, @09:25PM (#16801354) Homepage
    Declare victory then get the hell out.
  • deja vu (Score:5, Funny)

    by blackcoot (124938) on Friday November 10 2006, @09:25PM (#16801362)
    why do i keep on having recurring visions of a flight deck with a "mission accomplished banner" blowing in the background...

    *ducks*
  • by McNihil (612243) on Friday November 10 2006, @09:26PM (#16801364)
    "A new IBM-sponsored study on Linux sent m..."

    Hahahaha.... thank you IBM for fudding the Microsoft way. Down Microsoft DOWN! I have a boat load of nails for your new coffin.
  • Triumphalism? (Score:5, Insightful)

    by Luscious868 (679143) on Friday November 10 2006, @09:28PM (#16801388)
    Don't take a page from the George W. Bush's play book and declare victory before the war even really begins. The OS war is just getting started and Linux still has a long way to go before it can be declared the outright winner.
  • Yipee! (Score:4, Funny)

    by gemada (974357) on Friday November 10 2006, @09:59PM (#16801656)
    So when is the liquidation sale in Redmond?
  • Lest we forget... (Score:5, Interesting)

    by fahrbot-bot (874524) on Friday November 10 2006, @11:13PM (#16802156)
    With Oracle and Microsoft putting Linux in the spotlight and positioning themselves to grow with Linux.

    ...three words: Embrace, extend and extinguish. [wikipedia.org]

    1. Embrace: Microsoft develops software substantially compatible with a competing product, or implementing a public standard.
    2. Extend: Microsoft adds and promotes features not supported by the competing product or part of the standard, creating interoperability problems for customers who try to remain neutral.
    3. Extinguish: Microsoft's extensions become a de facto standard because of their dominant market share, marginalizing competitors that do not or cannot support Microsoft's extensions and creating an obstacle to new would-be competitors.
      • Re:Wow (Score:5, Funny)

        by Dunbal (464142) on Friday November 10 2006, @10:15PM (#16801770) Homepage
        Did you really just compare Gandhi's fight for freedom from British rule in India to the OS "wars"?

              You can compare anything to anything. That's the beauty of C style type casting, really!
    • by AstrumPreliator (708436) on Friday November 10 2006, @10:45PM (#16801952)
      Most people don't care if it's free or proprietary; they just want it to work regardless of their knowledge of software. The masses don't care about the philosophical ramifications of open vs. proprietary software and frankly I think the FOSS community puts too much emphasis on it, even above usability in some cases.

      And as far as who prefers which operating system I think you're also mistaken. I'm stuck hacking away at a bash prompt for a very large chunk of my day five days a week trying to deploy servers while maintaining other servers. I do not prefer Linux for home use as it doesn't offer me anything more than Windows or Mac OSX (except maybe security in the case of Windows). I personally have a Windows machine for gaming and a Powerbook laptop for just general dicking around.

      In either case I think you've grossly over generalized a lot of people.
    • I really don't think so.

      Aunt Tilly is an interesting statistic, nothing more. Look at what she does -- she browses the web, uses wireless. Apparently she needs to edit sudoers for some bullshit reason -- but I think it's bullshit for you to even bring it up; an ordinary Linux user does NOT have to do anything with sudoers, and in fact, I've touched the file maybe once, and I do far more with my box than Aunt Tilly ever will.

      But regardless, look at what she doesn't do.

      She doesn't spend between $50 and $500 a month on new games.

      She doesn't make decisions about what new software a multi-million-dollar company is buying and deploying on hundreds of desktops.

      She doesn't develop software... period, not to mention software that is so intricately bound to some quirk in the Windows API that she causes headaches for Microsoft itself when they try to fix their OS.

      She, as so many people have made so perfectly clear, doesn't care what OS she runs, so long as it works. Thus, if Linux were taking over in a big way, she might buy an Ubuntu machine and not even know it. She certainly wouldn't be having these "Aunt Tilly" issues you so colourfully describe if Linux came preloaded on her computer and already set for her wireless card.

      If "Earth from Space" doesn't work on her computer, and Linux has sufficient marketshare, she'll complain to the Smithsonian, not to her OS. The Smithsonian would be forced to use actual web standards, not made-up proprietary ones.

      She doesn't impact, in any real way, the success or failure of Linux, other than perhaps word-of-mouth, and whether she tolerates websites going down or her credit card information being stolen.

      The people who would need to use Linux are: gamers, business executives, IT people, and software developers, not necessarily in that order. These people are the only people who will actually make a conscious decision one way or the other, and they're certainly in a way to make other key people sweat.

      For instance, let's say a large company suddenly decides to go pure-Linux, but they've been buying from Dell. They switch to someone else. As one company after another does this, Dell will either be forced to start selling computers without an OS (and at an actual, legitimate discount from the Windows ones), or even start preloading Linux, or they'll lose business and someone else will fill the gap. With enough companies doing this, it becomes viable for an OEM to decide it's cheaper to support their few home users by preloading Linux and supporting that than to deal with Microsoft. Home users will be faced with a choice -- actually spend $250+ on an OS, or switch. My feeling is, Aunt Tilly, given the choice, won't want to spend $250 on something she doesn't care about anyway. Many of them may even notice how nicely their work computers run, and will take Linux home with them.

      Another scenario: Gamers, who have long built their own systems or ordered ludicrously expensive ones from the likes of Alienware, discover Linux -- cheaper for the custom-built, and available in a shiny case from a game-specific OEM, already pre-configured and tuned (so none of your "ndiswrapper" complaints). They start running so many games under Cedega that game developers decide it's cheaper to support Linux directly, with cross-platform games, than to keep dealing with the nightmare that is Cedega and actual Windows support. Eventually, games no longer run under Windows, and gamers either dual-boot or switch completely. Anyone who cares about that demographic starts developing Linux versions at least, if not exclusively, for all their major apps, so eventually, non-gamers start to switch, going to their gamer friends for technical help.

      Finally: Software developers discover Linux. Be it some killer language or some killer tool, or simply the fact that Linux provides none of the hassle of Windows, and really isn't lacking anything -- even today -- that a software developer would want for his job, they start to switch. They start