Slashdot Mirror


Report From "Get The Facts"

Richard W.M. Jones writes "Huw Lynes wrote an interesting report from Microsoft's "Get The Facts" show in London (earlier Slashdot story). Along with the report he provides some analysis of their apparent strategy, which includes equating "Shared Source" with "Open Source" and making out that Linux isn't free."

115 of 475 comments (clear)

  1. Free Software by Moblaster · · Score: 5, Funny

    Microsoft believes in free software too. Ever use Internet Explorer and see how fast all the free software shows up on your computer?

    1. Re:Free Software by Anonymous Coward · · Score: 2, Insightful

      Why yes, just last night in fact. Had to run AdAware and AVG to get rid of the little bastard, and then I convinced my wife to try and stop using Internet Explorer (Again).

    2. Re:Free Software by linuxci · · Score: 3, Funny

      and then I convinced my wife to try and stop using Internet Explorer

      One word - divorce ;)

    3. Re:Free Software by Blindman · · Score: 4, Funny

      I can't believe I'm saying this but even Microsoft isn't that expensive.

      --
      I don't practice what I preach because I'm not the kind of person that I'm preaching to.
    4. Re:Free Software by bornholtz · · Score: 5, Interesting

      I just pointed IE at a non-existing proxy server (10.0.0.1). Firefox can then be set up to either use my real proxy (Squid on Linux so I can track what sites my kids visit) or letFirefox use no proxy if you don't have one.

      Then IE never comes back and Firefox is nice and snappy.

      --
      -- Freedom means letting other people do things you don't like.
  2. Interesting context... by sczimme · · Score: 4, Funny


    making out that Linux isn't free

    This is one of the few ways that Linux will ever be associated with "making out"...

    --
    I want to drag this out as long as possible. Bring me my protractor.
  3. Spin Doctors by mfh · · Score: 5, Interesting

    From the article: He quoted heavily from a Meta analysis which shows that Total Cost of Ownership (TCO) for linux and windows is comparable.

    Microsoft must be suffering if they are going at Open Source head on. I remember taking an advertising class once, and we studied the Coke/Pepsi Cola War. Essentially Coke was the biggest cola company on the block, until they acknowledged Pepsi as a competitor. By doing so, Coke gave Pepsi the kind of credit they needed to gain significant market share, and obtain lucrative endorsement celebrities, who may not have supported Pepsi if Coke had held the "one true cola" stance and simply ignored Pepsi.

    The bottom line is that Microsoft is taking a page from Coke, and they are going to lose out bigtime in doing so, because their math is voodoo math, and they charge exorbitant license fees, so their cost of usage will always be much much higher than Open Source, no matter which spindoctor tries to make it look and taste differently than it is.

    --
    The dangers of knowledge trigger emotional distress in human beings.
    1. Re:Spin Doctors by SamiousHaze · · Score: 3, Insightful

      The bottom line is that Microsoft is taking a page from Coke, and they are going to lose out bigtime in doing so, because their math is voodoo math, and they charge exorbitant license fees, so their cost of usage will always be much much higher than Open Source, no matter which spindoctor tries to make it look and taste differently than it is.

      HA! Try telling my BOSS that. --- seriously though, Microsoft is very expensive upfront, but what they do have going for them, and this will keep them around, is there market share and how many "experts" they are able to pump out.

    2. Re:Spin Doctors by chabotc · · Score: 5, Insightful

      Honestly that is, and always has been one of the strong points of Microsoft. It's not without reason that the famous Balmer 'developers -developers - developers - developers - developers - developers - developers' chant happened.

      Their toolkits are well documented and very easy to get started in. Also a lot of their development (& -tools) is focused not on making the right choice, but giving the most fancy features and ease of use to developers and users alike. Because of this there are many many Windows developers who with limited skill can already contribute to the windows software pool, and thus making more software available for Windows, and making getting Windows developers cheaper then getting Linux developers.

      However there are also those who feel this is also the weakness of Microsoft. By making API's and tools that are not technicly the best solution it'll burst in due time (who doesn't know of the socket handle leak that MS can't fix because otherwise they'd break 1000's of apps). Also by making it easy to develop for and maintain Microsoft software, the engineers and administrators often have no clue of underlying issues thus leading to lots of bugs and exploitable situations..

      There's something to be said for forcing people to understand a situation before allowing them to contribute :-)

    3. Re:Spin Doctors by WormholeFiend · · Score: 4, Insightful

      Because of this there are many many Windows developers who with limited skill can already contribute to the windows software pool

      You might as well have said "there are many many Windows hax0rs who with limited skill can already contribute to the windows worm pool"

    4. Re:Spin Doctors by gadget+junkie · · Score: 3, Insightful

      from the article:

      "The final part of the show was a Q and A session with the two Nicks, Philip Dawson and Colin Bradford chaired by the aforemention daytime TV horror-show. Eddie Bleasdale of Netproject asked the most insightful question. He talked about a customer of his who had lost data because it was in old Microsoft file formats that couldn't be read by current Microsoft products. This was slickly dealt with by McGrath who suggested that he should get the Microsoft people to talk to him after the show. Barley added that all the current Microsoft Office file formats including their XML schema are published openly. I'm not entirely convinced of that but I don't know enough about XML to make any definitive statements." ...their weak point, though, is that they must FRANTICALLY change file formats and HDD formats just to stay in the same place. I have an excel add in that's build by another company, that defaults on excel 5 format. now, if I generate a spreadsheet via the macro, write "hi" in a cell and save, I get a message saying that saving to a previous version might lose some content. Nice,Uh?

      Personally, I think that they will consider making a "monolithic" program akin to a Longhorn + office, and state that it wouldn't work otherwise.

      --
      "If a boss demands loyalty, give him integrity. But if he demands integrity, give him loyalty." (John Boyd, 1927-1997)
    5. Re:Spin Doctors by kryptkpr · · Score: 4, Insightful

      Their toolkits are well documented and very easy to get started in

      Which toolkits are you referring to? VB? VC++?

      The toolkit itself may be well documented (in the "this is how you place a button widget" or "this is how you write a click event handler" sort of way), but the actual Windows APIs for doing anything are fucking terrible.

      Different portions of it (interfaces to different .DLLs) were clearly written by teams that had never talked to one another. And don't even get me started on compatibility.. write code for one microsoft OS, and pray to god it runs on the others.

      For example, running any Delphi-written application on XP (with SP1, this problem does not occur pre-SP1) with a P4 processor with HyperThreading enabled causes the app to crash on startup.. (placing it in Win98/ME "compatibility" mode makes the mysterious crash go away, but it took a lot of snopping to find that workaround)

      I'm getting REALLY fed up with windows programming. I don't use Microsoft's toolkits because VB is too simple and VC++ is too complex, but I'm still forced to use their shitty APIs. In fact, I'm so sick of it, that I'm currently learning python, and plan to move most of my development to an OS-neutral platform.. let someone else fight with the Win32 API for days on end.

      --
      DJ kRYPT's Free MP3s!
    6. Re:Spin Doctors by dasmegabyte · · Score: 2, Insightful

      Right. He also could have said that "Open source software is so difficult to interoperate with that worm and trojan developers don't both."

      But that would have been kind of a dumb argument, seeing as how it isn't the simplicity of an API that leads to worms, but rather the size of the install base. If Fort Knox didn't have as much gold in it, it wouldn't need as many guards. Writing self modifying, self replicating code under 10k isn't exactly child's play.

      --
      Hey freaks: now you're ju
    7. Re:Spin Doctors by stock · · Score: 3, Informative
      "For example, running any Delphi-written application on XP (with SP1, this problem does not occur pre-SP1) with a P4 processor with HyperThreading enabled causes the app to crash on startup.. (placing it in Win98/ME "compatibility" mode makes the mysterious crash go away, but it took a lot of snopping to find that workaround)"

      this Article "How Microsoft Lost the API War" by Joel Spolsky, really goes into detail on how and why this happened. Definitely a MUST READ.

      Robert

    8. Re:Spin Doctors by Rei · · Score: 2, Interesting

      Agreed. The first time I had to use scrollbars in MFC, I felt compelled to add in a comment attesting to the fact that the scrollbar interface appeared to have been developed by a flock of drunken geese ;) Of course, it didn't help that our customer at the time wanted to be able to *input points on a graph via scrollbars*.

      We had a resident expert there who was paid god-knows-how-much and was referred to as the "resident guru" because he was the only person who knew all of the obscure things related to the API. Pretty much every programmer that I worked with had to turn to him at least once a week to find the obscure way to do a particular thing, or why a certain API element wasn't working as advertized.

      P.S. - to the parent.... you had to mention the Developers song, didn't you? Aargh, now it's going to be stuck in my head until I play it....

      --
      You know when it's okay to shout fire in a crowded theatre? When it's on fire.
    9. Re:Spin Doctors by ajs318 · · Score: 3, Insightful
      it isn't the simplicity of an API that leads to worms, but rather the size of the install base.
      Yeah, right. Apache webserver installations outnumber IIS by two-and-a-bit to one (the actual number varies with time), and how many exploits are there for Apache vs. how many for IIS?

      Just because A happens and B also happens, doesn't mean A is the cause of B. If you're still not convinced, I've some elephant repellent you might be intrested to buy .....
      He also could have said that "Open source software is so difficult to interoperate with that worm and trojan developers don't both."
      You actually were much closer than you think with that remark. Open source software is difficult to interoperate with and not get noticed. Nobody ever thought to conceal anything from anybody, so everything is nice and transparent, and there are few places to hide.
      --
      Je fume. Tu fumes. Nous fûmes!
    10. Re:Spin Doctors by dasmegabyte · · Score: 2, Insightful

      Apache webserver installations outnumber IIS by two-and-a-bit to one (the actual number varies with time), and how many exploits are there for Apache vs. how many for IIS?

      Well, that's kind of an unfair example as well. Comparing IIS to Apache is not apples to apples; it's more like comparing apples to a fruit stand. IIS is WAY more than a webserver that connects to processing modules; it is an ambitious product that also does what PHP, Sendmail, Courier IMAP, Pure FTP, BIND and inetd do, to name a few. Hence the name "Internet Information Service(s)." Very few of the exploits for IIS are due to vulnerabilities in the WWW service, which is the fair analog to Apache. Most of them instead exploit OTHER functionality of IIS, such as scripting, ISAPI integration, and the lax default security model which runs the whole pack of services as LocalSystem (something like local root) and basically allows full access to everything. Any IIS book will tell you not to leave it like that...to create a restricted user and have him execute the various services.

      Anyhow, IIS used to outnumber Apache installs, until all these exploits started popping up and people started wondering why the HELL they were operating a fruit stand when all they really needed was a nice juicy peach.

      And as for this nugget of joy: Open source software is difficult to interoperate with and not get noticed. Nobody ever thought to conceal anything from anybody, so everything is nice and transparent, and there are few places to hide.

      Do you seriously think that somebody looks at every single line of code in every OSS package? The high profile projects have eyes on them, it's true, but the average project is never analyzed except by other developers. Furthermore, a virus author isn't going to stick some trojan into your favorite product...he's going to EXPLOIT a hole already IN your favorite product, and that's no different from the way Windows works.

      --
      Hey freaks: now you're ju
    11. Re:Spin Doctors by Frizzle+Fry · · Score: 2, Informative
      I know Delphi does funky stuff at startup, but if the APIs stayed consistent then you'd think it wouldn't be a problem

      That's true only if you are using the APIs correctly, in the documented ways, and there's no reason to assume Delphi is doing that. It's very possible that they are doing something buggy that they are not supposed to do (this is especially likely since this is during startup and dll entrypoints and such have real restrictions on what they are allowed to do; "funky stuff" is almost always bad). This buggy code happened not to crash on win98, but does crash on xp. In other words, the APIs staying consistent doesn't always help, because they only need to stay consistent in their documented behavior. If you are relying on undocumented behavior, then even though the API itself is consistent, your program might break.
      --
      I'd rather be lucky than good.
    12. Re:Spin Doctors by Alsee · · Score: 3, Insightful

      One important point - whether it's inserting code into a project or exploiting a vunlerability - the number of eyes looking at that code goes up with the distribution/usuage of that project. An alomst automagic balancing.There is little incentive or impact to an attack on a project with an install base of 10. Any "high profile" target is going to get "high profile" review.

      -

      --
      - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  4. It's a super bad analogy by CaptainZapp · · Score: 5, Insightful
    My absolute favourite part of the talk was when Barley started to extol the virtues of Windows because everything in it was made by one manufacturer. A fair point which would have been well taken had he not gone on to draw an idiotic analogy. He asked us to imagine an aeroplane where different components were made by different companies. Apparently he's never heard of Airbus.

    Even worse, does Airbus (or Boeing for that matter) manufacture every single of a million parts in a plane themselves?

    Hell no! Certainly not. There's an abundance of suppliers supplying parts for a plane, from the altimeter to the leather chairs in first class.

    You don't even have to go so far as to look at the airplane industry. Car manufacturers make only a miniscule percentage of the components themsleves. The rest is manufactured and delivered by suppliers.

    Otherwise the cost for a car would be comparatively so outrageously high like the cost for some uh! software...

    --
    ich bin der musikant

    mit taschenrechner in der hand

    kraftwerk

    1. Re:It's a super bad analogy by Anonymous Coward · · Score: 2, Informative

      Even worse, does Airbus...manufacture every single of a million parts in a plane themselves?

      Um, no they don't. Airbus is a consortuim of Aero companies in Europe who build 'planes. That's why the analogy by the Microsoft guy is so bad.

      Top tip: Reading is fun. You should try it sometime.

    2. Re:It's a super bad analogy by pubjames · · Score: 4, Insightful

      He asked us to imagine an aeroplane where different components were made by different companies.

      That is a truely idiotic thing to say. There is hardly any manufactured product you can buy today that isn't made from components from supplied by other companies. Even the simplest products - like a pair of shoes for instance - will often be made up with leather from one company, rubber from another, laces from a third, metal components from a fourth, thread from another. And that's just a pair of shoes. I bet Boeing has thousands of suppliers.

    3. Re:It's a super bad analogy by Anonymous Coward · · Score: 4, Insightful

      It's an even worse analogy, because aircraft manufacturers CAN share components with each other because parts are all built to published and accurate specifications, so if the specs say it will work, IT WILL WORK!

      Now compare Microsoft software: It is deliberately designed NOT to work with other software products, so it's a miracle that it actually does work in combination with anything else.

      Heck, Microsoft product "A" has even been known to be incompatible with Microsoft product "B"! This even extends down to Microsoft "service packs"!!!

    4. Re:It's a super bad analogy by whereiswaldo · · Score: 2, Funny

      Evidently you guys need more brainwashing. Repeat after me.

      Monopoly! Monopoly! Monopoly!

      Monopoly! Monopoly! Monopoly!

      (now speak softer and get that crazy look in your eye)

      Monopoly! Monopoly! Monopoly!

      Monopoly! Monopoly! Monopoly!

      Now you got it!

    5. Re:It's a super bad analogy by I+confirm+I'm+not+a · · Score: 3, Informative

      Most aircraft engines are made by GE.

      Not wishing to be pedantic, but Rolls Royce is a UK PLC (NB. this Rolls Royce makes aircraft engines, not shiny luxery cars)

      One point I've not seen made re: Airbus is that it's a consortium of various national aerospace companies - truly the worst analogy Microsoft could have dredged up. The closest match to AIrbus in the IT world would be - well, Linux, maybe, but that makes Airbus sound far more cool than they really are ;)

      --
      This is where the serious fun begins.
    6. Re:It's a super bad analogy by marcushnk · · Score: 3, Informative

      Not only that but there are plenty of Windows OS bits that were not made by MS
      The new firewall in XP is made by Ca from memory and Veritas made the crappy backup software in NT/2000....

      --
      "Consider how lucky you are that life has been good to you so far. Alternatively, if life hasn't been good to you so far
    7. Re:It's a super bad analogy by bcmm · · Score: 4, Informative

      C:\WINDOWS\system32>strings ftp.exe | grep -A 1 Copyright
      @(#) Copyright (c) 1983 The Regents of the University of California.
      All rights reserved.

      --
      # cat /dev/mem | strings | grep -i llama
      Damn, my RAM is full of llamas.
    8. Re:It's a super bad analogy by Lisper · · Score: 2, Informative
      It's an even worse analogy, because aircraft manufacturers CAN share components with each other

      Actually, it's even worse than that. Aircraft manufacturers not only CAN share components, but they INVARIABLY DO share components. There is not an aircraft in the world whose airframe and engines are made by the same company. The same goes for avionics. For aircraft with propellers, the propellers are invariably made by speciality companies that make only propellers.

      No one would ever dream of trying to start an airplane company that made all of the components for an entire aircraft.

    9. Re:It's a super bad analogy by djwavelength · · Score: 2, Insightful

      It's an even worse analogy, because aircraft manufacturers CAN share components with each other because parts are all built to published and accurate specifications, so if the specs say it will work, IT WILL WORK!

      Yes, and if you write your software using VC++ and the MFC libraries, your code will work too. The specs for getting something to work with windows are mostly included in the Windows.H header.

      And Windows programs can share components with each other, as long as the specs and APIs are published. Now, the specs for all aircraft isnt standard: for example, the specs on a Stealth Bomber arent out there for people to build things on. The same works for software - you dont allow your competition to know what your algorithms do, or how they work, because then you have no advantage over them.

    10. Re:It's a super bad analogy by mpe · · Score: 2, Informative

      Actually, it's even worse than that. Aircraft manufacturers not only CAN share components, but they INVARIABLY DO share components. There is not an aircraft in the world whose airframe and engines are made by the same company.

      Different parts of the airframe may well originate from different companies.

      The same goes for avionics. For aircraft with propellers, the propellers are invariably made by speciality companies that make only propellers.

      Similarly rotor blades and wings tend to come from specialist companies. (Who might well only sell a matched set of blades, wings, entire tailplane, etc).

      No one would ever dream of trying to start an airplane company that made all of the components for an entire aircraft.

      Even someone making a "scratch built" aircraft as a hobby might well not make everything themselves.

  5. "Linux training costs were 15% higher on average" by Mobius_6 · · Score: 5, Funny

    "Linux training costs were 15% higher on average"

    Well that's because training to fix windows is "just hit reset"

  6. Unfair comparisons... of course they're going to w by LaserLyte · · Score: 5, Insightful

    Haha... so Microsoft's strategy of pushing the idea that Linux has an equal or greater TCO than Windows basically ignores the fact that Linux is free and that any businesses wanting to use it will naturally go for the most expensive possible distribution (i.e RedHat uber deluxe professional platinum addition for business).

    Perhaps if they faced the "facts", their study might be worth something.

    And as for the comparison of Linux to a DOS prompt... Microsoft seems to think that adding a huge bloated GUI to a server OS is going to improve things. Well, I say that any half-decent system administrator should be able to do his job completely from a command-line interface and should not need a GUI.

  7. MS is kinda scared... by kennycoder · · Score: 3, Insightful

    It seem MS is pretty scared with all this linux popularity to start making campaigns that make you think windows is *TEH* best and has less vunerabilities. I dunno, i'm using linux for years and after each instalation i didn't get any msg saying that my system is going to reboot automatically after 60 seconds..

    --
    Fucking a fat girl is like riding a scooter... it's fun 'til someone sees you.
  8. Part of the page commented out by Anonymous Coward · · Score: 5, Interesting

    View source on the page. They've part commented out. Wonder why they did that.

    1. Re:Part of the page commented out by miltimj · · Score: 5, Interesting

      That's because those two headlines they comment out say the following:

      A 2002 Microsoft-sponsored study of total costs of ownership over five years for working corporate infrastructure in North America shows that lower staffing expenses are a large part of an 11-22% cost advantage for Windows.

      Microsoft-sponsored benchmarks prove that multiple Windows Web servers perform better than a Linux mainframe acting as a Web server consolidator. An independent review by Meta verified the integrity of the results.

      (emphasis mine)

      Apparently the PR slamming they're taking for those studies made them (at least temporarily) remove them from the site...

      --
      "Truth is not decided by majority vote" consensus gentium -- Norman Geisler
    2. Re:Part of the page commented out by ewe2 · · Score: 2

      Oh, you meant the Microsoft page? Like the MetaGroup Benchmark?

      Well, I can understand not wanting to push its own sponsored studies, but why hide the .NET vs J2EE study, do you think? And why can I still download them?

      --
      insecurity asks the wrong question irritation gives the wrong answer
  9. Getting the word on the streets by eltoyoboyo · · Score: 2, Insightful

    MS has $40,000,000,000 USD in cash still before all the lawsuit dust has settled. Certainly they are not going to spend it all buying schools new computers. The noise is only going to grow louder about TCO from them. The open source distro community has to pull together and face them head-on. Eroding into the AIX, HP-UX, and Solaris market share is going to help MS because these companies all have big marketing dollars too.

    --
    Have you Meta Moderated t
  10. Yeah... Ok by SamiousHaze · · Score: 5, Insightful

    The overall tone of this event makes it fairly clear as to Microsoft's anti-Linux strategy.

    1.Claim that linux isn't free.
    2.Pretend that Shared source is the same as Open Source
    3.Make a big deal about the migration costs of moving to Linux
    4.Use the forrester report to claim that Linux is insecure
    5.Belittle the quality of the toolset available on Linux

    Point 1 and 2 I won't dignify with a reply.
    On Point 3 - Yes, there are migration costs... but that is a dumb argument. There is ALWAYS a migration cost when upgrading (horse and buggy to car - airtravel - spacetravel etc)

    4. Yes, linux can be insecure ---- so can windows and anything else (except OpenBSD!! :P)

    5. On this point, I dont' care who says what - Microsoft has better (and I mean this in all respects) tools available for Rapid development.

    1. Re:Yeah... Ok by Croaker · · Score: 4, Informative
      On Point 3 - Yes, there are migration costs... There is ALWAYS a migration cost when upgrading

      And they always conveniently forget to mention the cost of upgrading your Microsoft products. My current employer lost a boatload of money when they tried to move from NT to Win2k on the server, because a last-minute backwards incompatibility threw a spanner into the works. The project had to be called off, effectiely wasting several months of effort by about half the engineering group. You do the math on how much that cost the company, nevermind the actual license cost.

      They also don't mention that in many cases, a great deal of the cost is inspired by Microsoft's lock-in. Your data in their products isn't open... you have to pry it out. If your data was in open formats (i.e. actual, for-real XML) then you'd be able to migrate a lot easier. So, it's a cost really imposed by Microsoft, rather than a cost imposed by any alternative solution. The erverse probably isn't true... once in an open format, there's usually not an 'exit cost' associated with moving to another solution.

    2. Re:Yeah... Ok by ScouseMouse · · Score: 3, Insightful

      ooh oooh here we go again. Perhaps you forgot to consider Delphi/Kylix/C++ builder, Its IDE is far better than anything MS has come up with so far IHMO. Admittedly the best versions are not free, but *NO* versions of Visual studio is free. In my experiance, people who havent tried Delphi/Kylix/C++ builder are usually the ones berating it. MS has killed Visual J++, so the borland and sun tools win there by default, Which leaves Visual basic. Now I have to admit that there are no VB language tools are on Linux, But i actually consider that a good thing.

    3. Re:Yeah... Ok by Eudial · · Score: 2, Insightful

      5. On this point, I dont' care who says what - Microsoft has better (and I mean this in all respects) tools available for Rapid development.

      Do we want rapid development? The shorter development stage the greater the chance of overlooked bugs. RAD-tools makes programming, which used to be quite a craftmanship - which required a great deal of intelligence and wisdom, to pointless point and clicking.

      // Low level C / Assembly programmer (and somewhat biased by that :-)

      --
      GAAH! MY PRINTER IS ON FIRE!!! PUT IT OUT! PUT IT OUT!
  11. Gandi Quote is germane by Gothmolly · · Score: 5, Insightful

    First they ignore you,
    Then they laugh at you,
    Then they fight you,
    Then you win.

    I'd say that we were at Stage 3 now, we were at Stage 2 last year and the year before.

    Things are looking up!

    --
    I want to delete my account but Slashdot doesn't allow it.
    1. Re:Gandi Quote is germane by Anonymous Coward · · Score: 2, Insightful

      This exact same post has been made for the past 5 years. Mostly by ESR.

  12. Re:wow by cuzality · · Score: 5, Informative

    Microsoft Starts its "Get The Facts" Campaign
    So I sat with about 150 other "technical decision makers" in a very plush hotel in Holborn while representatives from Microsoft tried their best to convince me that I should not be considering moving to Linux. To run the discussion Microsoft had employed a fake-tan horror who had clearly escaped from daytime TV. He was by turns chummy and condescending. However being a reasonable man I will not hold Microsoft responsible for his failings.

    First up was Phillip Dawson who leads Linux research for analysts Meta Group. He quoted heavily from a Meta analysis which shows that Total Cost of Ownership (TCO) for linux and windows is comparable. This study has been widely reported in IT press but I can't for the life of me find a link to the original. He made some interesting points about where the datacentre is going to be in a few years. His basic thrust was that everyone is moving from proprietary Unix with its expensive platforms to Windows or Linux on x86 platforms and that it this hardware move, rather than linux versus windows, that will drive all the cost savings. Dawson believes that in a few years the only place we will see proprietary Unix is in very large enterprise databases.

    After a promising start, Dawson then got into the territory of why Windows makes more sense for enterprises than Linux. He introduced what was to become a running theme for seminar, Linux is not free. It turns out that the TCO statements made earlier were based on the licensing costs of SuSE professional and Red Hat Enterprise versus Windows. They had refused to consider that people might run a business on something that they could download free from the Internet. Later in the Q and A session Dawson got quite aggravated when people pointed out to him that many Linux-based businesses run quite happily on free linux (this was shouted by the scruffy-looking Debian hackers in the back). I can only assume that businesses that are brave enough to save thousands of pounds per unit by moving away from expensive hardware platforms are meant not to care that they can save another couple of hundred pounds on Microsoft licence fees. Later in the presentation he said "Don't compare to the free downloads. They are not free". Precisely what he meant by this escapes me.

    One area the Meta study didn't look at was Linux on the desktop. Phil claimed that linux was not ready for the desktop because it lacked administrative tools. He was carrying on in a similar vein when he said "Management tools on Linux are nearly as good as a DOS prompt".

    Nick Barley, business and Marketing Director for Microsoft UK took to the stage to baffle us with market-speak. There was lots of talk about strategy and leveraging which I didn't follow. He talked a bit about Microsoft's shared-source program and tried his hardest to make it sound like open-source, mainly by refusing to say Open-source and talking about shared-source instead. Continuing in Phillip Dawson's footsteps he repeated the mantra "Linux is not free" several times. Although he was at his best when talking about business models amongst Linux distributors claiming that "Linux is moving to the same model that Microsoft has been using".

    My absolute favourite part of the talk was when Barley started to extol the virtues of Windows because everything in it was made by one manufacturer. A fair point which would have been well taken had he not gone on to draw an idiotic analogy. He asked us to imagine an aeroplane where different components were made by different companies. Apparently he's never heard of Airbus.

    Next up was Nick McGrath head of platform strategy for Microsoft UK. The main bulk of his talk was taken up by a demonstration of a document sharing system based on Microsoft Sharepoint. Very boring for those of us running heterogeneous systems that Sharepoint will not run on. McGrath was much more technically clued up than Barley, and seemed to be aware that the audience was not entirely on his side. He made me

  13. Monday morning vitamins by Antique+Geekmeister · · Score: 3, Informative

    Monday morning, and we've already gotten our FDA recommended doses of vitamins F, U, and D for the whole week? OK. Let's find out where this road show is going next and show up with some boxes of LiveCD Linux distributions. I recommend the Gentoo 2004.1 CD's, which perform quite well across a broad variety of hardware. Then ask tough questions about why every Windows machine in the world shares drive C: at all times as \\IP-address\C$ by default and always, always, always re-enables it at reboot even if you explicitly turn it off, making the machine wildly vulnerable to file thefts and password based attacks to take complete control of it?

    1. Re:Monday morning vitamins by I+confirm+I'm+not+a · · Score: 2, Informative

      why every Windows machine in the world shares drive C: at all times as \\IP-address\C$ by default and always, always, always re-enables it at reboot even if you explicitly turn it off

      Pet hate o'mine. MS have this tool, MS Baseline Security Advisor, which is actually quite good for hardening Windows - one of the recommendations it makes (every time I run it...) is to disable the default C: share. If only...

      --
      This is where the serious fun begins.
    2. Re:Monday morning vitamins by gbjbaanb · · Score: 3, Informative

      create a startup batch script, put 'net share c$ /d' in it.

      If you're running and NT-based system (I don't know about the dos-based ones) then you can edit the registry to turn off the auto-creation of the admin shares:

      HKEY_LOCAL_MACHINE\System\CurrentControlSet\Serv ic es\LanmanServer\Parameters

      Set keys AutoShareServer and AutoShareWks to 0

      There - not much different from editing a linux config file :)

  14. Like DG by Anonymous Coward · · Score: 2, Interesting

    How they can call this "Get the facts" is beyond me. It reminds me a lot of IBM vs. Data General. When DG first got going IBM started calling allot of its key customer's saying "you don't want to deal with this nasty upstart company data general." Said customers promptly phoned data general (a company that, at that point, they'd probably not even heard of, and got their sales people in. I would have thought MS would know better though. They've pulled basically the same stunt with .NET by getting the J2EE community to talk about how terrible it is thus assuring all enterprise decision makers look at .NET seriously...

  15. The MS strategy by Anonymous Coward · · Score: 2, Funny

    1.Claim that linux isn't free.
    2.Pretend that Shared source is the same as Open Source
    3.Make a big deal about the migration costs of moving to Linux
    4.Use the forrester report to claim that Linux is insecure
    5.Belittle the quality of the toolset available on Linux


    Missing point:
    6.PATENT EVERYTHING

  16. Apples to Oranges TCO calculation by CodeMaster · · Score: 5, Informative

    Has anyone else noticed that in the metagroup TCO analysis, they compare a windows server running on a two processor intel machine, and a linux server running on (one or two - can't remember) MAINFRAME processors.

    I mean - cm'on, perhaps they should have pitted a walmart PC with windows installed vs Linux running on a Cray server... The TCO takes into account the entire purchase of hardware, and in the Mainframe case - you probably looking at 16 processor machine to begin with, which kind'a spikes the price up...

    But - the graph looks very convincing - and isn't it what it's all about?

    Just a little food for thought...

  17. They are targeting UK 'near' conversions too... by Alkarismi · · Score: 4, Interesting

    In the glossy brochure they give out at the event they have a file of 'case studies'. Several are from organisations (such as Newham Borough Council) who were about to transition to Open Source but were then bought off^H^H^H^H^H^H^H^H^H^H convinced that, in fact, sticking with Windows would cost them less(!).

    The truth is they are terrified. They've got wind of what's on its way over here in the UK.

    Relax, don't panic. Wait and see what us Brits have got coming for MS over the next few months :)

  18. Edinburgh event by linuxci · · Score: 5, Insightful

    I was at the Edinburgh event last week which was the 2nd event in their roadshow.

    Here's some advice for people who'll be at their next two events (Manchester this week I think, and Wales the week after (Newport, IIRC)):

    - Plan in your coffee break questions to ask them (be careful about providing them with the question on paper as they reworded mine - try and ask it in person at the end).

    - Ask more about IBM involvement in Linux, they tried to claim that IBM were trying to lock people in to Linux, try and provide counter examples as to how it'd be easier to escape an IBM stranglehold than an MS one.

    - They cite interoperability as one of Microsoft's main aims, people mentioned the office file formats and recent patents, but they hedged around the question, someone needs to seriously challenge them on this at the event.

    - Talk to the other delegates in clear concise language why you think Linux should be considered as a serious option. Don't sound like a zealot and accept there's many times when Windows would be more suitable than Linux.

    - Point out to people that open source doesn't always mean Linux, in fact doesn't always mean changing an OS at all. There's some quality open source software for Windows - promote Firefox and OpenOffice as examples

  19. Re:Unfair comparisons... of course they're going t by ninewands · · Score: 3, Interesting
    And as for the comparison of Linux to a DOS prompt... Microsoft seems to think that adding a huge bloated GUI to a server OS is going to improve things.

    Moreover, it exposes the degree to which Microsoft is engaging in "Not Invented Here" self-delusion for them to try and compare a DOS prompt (command.com and its standard utilities) to a real shell (bash, tcsh or zsh) and the standard set of utilities (the GNU file utils, find utils and text utils) that ship with most linux distributions.

    Personally, I'd reverse the comparison and say the DOS prompt is "almost as good as a Unix shell."
  20. Re:Unfair comparisons... of course they're going t by millahtime · · Score: 4, Insightful

    any businesses wanting to use it will naturally go for the most expensive possible distribution (i.e RedHat uber deluxe professional platinum addition for business).

    Many companies like the one I work for require you to be able to get a service contract for any software. So, to use Linux they have to be able to get a service contract. That's why they go for those expensive ones. They have the service.

    Well, I say that any half-decent system administrator should be able to do his job completely from a command-line interface and should not need a GUI.

    You're figureing on half decent sys admins. Many of the ones I know can't do anyting outside the GUI. And they don't even have half of an understanding of what is really going on. Some have never even herd of /. Sadly many who are called sys admins don't really know a whole lot.

  21. Well, it isn't by sinergy · · Score: 2, Insightful

    Not in an enterprise network environment. MCSE admins are a dime a dozen, you can practically pay them minimum wages and have them run servers. Linux admins demand a very high price - at least 2-3 times that of the average NT admin. Why? Running a Linux server requires more than point/clicking your way around. A linux admin is required to have at least basic programming skills.

    --
    ...
    1. Re:Well, it isn't by linuxci · · Score: 2, Interesting

      He once made a comment, "Windows NT is going to be so easy to use, all point and click, that it will be possible to hire sysadmins off the street!"

      They're also currently using the 'Linux sysadmins are more expensive than Windows sysadmins' argument to promote Windows - however that's only going to have one effect - the more clueful of the Windows sysadmins will learn Linux skills in order to get paid more.

      This eventually will mean there's no shortage in Linux sysadmins which will be a plus point for Linux but on the downside people will be earning less.

      Therefore I think it's important that all Linux sysadmins who are knowledgeable to take this opportunity to improve their skills and be recognised as knowledgeable.

      Therefore if you're in the UK I promote the UKUUG conference in my sig ;)

      This wasn't going to be an ad, then I realised it fitted so perfectly into my reply!

  22. To summarize... by jadenyk · · Score: 4, Interesting
    The overall tone of this event makes it fairly clear as to Microsoft's anti-Linux strategy.
    1. Claim that linux isn't free.
    2. Pretend that Shared source is the same as Open Source
    3. Make a big deal about the migration costs of moving to Linux
    4. Use the forrester report to claim that Linux is insecure
    5. Belittle the quality of the toolset available on Linux

    I don't understand a few things about this. Why do people believe this type of thing when Microsoft brings absolutely *NO* proof of any of these claims? Can any of this be considered slander? They're trying to throw mud on Linux's image with no real proof.

    And why did this guy sit through this entire "seminar" in the first place?

  23. Your time costs money by oddmake · · Score: 2, Insightful

    When I get a windows upgrade at work there is no training. It's just figure it out. There are no training courses on windows at all here.

    SOMEONE must pay for your training .If you "figure it out" at you work time,your employer effectively pay for your training cost,as they have to pay your salary for your work(i.e. learning Windows skill)

  24. Re:Linux isn't free by Anonymous Coward · · Score: 2, Insightful

    Linux is Free and Open Source. Freedom with restrictions is a fact of life. You have Free speech but you can't yell fire in the theater. You are Free to Vote for who you want to but you can't vote over and over. You can do whatever you want with the Linux kernel. But if you redistribute it you have to make your changes public thus keeping the code Free,Open and accessible. Your analogy of Free as in beer is wrong. Internet Explorer is Free as in beer. Linux isn't.

  25. Re:Linux isn't free by sbennett · · Score: 3, Insightful

    If that's what you care about, use BSD.

  26. "Linux isnt free?" by bludstone · · Score: 5, Insightful

    Really, Well, I just installed mandrake 10 this weekend to replace w2k on an old pc. My first linux. And it was, free.

    I downloaded it, burned it, and installed. I had minimal help and everything went very smoothly.

    Er, right.

    "linux ISNT free?" "really? heres 10 free copies of mandrake right now." "youll have to pay to support it." "ah, then dont you mean linux SUPPORT isnt free? Is windows support free?" *insert adhominem attack they are trained to do here*

    I imagine the best thing you can do at these is hand out free linux install cds, and allow people to make the choice for themselves.

    Again, mandrake 10 was SUPRISINGLY easy to get working.

    --

    no .sig
    1. Re:"Linux isnt free?" by johannesg · · Score: 2, Interesting

      Actually this is a great idea. Just go to these events with a stack of various Linux distro's and hand them out for free. If you do it as the people are coming in you will then be able to observe Microsoft representatives in various interesting colors ;-) It also blows away part of their argument right then and there, thereby seriously undermining the rest.

  27. A bit misleading by brunes69 · · Score: 4, Informative

    Essentially Coke was the biggest cola company on the block, until they acknowledged Pepsi as a competitor.

    You say this as if they aren't still the biggest on the block. Coke is still (as it has always been) well ahead of Pepsi in both global market share and global market value. Their stock price is higher, and they still ship many more units / yaar then Pepsi. Sure Pepsi may have more flashy ads in the US, but that doesn't mean squat to their international presence. Just do a Google on the cola wars.

    This said, if Linux ever got to the point that it was as much of a competitor to MS as Pepsi is to Coke, I'd be damn happy.

    1. Re:A bit misleading by mfh · · Score: 4, Interesting

      I think I was pointing out that Pepsi's market share prior to the Cola wars was much less than it is today. Coke made a mistake and they tried to correct it, but when you ask anyone who the major soft drink companies are, they'll always say Coke and Pepsi. Before the cola wars, Pepsi wasn't mentioned that much.

      The more Microsoft acknowledges Open Source and tries to fight it, the bigger Open Source will become, because of the law of diffusion.

      --
      The dangers of knowledge trigger emotional distress in human beings.
  28. Re:Enterprise Level by codepunk · · Score: 3, Insightful

    You are in the minority because you offer not a shread of proof for your statement. The reality is that I can admin 3x as many linux boxes as you can your windows machine. Not that I would have to because linux unlike windows is way more efficient in the data center. I do not have a single linux machine at work that does not run to nearly full capacity. I can do this because I can run more than just a email server, or database server on a single machine. How often do you see exchange running on the same machine as a sql server?

    In my opinion you are nothing more than a astroturf for MS.

    --


    Got Code?
  29. Re:"Linux training costs were 15% higher on averag by Fujisawa+Sensei · · Score: 3, Interesting

    From what I've seen companies spend about $0 on Windows training, so a 15% increase is still $0.

    --
    If someone is passing you on the right, you are an asshole for driving in the wrong lane.
  30. Certainly is compared to MS-Windows by leonbrooks · · Score: 3, Insightful

    Once you factor in the costs of viruses and worms (for a timely example, see the article from earlier today on being unable to pull down updates fast enough to avoid having your XP install infected before it can be updated), MS-Windows is danged expensive.

    The only time I use a compiler on this machine is to build software for other people, and it's stuff like a tweaked KDM for an Internet cafe. Let's see you tweak MS Windows Login like that at any price, sucker.

    Now... let's have some more facts from Microshills, shall we? Big heaps of steaming facts, coming right up! Mooooove over!

    --
    Got time? Spend some of it coding or testing
  31. Re:Enterprise Level by chabotc · · Score: 2, Informative

    How comments like this get modded up as being "interesting" is one of those unsolvable mysteries of life for me.

    You don't mention if you mean using linux in the desktop or server space, neither what kind of applications or services your refering to when you say "in my experiance". Basicly you give no foundation at all for this comment to be taken seriously at all; Nevermind give the impression that you have any notion of what "Enterprise level" is.

    And just saying that Linux isn't 'free' is stating the obvious.. Even breating air takes time and thus costs money .. Not to mention the TCO of breathing air if there's a risk of breathing poluted or contaminated air.

    The question is not 'is linux's TCO free', it's 'how does linux's TCO compare to a similair microsoft based solution'.

    if only i had mod point's today you would've gotton a -1 flamebait or overrated from me..

  32. It's a worse analogy than that... by ohad_l · · Score: 5, Interesting

    Microsoft certainly does not make all of the components in a running Windows system. First of all, I'm pretty sure that most people running Windows are not running any Microsoft hardware except for perhaps a mouse, keyboard, and/or gaming peripheral. So your setup is not 100%-microsoft - it's not even close if you take hardware into account. It gets a lot closer when you look at macs, but nowadays even they use (modified) versions of commodity hardware, such as nVidia and ATI graphics cards. Also, last time I checked, commodity hardware was a good thing, seeing as it drives competition over price and quality. Now, as for your software department - just take a look at drivers. If you're using an nVidia or ATI card, you are probably using their drivers. Microsoft, as far as I know, did NOT write those, and yet they are an integral part of the system (so integral, as a matter of fact, that nVidia drivers have been known to bring X on Linux to a screeching halt). Also, if I am not mistaken, Windows uses BSD's TCP/IP stack. True, today the code is maintained by Microsoft coders, but I can't imagine them having needed to completely overhaul it - they are using a modified version of a product (piece of code) that was manufactured (written) by someone else. And last but not least, a major factor keeping people on Windows is software that is written for it, which they can't do without or find a replacement for which runs on their target OS. Guess what? Most of that software isn't written by Microsoft either. Many people swear by Adobe Photoshop, and don't switch to Linux because they find The Gimp inadequate. Others want to play their favorite computer games, which simply do not work [well] on Linux. And even if, say, their favorite computer game is Microsoft Flight Simulator or Microsoft's Age of Empires - yep, that's right. Microsoft didn't make those. They just bought them. A large, complex product is best manufactured by multiple specialty manufacturers which adhere to well-known standards. F/OSS supporters know this. Microsoft knows this as well.

    --
    If it weren't for fog, the world would run at a really crappy framerate.
  33. damn... by Chuck+Bucket · · Score: 2, Funny
    making out that Linux isn't free

    I dread getting that bill from Stallman then, I've been running Linux for five years now! I knew it was too good to be true.

    CB

  34. Re:Unfair comparisons... of course they're going t by tolan-b · · Score: 2, Insightful

    except it's not. anywhere near :)

  35. Funny? Pull that moderator's head out of his... by leonbrooks · · Score: 2, Insightful

    Well, anyway... in at least 30% of businesses I visit, a secretary or near equivalent is Level 1 Tech Support. Some of the "dumb blonde" mobile accident catalysts I've seen know an awesome amount about resuscitating MS-Windows.

    --
    Got time? Spend some of it coding or testing
  36. Funny moment by linuxci · · Score: 3, Interesting

    I can't confirm this for certain (as it didn't happen to me).

    One of my colleagues who also went to the Edinburgh event was talking to one of the speakers there (one of the Nick's from Microsoft I believe) and I Microsoft guy admitted his niece had thousands of viruses on her machine last time he checked it!

    I wish I could confirm it, but I don't see he has any reason to lie

    1. Re:Funny moment by Alkarismi · · Score: 3, Interesting

      I was at the Secure Britain Masterclass at Olympia a couple of months ago and Stuart Okin (MS UK security primo) admitted pretty much the same thing (about his wife's machine!). All part of their new 'accessible' and 'concerned' approach!

      He went on with the 'industry problem' lie^Hne to reassure us we were all buddies together and all in the same boat, then asked for anyone who trusted their computer to put their hand up (expecting nobody after the 'friendly' subliminals he just slipped us). Both me (FreeBSD user) and my collegue (linux user and security researcher) put our hands up. Mr Okin, bless him, acknowledged our hands but neglected to ask which version of 'windows' we ran :)

  37. It's True About Desktop Management Tools by DaGoodBoy · · Score: 5, Informative

    I jumped in to the "Desktop Linux Consortium" back in the Feb 2003 to offer some thoughts about direction for the forming DLC and the linux desktop in general. If you have any interest in what I said back then:

    http://www.desktoplinuxconsortium.org/pipermail/dl c-discuss/2003-February/000002.html

    I think that the crucial missing application and management pieces are staring us all right in the face. It is not enough to have an easy install. It's not enough to have a slick desktop and functional apps. Those are important, certainly, but if we are really doing well at them, why hasn't the momentum shifted?

    I've worked IT for fifteen years and the number of systems I've imaged with their OS and software loads dwarfs by 100 to 1 the number of times I've used any OS installer, even if you count the last five years of Install Parties at the Melbourne Florida LUG! The things most developers and non-corporate users think are important don't apply to corporate IT like people outside of IT would think.

    The typical larger IT department has to deal with things like corporate software policies, locking user account profiles, automated application and operating system patches/updates and remote helpdesk. How can I enforce the corporate software policy against instant messengers when every distro except debian bundles all the stock KDE applications (including instant messenger apps) in a few giant RPMs? KDE 3.2 will be doing more profile locking features, but what about applications that don't use the KDE libs? What about Gnome?

    I know people point to things like Red Carpet and the Red Hat Network for updates (still not 100% in my opinion), but I think corporations will need to be able to build or rebuild apps with different attributes or patches for distribution to corporate clients. SUSE is using 'autobuild' internally and Red Hat wants you to buy a Red Hat Network Proxy, but again, no-one other than Debian provides access to the build architecture to be able to modify certain stock bundled apps like removing parts from larger RPM's like KDE.

    Remote helpdesk and other IT-friendly features are available in most distributions at this point, but they aren't really bundled and configured for that role in the context of the distribution. This needs work and attention. VNC is great, but a distro focusing on corporate desktops needs to have that puppy configured for easy remote desktop support by default.

    I've spoken at LinuxWorld and other conferences, but every time I try to submit a topic that addresses some of these kinds of issues, I hear crickets and we get 10 more 'How to install Samba' sessions. We need a focus on what all the "Ticket System Cowboys" know about desktop deployments before some of the spectacular Linux desktop announcements turn into craptastic failures.

    Just my $0.02.
    DaGoodBoy

    --
    My God! It's full of Voids!
    1. Re:It's True About Desktop Management Tools by Jungle+guy · · Score: 3, Insightful
      The problems with big and sometimes buggy RPMs are common among the main distributions (Red Hat, Suse). Over and over, I have spotted problems with RPMs - the software underneath it is 100% functional, but some wrong dependency makes installing it a pain. I submit a bug report, it is corrected, only to see the same problem reappear in the next version, on a different package.

      There is a relatively obscure distribution in Brazil that, in my opinion, has solved them in a very clever way- Conectiva. They build small RPMs, one for each application, departing from the standard of KDE and Gnome. They also build "meta-RPMs" with 0 bytes, that have dependencies for other RPMs that contains files. This way, for example, you type "rpm -i task-kernel" and install all the RPMs necessary for kernel building.

      Conectiva has also adapted apt-get to work with RPMs, making the update and upgrade of the operating system a very simple task.Type apt-get install or click on the graphical front end and way you go.

      I don't think that Conectiva is a solution, as they have many problems of their own -their installed base is not big and it takes time to bug reports arrive, compared to Red Hat and Debian. But I would like to see their approach (small RPMS, meta-RPMS, apt-get) copied by other rpm-based distributions.

    2. Re:It's True About Desktop Management Tools by aegilops · · Score: 5, Insightful

      Just to expand upon some of your examples a little:

      Software package distribution to end-users (a la SMS or Group Policy)

      Desktop lockdown policies, e.g. very restricted access for, say, a call centre, "normal" access for the general users, maybe a more elevated level of access for the odd rogue punk

      Desktop roaming and profiles, i.e. a user should be able to log on to any desktop and receive all of his/her applications and data

      Expanding the above point - if a PC fails, it should be trivial to either re-image or swap out the hardware and have the user back up and running almost immediately. I.e. no local data / no local installs

      Strong method of validating integrity of the desktop, particularly in regulated industries (banking, pharmaceuticals etc) - i.e. how can you "prove" that the machine has not been tampered with, and so is operating correctly. Sounds daft? Try working in a regulated industry...

      Hardware inventory / monitoring toolkits (in an ideal world, you'd have a single machine image for the whole company to make support of your desktop image easier, but life frequently isn't that simple)

      Software inventory / monitoring toolkits (not all software will be freely licensed, you may be distributing some proprietary software that runs on your free systems

      Remote control software to enable support staff to assist users remotely

      Your examples of automatically distributing patches (and forcing, and preventing logon from un-patched machines) for both OS and applications is exactly right, along with having the control to test and select what patches are distributed to end users. No doubt many of my examples above are already addressed, and this is after all what you'd be paying a Linux expert to help you with (read: commercial support organisation and consultancy - IBM would likely be a good fit, along with many others). Remember, a corporation could well take the view that if it's worth doing, it's worth doing right - i.e. choose Linux for the right reasons, but don't automatically assume that they will want to do it for zero cost - both in the initial purchase price as well as the ongoing maintenance.

      Aegilops

    3. Re:It's True About Desktop Management Tools by Farce+Pest · · Score: 2, Informative
      The typical larger IT department has to deal with things like corporate software policies, locking user account profiles, automated application and operating system patches/updates and remote helpdesk. How can I enforce the corporate software policy against instant messengers when every distro except debian bundles all the stock KDE applications (including instant messenger apps) in a few giant RPMs? KDE 3.2 will be doing more profile locking features, but what about applications that don't use the KDE libs? What about Gnome?
      1. Dont give your users root on their desktop machines, and they can't install packages. Additionally you can make gcc non-executable to non-root users.
      2. Use a central authentication source, such as LDAP.
      3. Use a better distro
      4. Use ssh for remote administration, or if you need a GUI, a remote X client.

      A specific suggestion: Gentoo. If you really think you might need to rebuild your apps to add your own patches and such, Gentoo arguably has the best build system, and you can configure your clients to only install binary packages from a central server. Then your client machines don't have to actually build anything.

      The downside on Gentoo is that it does not have an automated installer, which can be a real pain if you have a lot of machines to install. The solution is fairly simple: Build one client, and then use Mondo to build a self-installing CD (it's a one-liner). Burn the resulting ISO(s) (depending on how much you install), put them in a new machine, boot, let it self-install, reboot, and you're done. You don't have to use Gentoo for this, of course.

      Supporting desktop clients is not going to be a no-brainer with any OS, but it is doable with Linux and existing tools.

      --
      This message has been scanned for memes and dangerous content by MindScanner, and is believed to be unclean.
  38. In other news by Advocadus+Diaboli · · Score: 5, Funny
    • Boeing is telling you why Airbus Industries is bad
    • Coca Cola is telling you why Pepsi is worse than Coke
    • George W. Bush is telling you the facts about weapons of mass destruction in Iraq

    Why shall I believe any of them?

  39. Re:Enterprise Level by ninewands · · Score: 4, Insightful
    Im sure I am in the minority when saying this, but it has just been my experience that even though I have to continuously do Microsoft refreshes, their software works better ouf of box.

    Their software, out of the box, runs Sobig, Bagel and Blaster as well as it does IE or Office.

    A large part of the cost of administering desktops in a business environment is repairing the damage done by users who have been given excessive system privileges because their applications require them to have them. Linux/Unix apps, as a general rule, don't do that. As a result, it is possible to lock a n*x box down to the point that a user can still do his/her job but he/she cannot wreak havoc on the machine or the network. When the user can only install "goodies in his or her $HOME where they also store their precious data, and pr0n^W other irreplaceable information, they are MUCH more careful about what they click "OK" on. This reduces TCO dramatically.

    Just my USD0.02
  40. Linux users could have done a better job by Anonymous+Writer · · Score: 3, Interesting

    If you got a bunch of linux users to play "devil's advocate" and come up with reasons to explain advantages of using Windows over using Linux, they would have done a better job than these infomercial drop-outs mentioned in the article. Seriously, for company that has such deep pockets, they seem to manage to blow all their money on the worst there is, from programming quality to advertising and PR. Either they're being stingy and are holding back on spending for quality, or they don't care that they're throwing money away hiring people who just take the cash and do a half-assed job.

  41. Re:Unfair comparisons... of course they're going t by dossen · · Score: 5, Interesting
    Personally, I'd reverse the comparison and say the DOS prompt is "almost as good as a Unix shell."

    Then you would, IMHO, be lying. The DOS prompt has never been even close to a match to a proper Unix shell. Even running bash with the full gnu toolchain in a Windows XP cmd.exe prompt (thankyou cygwin) is still much worse than using the real thing (even their mouse selection stuff is retarded. OK they cannot have X's nice selection style cut'n'paste, but at least make the default selection tool line oriented, rather than block (I cannot remember even once needing the kind of selection you get in cmd.exe, if your text is not neatly on one line)).

  42. Re:Linux IS NOT FREE by linuxci · · Score: 3, Insightful

    Let's just say then Linux is free if you want it to be. A lot of people like boxed sets, they may need support contracts and indeed may need certain proprietary software (e.g. Oracle) to run on Linux.

    The doesn't stop Linux being free and legal to those that are comfortable downloading Linux and supporting it themselves possibly using Google and newsgroups for help.

    With Windows you have to pay for a licence just to install the software, you could download it for free but that's illegal, you can't even pay to download it as far as I can see. Then if you need support you have to pay extra for that.

    Name the number of personal users and small businesses who have made use of MS support? There'll be some, but not many.

    For personal users people usually rely on their friends for support and so they're bogged down fixing the viruses and spyware problems on a regular basis if they're not that savvy.

  43. "MS is scared" posts by goldspider · · Score: 4, Insightful
    From reading Slashdot for several years, it would seem to me that Miscrosoft has been "scared" of Linux for some quite time. Every time one of these studies comes out, someone makes the "Microsoft is getting scared" and gets modded up to +5.

    But despite their apparent terror, they've still managed to maintain their market dominance. I don't really think Microsoft is as scared as some Slashdotters would make themselves believe they are. Show me where Linux has taken a significant bite out of Microsoft; then you might have a case.

    --
    "Ask not what your country can do for you." --John F. Kennedy
    1. Re:"MS is scared" posts by jedidiah · · Score: 3, Insightful

      You're confusing servers and desktops.

      Microsoft's "dominance" in the server market is NOTHING like what it is in the desktop market. Linux marketshare in the server market gives them more than adequate reason to fear the future of their desktop marketshare.

      For the area of discussion of this particular roadshow: Microsoft simply is not "dominant".

      --
      A Pirate and a Puritan look the same on a balance sheet.
  44. Re:"Linux training costs were 15% higher on averag by unoengborg · · Score: 5, Insightful

    15% higher. Not a chance

    If I took a Unix course back in 1989 (before Linux even had emerged) most of what I learnded then would still be somewhat useful in Linux of today. How much would 15 years old windows knowledge help me in manageing windows XP of today. Not much I think. Most likely I would have to have more frequent retraining if I run windows.

    --
    God is REAL! Unless explicitly declared INTEGER
  45. Most important Quote from the Forrester report by rk_nh · · Score: 5, Interesting

    ICAT classified 67% of Microsoft's vulnerabilities as high severity, placing Microsoft dead last among the platform maintainers by this metric.

  46. Re:Not free? by gi-tux · · Score: 3, Informative

    You forgot that to access that Big server with enterprise software, you will need CALs for the windows machines. Also you will need a CAL to access your exchance server and one for each of your file servers.

    And while you are at it, don't for get the warehouse to store all those CALs in so that they don't get lost.
    br.

    --
    I have no sig, does anyone have one to spare?
  47. Linux is not free in a corporate environment by kakos · · Score: 3, Insightful

    Hate to break it to you /.ers, but Linux isn't free in a corporate setting. I don't know if the TCO is mroe or less or equal than Windows, but it definitely isn't free.

    Sure, you can get Linux for free off any website. However, a company is probabl going to want support for the OS. That costs money. In addition, a company is going to need people to administer the servers. Again, this costs money, both in saleries and training costs.

    The only time is Linux is free is when you use it on a home machine and it is your hobby.

    1. Re:Linux is not free in a corporate environment by David+Byers · · Score: 3, Interesting

      Of course Linux isn't free, and nobody who's not a total moron knows that. The question is whether the cost is higher or lower than the cost of Windows.

      The pro-Windows camp likes to bring up the fact that you need educated system administrators to run a Unix shop, implying that you don't need skilled people to run a Windows shop, all the while neglecting to mention what happens if you place your Windows servers in the hands of an untrained system administrator.

      The also like to rag on the command line, neglecting to mention that it enables Unix people to automate complex tasks and neglecting to mention that Windows admins are *also* tied to the command line, albeit a crappier one since You Should Be Using the GUI.

      One thing I rarely hear the pro Windows crowd talk about is how many machines the average system administrator can manage. In my experience the number is far higher for Unix systems than it is for Windows.

    2. Re:Linux is not free in a corporate environment by David+Byers · · Score: 2, Interesting

      It's true that Windows has come a long way in a short time (longer than unix has in the same time frame), although it still seems to be a long way from unix in terms of automatability, but what about third-party Windows applications? The operating system itself causes only part of your TCO.

      Installation and management of unix applications can typically be done from the command line, and many applications that normally use a GUI can at least perform some tasks from the command line. This allows not only operating-system-related tasks to be automated, but also allows application-level tasks to be automated.

      I know that *some* applications on Windows behave like this too, but is it the norm (I really don't know)?

    3. Re:Linux is not free in a corporate environment by yeremein · · Score: 3, Informative

      You forgot the fact that Linux boxes usually don't run off of self-contained fusion reactors, so you have to pay for the electricity too. And if you have a hardware failure, Linux won't bail you out of that either.

      Of course no one expects that administering a server will be free as in beer, regardless of the OS. But Linux is still Free as in speech, meaning the source is there, so you can examine and/or modify it to your heart's content. You don't have to worry about Licensing 7.0, or pay $thousands more for additional client access licenses when your network grows, or be stuck with unusable orphaned software if the vendor decides they're not making enough money off of it.

    4. Re:Linux is not free in a corporate environment by Pedersen · · Score: 3, Insightful

      They actually have taken a page from Unix' book and added a lot of command-line tools that can do just about anything you'd need to. You can tie it all together with VBScript run with Windows Scripting Host.


      Except, of course, that you are still stuck with a system which is outside of your control. If I tell my Linux/UNIX machine to reboot, and come back in 5 minutes, it will be done (usually), or mighty damned closed to it. I don't even have to watch it. Once I hit enter on the shutdown command (or init), it will all happen as if by magic.


      Not so with Windows. On my workstation here at work, I hit reboot, and watch until it gets to the BIOS power-up screen. Then I can walk away. Same is true for every other windows machine. It will decide that the command prompt I've got running is displaying the decryption sequence for al-Qaeda's latest mastermind plan, and therefore it simply cannot reboot right now, no matter that I told it to. Not until I take the initiative and close it can it do the reboot. And that's just one example.


      It will reboot when it decides it is time to reboot, and I can't stop it, but when I want it to reboot, well, that's the one time it won't do it. And let's not even get into tasks that won't die when I click End Task Now.


      You can tell me all you want about how scriptable Windows is, but here's one that should help demonstrate how scriptable it isn't: How do I script the addition of a new vpn connection under Windows 2000, and make the same script work in Windows XP? Good luck with the answer, I'm still working on it after about two weeks. Of course, under any variety of UNIX, I'd have finished it in all of an hour or so (with a lunch break and a coffee break in the middle, and a bathroom trip too)./P.

      --

      GPL made simple: What was my stuff is now our stuff. If you improve our stuff, please keep it our stuff.
    5. Re:Linux is not free in a corporate environment by flacco · · Score: 2, Informative
      Of course Linux isn't free, and nobody who's not a total moron knows that.

      i'm not being pedantic when i say: linux IS free. you can download it for, um, free.

      what you mean is that "the overall cost of running linux is not free", or "contracted support for linux is not free", or "convenient automated OS and application updates for certain distributions are not free".

      i think it's important, especially when dealing with linux-curious windows people, to ensure that this is understood:

      anyone can download a copy of linux, install it on as many machines as they like, and get automatic software updates, COMPLETELY FOR FREE.
      use that as the starting point of the discussion and it will draw a sharp line in the sand between windows and linux from the get-go, without all this nebulous TCO smoke and mirrors that MS engages in. then it becomes an up-hill battle for MS to prove their worth, instead of granting them that linux and windows start arguing from an equal position wrt TCO.
      --
      pr0n - keeping monitor glass spotless since 1981.
    6. Re:Linux is not free in a corporate environment by Alexis+de+Torquemada · · Score: 2, Insightful

      Funny how MS advocates always debunk myths that no one even claimed to be true in the first. Sure, actually using Linux costs money, as does using Windows. Did any serious Linux advocate ever claim the opposite? I can't remember, but I can remember a lot of claims from Microsoft supporters that all the "Linux guys" would constantly point out that Linux was absolutely free in every regard.

      Another interesting thing to note is that many business people (including but by far not limited to Microsoft) understand "free software" only as free-as-in-beer, unable to imagine what free-as-in-speech may actually mean in the context of software. This leads to funny statements like "The GPL is not a viable business model.".

      PS: You're a liar! J. Edgar Hoover did not marry Jeanne d'Arc!

  48. The total cost of being pathetic. by no+longer+myself · · Score: 4, Insightful
    Back when Microsoft first attempted to use that report they bankrolled as proof that the TCO is in favor of Windows, I thought that someone was probably going to either get demoted or lose their job. They were taking the "low road", and it was just not credible. MS going on a roadshow to convince people not to switch to Linux is just plain sad. I expected better Messers Balmer and Gates.

    I'm one of the lucky ones who successfully made the transition away from Windows to Linux. What was my TCO? I'd say I've spent around $300. That includes the cost of books (most of which were of less help than I hoped), and a copy of Lycoris and its Productivity Pak. (It's a nice distro, but it feels constraining.) Ultimately I became a Mandrake user, and it is installed on all three of my PC's.

    Had I stuck with using MS Windows, I would still have spent about $300, and two of my PC's would not be "Kosher" according to MS's EULA. Of course if I were to get "picky" I could toss on the cost of all the additional software (Norton's, Office, etc...) and watch the TCO plow through the roof, but then, I don't want to stoop that low.

    I just wish MS, and even some Linux zealots out there would get it through their heads: There are places to use MS Windows, places to use Linux, and even places where either will do nicely. (OK, I'll even include Mac's as having a place as well...)

    But to make broad claims that draw illogical conclusions based on a pile of inequitable features-- Well, it's just not very professional, and I'm once again disappointed in Microsoft.

    1. Re:The total cost of being pathetic. by flacco · · Score: 2, Funny
      I just wish MS, and even some Linux zealots out there would get it through their heads: There are places to use MS Windows,

      yeah, and that place is called 'HELL'!

      --
      pr0n - keeping monitor glass spotless since 1981.
  49. Linux the OS vs Linux the process by jlmcgraw · · Score: 2, Insightful

    Microsoft is at least partially right on this one. While any given distribution of Linux may be free, any process based on Linux will have costs associated with it.
    However, given that you've got to spend money (and/or time) one way or the other, do the benefits of a Linux based (open) process outweigh those of a Microsoft based (closed) one? Everyone has their own answer to this. For me, it's worth the up-front investment of my time to put my data into a format that is not exclusively controlled by an outside interest. YMMV.

  50. Well, it is a sales pitch... by gillbates · · Score: 5, Interesting

    I'm kind of heartened by it, as a matter of fact.

    What this shows, more than anything, is that Microsoft clearly doesn't understand the enterprise market. What they fail to recognize is this:

    • Microsoft believes that as long as they supply patches, they've done their job. They consistently use the "unpatched machine" defense to explain the wave of machines hit by the latest worm or virus, seemingly unaware that an enterprise datacenter cannot be taken offline to apply patches. Even could downtime be found, a patch would first have to be tested, and only then applied to a production machine. A patch that breaks vital software won't ever get applied to a production machine.
    • Microsoft's response has typically been "reboot and reinstall" when a system becomes corrupted or crashes. This is completely unacceptable for an enterprise datacenter - a company cannot afford even a single hour of downtime during peak hours. Microsoft seemingly cannot grasp this key concept.
    • Corporations need a vendor who can gaurantee the reliability and uptime of their software. Microsoft does neither, but their competition does.
    • When figuring TCO, Microsoft conveniently forgets the cost of installing patches, and cleaning up after viruses and worms. This factor alone increases the TCO of Windows by at least an order of magnitude.

    Microsoft just doesn't get it. Corporations could care less about streaming video and DirectX. And they aren't fooled by marketing hype - Microsoft can say all they want about "trustworthy computing", but sysadmins know better.

    --
    The society for a thought-free internet welcomes you.
  51. UK Advertising Standard Authority by Martin+Spamer · · Score: 3, Interesting

    Its looks like Microsoft may be falling foul of UK law with some of their claims.


    The CAP Code (Ed 11) : GENERAL RULES

    SUBSTANTIATION

    3.1 Before distributing or submitting a marketing communication for publication, marketers must hold documentary evidence to prove all claims, whether direct or implied, that are capable of objective substantiation.

    Relevant evidence should be sent without delay if requested by the ASA or CAP. The adequacy of evidence will be judged on whether it supports both the detailed claims and the overall impression created by the marketing communication. The full name and geographical business address of marketers should be provided without delay if requested by the ASA or CAP.

    3.2 If there is a significant division of informed opinion about any claims made in a marketing communication they should not be portrayed as generally agreed.

    3.3 Claims for the content of non-fiction books, tapes, videos and the like that have not been independently substantiated should not exaggerate the value, accuracy, scientific validity or practical usefulness of the product.

    3.4 Obvious untruths or exaggerations that are unlikely to mislead and incidental minor errors and unorthodox spellings are all allowed provided they do not affect the accuracy or perception of the marketing communication in any material way.


    http://www.asa.org.uk/index.asp

  52. Re:Unfair comparisons... of course they're going t by tijsvd · · Score: 2, Interesting

    Well... don't run cygwin in the XP terminal. Just install sshd for Cygwin and login with your favorite terminal emulator.

  53. Here's one by linuxci · · Score: 2, Interesting

    Slightly off topic, but someone could bring it up with the MS guys at the next event (Manchester)

    http://news.bbc.co.uk/1/hi/technology/3798393.st m

    Wimbledon switching to Linux

  54. sympathy for the devil by mike260 · · Score: 4, Informative

    who doesn't know of the socket handle leak that MS can't fix because otherwise they'd break 1000's of apps

    My sympathy levels for Microsoft engineers skyrocketted after reading this and this, detailing the horrors they have to deal with in the name of compatability.

    1. Re:sympathy for the devil by Tony-A · · Score: 2, Insightful

      My sympathy levels for Microsoft engineers skyrocketted after ...

      It is not a level playing field.
      With Open Source, you let them as committed the horrors figure out how to handle the horrors.
      With Open Source, they are less likely to have committed the horrors in the first place, and even if they did, they are much more likely to have taken precautions so as to make a timely remedy much easier.
      With Open Source, it is much easier to solve problems where the problems reside rather than having to concoct screweys to work around the problems because you are denied access to where the problems really are.
      With Open Source it is much harder to shift the blame for problems off onto someone else.

  55. Re:Completely Off Topic by Anonymous Coward · · Score: 3, Informative

    In computing, ^H is often used jokingly to indicate a spelling mistake or deletion. This is because some operating systems print ^H when pressing the backspace key if the keyboard is not configured properly.

  56. Response to security concerns of Linux? by miguel · · Score: 2, Interesting

    I have seen a few slide decks from Microsoft
    employees claiming some security failures with
    Linux vs Windows.

    For the couple of samples I saw, it seems like they
    have been very selective about what information
    they show. The latest version of Windows Server 2003
    vs Fedora Core.

    They also plot the number of vulnerabilities
    independently of the risk, the impact, or the fact
    that some of the security updates are lumped together. Then there is a section on viruses,
    they list from some Virus web site about 30
    Linux viruses. Never seen a single one of them
    in a machine of mine or a server of mine in the
    last 12 years.

    I would like to know if there are good articulate
    responses to those claims. I have been out of the
    security loop for a long time, and my constrast
    against the Microsoft claims was limited to a few
    bits of my own experience.

    Marc Cox from Red Hat is quoted by the report,
    has he written anything on the subject?

    Miguel.

    1. Re:Response to security concerns of Linux? by Alkarismi · · Score: 2, Interesting

      They've been very selective about *all* the information they're showing. The whole pack they gave out at the event was slanted this way.

      I know of a few projects to produce 'articulate
      responses' to MS's claims, not for discussion on a public site yet though ;)

      Of course privately...

  57. Point by point rebuttal by Anonymous Coward · · Score: 3, Insightful

    "His basic thrust was that everyone is moving from proprietary Unix with its expensive platforms to Windows or Linux on x86 platforms and that it this hardware move, rather than linux versus windows, that will drive all the cost savings."

    Linux has been more widely ported than an other OS in history. It is certainly more portable than Windows. When the next, cheaper hardware platform comes around, I expect that by the time it is a commodity, Linux will already be running on it. Furthermore, the cost-effectiveness of particular hardware depends on what you are running on it. Windows doesn't scale up on high-end server hardware. Linux does. With Linux, you have a choice.

    Furthermore, the switch from proprietary Unix to Linux is a porting effort that is not particularly difficult. It is certainly easier than making the transition from Unix to Windows. And once you port to Windows, Microsoft has made it very easy to suffer vendor lock-in.

    Linux is not free.

    This has been a standard Microsoft argument for several years. If they failed to articulate that downloading Debian is not free because of the time and effort involved, then it is their fault for not making that argument clear in their presentation. It is worth noting that there are several costs associated with Windows that have no counterpart with a free Debian download. No licensing costs. The Debian project has never sent the BSA to do an expensive audit of any of its customers. If you reconfigure your hardware with Debian, there are no hassles with reactivating the license. No effort is required to keep employees from taking a copy home. Linux doesn't have a history of viruses and worms. If Microsoft changes the licensing terms of Windows or MS Office, you're stuck. Debian can't change the terms of the GPL. You are always free to use the old terms with the old version and the recent X Windows saga is proof that open source software resists licensing changes very effectively.

    "Management tools on Linux are nearly as good as a DOS prompt"

    First, every major distro, including the free ones come with some GUI management tools. Second, there is always Webmin. Third, the Linux shells are scriptable in ways that the DOS prompt was never able to match. Finally, remote administration of a Linux box can be done very easily. You don't need a GUI. Headless Linux boxes have been around from the start. GUI administration is not cost-effective when you are trying to administer as many boxes as possible.

    "Linux is moving to the same model that Microsoft has been using"

    The GPL won't permit Linux distros to own the code. No matter how many people Microsoft shares their code with, to them sharing means that you can look at it. You can't touch it, play with it, change it, or share it with others. Additionally, Linux and open source have resisted restrictive license changes a couple of times recently. As I said earlier, X Windows is an excellent example of this. If Microsoft wants to make this claim, they have to explain what they mean because several obvious interpretations are clearly not true.

    My absolute favourite part of the talk was when Barley started to extol the virtues of Windows because everything in it was made by one manufacturer.

    Microsoft will stick to this claim as long as it is absolutely convenient. They are quick to blame others when there are buggy third-party device drivers. And as soon as there is an anti-trust suit, they are even quicker to claim they are open to competition.

    He made mention of the Forrester report that claimed more vulnerabilities in Linux than Windows.

    Name one exploit that had a widespread effect on Linux boxes. Now, name three that hit Windows in the past month. You can't install and patch a Windows XP system without either a firewall or cleaning up the malware that infects it between the time you connect to the net

  58. Re:Unfair comparisons... of course they're going t by Random_Goblin · · Score: 2, Informative
    Don't you know the secretary is supposed to be the administrator of a Windows server? If you are hiring additional staff to maintain Windows servers, you are doing something wrong.
    I know parent is modded funny, but it's nearly true in a lot of small business situations. SBS server is very easy to set up, and will do most things you want without really understanding what its doing.

    Can the same really be said for linux?

    The sad truth is that most companies don't run on best, they run on cheapest. Oh and they will much rather spend the money on licences than staff, they actually get to own the licences (subject to terms and conditions. milage may vary), staff may wander.

    The reason TCO of microsoft is lower than linux is that monkeys are cheaper, (and more plentiful) than penguins.

    Microsoft... an infinite number of monkeys can't be wrong (now with free copy of complete works of shakespear)
  59. Re:"Linux training costs were 15% higher on averag by Cyram · · Score: 2, Interesting

    No kidding. I can't tell you how many people were totally confused the first time they saw the Windows XP start menu for instance.

    But here I think by training costs they mean it is less expensive to train a Windows 2000 user on Windows XP than it would be to train the same user on a linux distro. At least initially. Microsoft, as usual, is probably trying to spin numbers in their favor. And what company wouldn't? It's all about PR.

    When talking about training a linux user how to use new linux versions or different distros versus different windows versions, I agree with your argument. Microsoft, however, is probably not talking about that.

  60. More fuel for the fire... by Chaaun · · Score: 2, Interesting

    http://www.microsoft.com/mscorp/facts/default.asp

    Can anyone figure out how they got these figures?

  61. If this is all they have MS is in trouble by SmallFurryCreature · · Score: 3, Insightful
    • Claim that linux isn't free.

      Hmm right. so linux ain't free. Well apart from the fact that it is, what about it? Linux ain't free vs Windows ain't free. At worst this makes it equal to windows.

    • Pretend that Shared source is the same as Open Source

      Right, just get the company lawyer to study the differences. If they can't find any you need a lawyer who can read.

    • Make a big deal about the migration costs of moving to Linux

      A really dangerous one. You see there is only migration cost from windows -> linux same as there is for companies going from unix -> windows. From unix -> linux, NO MIGRATION WORTH SPEAKING OFF. Certainly no massive retraining. You might be suprised but starting to use linux might mean you can use all those 40+ employees that learned computers on unix systems. MS is saying that people are moving from unix to windows and linux so it is saying that in those cases linux is the better option because of the lesser migration costs?

    • Use the forrester report to claim that Linux is insecure

      Oh please. The only comment possible is hysterical laughter. Must have been the comic relieve bit.

    • Belittle the quality of the toolset available on Linux

      The only point that can make sense if your ms. After all MS believes in its own way of doing things and since Linux way != windows way of course they are going to think linux does it wrong. Some people prefer the unix way, some prefer the windows way. These two are never going to meet in the middle except to have a fight.

    So a bunch of idiotic claims and 1 that is about taste. Not exactly going to convince me. In fact all this kinda roadshow might do is give linux free advertising. Consider this. How many people will have seen the name linux first in a MS ad? People who never knew there was another OS?

    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

  62. Re:Enterprise Level by Hiro+Antagonist · · Score: 2, Interesting

    Microsoft administrators are often cheaper and come with less brainpower than their *nix counterparts. This makes it cheaper to retain MS trained staff. It is also (generally, thus far) cheaper to outsource Microsoft-based network management.

    Because, of course, no corporation which can consider millions of dollars on licensing fees 'cheap' would be willing to spend a paltry few extra hundred thousand a year to get administrators with more brainpower and a genunie dedication to the technology which they use, versus having gotten into computers 'for the money' as most MS-only types do.

    Enterprise development is also, thus far, cheaper on Microsoft platforms. These platforms have all the tools to develop large systems quickly and effectively. Few organisations are writing their enterprise systems in C anymore! In this respect Java is providing a lifeline to Linux. An equally important consideration is the available of enterprise platforms off the shelf, most of which support *nix (but not Linux) or Windows platforms.

    Erm, last time I checked, there were more programming languages available for Linux than for Windows, although to be fair, Visual Basic and Visual C++ provide very easy-to-use IDEs, unless,of course, your interest is in writing business-critical applications; Visual Anything is much more suited to finding the right shade of beige for your buttons. Serious business tasks shouldn't even require a GUI; they should just get the job done, and be easy to fix if they break.

    These are not the hallmarks of a Microsoft solution.

    The real biggies in productivity are avoiding downtime, having the right applications for the job (i.e. productivity applications), and having the right skills to use the application. While workstation failures are irritating (and, frankly, Linux has at most a 10% lead in stability in that environment), network outages (not an OS consideration) and server failures are where the problems lie.

    You are obviously talking out of your arse here, and have switched from the server to the desktop, where we all agree Windows is generally the better choice, especially for calendaring. However, software-related workstation failures are a problem, especially if they kill your ability to work for the day, or if they expose confidendial data to the outside world through security holes. When a single virus can kill your entire network *and* take out your nicely integrated Calendar/Email solution, it's time to find another vendor.

    Finally, in terms of productivity applications and available skills and/or training, Linux can't touch Windows. They are literally hundreds or applications for every purpose out there that are smooth and polished and do what a business wants. More importantly, you'll easily find staff that are experienced with that package, and that's a huge cost saving.

    No, these applications aren't smooth and polished; they're generalized. That's how shrinkwrap software works; you spend less on the software than you would for a custom-written application, but you must accept that said application will not be perfectly tailored to your needs. For some things, like word processing, this is fine, but for critical pieces of your business, this is not.

    So yes, Linux is free and cheap and all that, and has tons of applications, and can do amazing stuff. But it doesn't do it out of the box, few people know the desktop environment or the applications, and it takes a less common skillset to configure, administer, maintain and develop in a Linux environment. All of which push up the long term TCO, and allow you to make a very valid cost comparison with Windows.

    Yes, but only if you ignore Windows' shortcomings in these areas as well, including things like security, yearly hardware and software upgrade costs, etc. You also have to make the assumption that all of your employees have had their brains replaced with pieces of Silly-Putty, as anyone with more than ten functioning neurons,

    --

    --
    I Hit the Karma Cap, and All I Got Was This Lousy .sig.
  63. Funny that.. by Chevenstein · · Score: 2, Funny

    Funny that...I'm deploying Linux servers at a small company where Windows Server 2000 was the server platform of choice and so far we've saved money, headaches, and made better use of our hardware.

    Funny that...

  64. Re:Unfair comparisons... of course they're going t by dossen · · Score: 2, Interesting
    I think that would be rather impractical since some of the programs I run from the cygwin terminal are graphical Win32 apps, including the program I get paid to work on.

    But if you know of any cmd.exe replacements, that don't require me to either log in through ssh or run the terminal under X (I run a root-less X server, but I would rather not have it involved in my terminals, since it seems slightly less stable than the native terminals (mostly when remote machines crash or hang and such)), I would be glad to hear about it.