Slashdot Mirror


Perception of Linux Among IT Undergrads

iconian writes: "The Linux Journal has a story on IT students and their perception of Linux. One of the funnier myths perceived to be true is that 'Microsoft's technical support is the best in the industry and is superior to that offered by the Linux community.' It just goes to show how little real world experience students have. It's a bit disturbing considering they will be the next generation of technology workers."

69 of 893 comments (clear)

  1. tech support by oyenstikker · · Score: 4, Funny

    Best tech support in the world? #debian and #linpeople on irc.openprojects.net. They correctly diagnosed my problem (use of windows) and helped me get a really nice solution (linux) running.

    --
    The masses are the crack whores of religion.
    1. Re:tech support by skroz · · Score: 5, Insightful

      This will probably get modded as flaimbait or something, but here goes...

      From a corporate perspective, IRC is very, very far from legitimate or reliable tech support. Same goes for usenet. People want a phone number that they can call and get an answer RIGHT NOW. Or if they don't get one RIGHT NOW, they want to know that a technician is working on the problem until it's solved.

      There's very little of such support available in the world of Linux right now. RedHat is getting there, and LinuxCare used to be on its way.(they're gone now, right?) So yeah, in the realm of Tech Support with capital letters, MS blows linux away.

      But you're right. I get answers faster through IRC and/or USENET posts than though MS tech support almost every time.

      --
      -- Minds are like parachutes... they work best when open.
    2. Re:tech support by DavidJA · · Score: 4, Interesting

      But you're right. I get answers faster through IRC and/or USENET posts than though MS tech support almost every time

      My $0.02 - We had a problem with Services For Mac on a win2k server - it was causing the SYSTEM process to go to 100% and stay there. Logged a call, paid the $200. - Got first level support on the phone withing in 10 minutes - Useless as tits on a bull. They basicly search the KB for you. - Then the problem was escalated to regional support.

      Got a phone call from a guy called Leon Booth @ microsoft regional support, and he was FANTASTIC! - Got a direct phone number @ e-mail to use for communicating with him for the length of this problem.

      To cut a long story short, 2 days later still no success, so we started monitoring thread creation calls (they send some utilities to do this) - Leon sent this to the guys that wrote the services for mac service, they suggested a registry hack, which actaully fixed the problem.

      Our support guy was saying that if it did not fix the problem the MS would send a tech out with a debug box? (a box that sits next to our server and traces every call), and send the results to the US for analysis - all for the $200. Now try and get that service from a guy at the end of IRC!

      Anyway, Leon organised a refund of the $200 support charge because it was deamed a 'bug'

    3. Re:tech support by Lemmy+Caution · · Score: 3, Insightful
      They get a ticket number. They get a phone number that they can call back, and a person's name, and an escalation path. If they are large corporate customers, that path can get to the development and QA departments.

      Most commercial software has a two-way communication between QA and support. Last I checked, the people on #linux didn't have direct and constant access to the bug-tracking databases for each and every linux application that popped up.

      There are some development efforts in linux that have good 2-way communication like that - abiword, for example. But for the most part, there's nothing comparable to the relatively few players you have to deal with in the commercial world.

  2. Not surprised by msuzio · · Score: 3, Insightful

    I'm hardly shocked. This is just the next generation of suits that I saw cranked out in the late 90s... mindless Visual Basic drones who couldn't program their way out of a paper bag, the schlocks who got all As but couldn't think on their toes to solve real problems.

    For the most part, we wouldn't hire them to work at the on-campus computer labs. They could never debug problems unless they had the manuals open, and even then... fat chance.

    These are the future ineffectual middle-managers, the guys who got into computers because 4 years ago, they were told dot.com was the way to go... oops, sorry kids, no jobs for you! (*)

    (*) unless your frat buddies get them for you, but we'll know that's how you got in, and we'll make you pay for it ;-)

    1. Re:Not surprised by Darren+Winsper · · Score: 3, Insightful

      You'd be surprised. I know a number of people who can program fairly decent apps in Ada95 and even Scheme, but they can't seem to handle Linux at all. Some of them almost failed the Principles of Programming module because they couldn't figure out how to leave their programs in a runnable state in their Linux user directory.

      To be honest, I think that anyone doing a CompSci degree who can't get the hang of Linux could be doing the wrong degree, but never mind.

    2. Re:Not surprised by Lemmy+Caution · · Score: 3, Insightful

      Because most linux knowledge is just that - knowledge on a practical "I know where they keep this and where to put that and what to edit" kind of knowledge, not any kind of conceptual understanding at all. It involves knowing through the grapevine that the NVidia driver gets downloaded by the NVidia installer that came with your distribution, that certain components are SUID are some require their own accounts and a thousand other bits of trivia that you just don't get by application of first principles. While computer science and programming is mostly about the application of principles and theories to closed domains, not about accumulating technical anecdotes.

    3. Re:Not surprised by Uller-RM · · Score: 5, Insightful

      I would disagree. Computer science is about application of principles, but programming tends to not be. CS tells us what P and NP and P-space and the rest of the goddamned classes in the pyramid are, it lets us quantify how long a quicksort runs on average, why trees are handy and why they work at all, what we can and can't compute (Turing's Halting Problem) and what qualifies intelligence (the Chinese Room problem in AI research). CS takes the theories and concepts that underlie implementation, and can be broken down into its fundamental laws.

      Programming, on the other hand, at least as I see it, has a lot to do with technical anecdotes. For example, in C, typedef'ing a struct with the tag underscored, so that you can type just "link" instead of "struct _link" every time you touch a node in a linked list. Or, writing a fuzzy routine that decides whether to inline or outline the clause of an if function in a compiler, or knowing that NVidia cards have funky OpenGL fog processing under certain driver versions, and that under Windows you have to manually notify child windows of font changes. Computer Science is a pure science - Programming is more akin to engineering and applications of pure science in the real world. x86 is an application of a Von Neumann architecture, the Haskell language is an application of higher-order functions.

      Good computer scientists can be good programmers, but aren't necessarily. I number many CS degree holders among my colleagues and friends who can't hack their way out of a paper bag. At the same time, I know many who can.

    4. Re:Not surprised by psxndc · · Score: 5, Insightful
      *bzzzz* Thanks for playing. As someone that graduated in '98 with a CS degree, I can tell you I didn't touch VB while in school. We had only one MS machine in my department, and that was my senior year.

      You are right and wrong on one account though: I couldn't program my way out of a paper bag because I WAS learning how to solve real problems. Most of the stuff I did was all theory and enough programming to illustrate it. Did I master C? Not really, but enough to solve problems in my OS class. Did I talk about Lisp in my sleep? No, but I knew enough to create a variation on battleship for my AI class. Is ORCA useful for anything nonacademic or does anyone actually use the Amoeba distriubted OS? No, but it taught me to think that way. My Computer Science degree was just that: Computer SCIENCE. I've had enough of a problem solving background to figure out a way to do almost anything I put my mind to, including installing, running and progrmming for Linux. I'd rather hire someone who thinks about a problem first and then applies what they know to it, including where to look if they don't know the answer.

      Lastly, it's been my experience that at most computer labs the staff has been the more clueless than those asking the questions.

      psxndc

      --

      The emacs religion: to be saved, control excess.

  3. MS VS. Linux techsupport by nam37 · · Score: 4, Insightful

    Don't get me wrong, I'm no MS lover, but do you REALLY honestly feel Linux has better techsupport than MS products??

    Basically, in the past when Ive had a NT/2000 or MSSQL issues I've paid my $200 bucks and got it worked out... everytime. Its not free or fun, but generally MS's paid corporate support is actually quite efficient.

    Anytime I've had a Linux issue I have basically been told to RTFM.

    --
    The two rules for success are:
    1) Never tell them everything you know.
    1. Re:MS VS. Linux techsupport by elias142857 · · Score: 5, Funny

      Next time you have a linux problem, send me $200 and I'll RTFM for you.

    2. Re:MS VS. Linux techsupport by Lumpy · · Score: 5, Insightful

      mysql trouble - $150-200 bucks and the trouble is worked out.

      Redhat trouble - About the same.

      Linux technical support is identical to Microsofts. you just have to ask the right people. asking in a IRC channel is NOT product support, you didint go to IRC asking about the MSSQL problems did you? why did you do the same for linux?

      It's unfair comparasions like this that support the FUD out there.

      --
      Do not look at laser with remaining good eye.
    3. Re:MS VS. Linux techsupport by Chuck+Milam · · Score: 3, Interesting

      Have you ever called a paid support line and been told "We don't have a fix for that problem handy, however, if you'd like to upgrade to our platinum support package, I could...blah...blah...blah...[Insert Sales Pitch Here]"?

      I have. It left a pretty bad taste in my mouth for commercial support offerings.

    4. Re:MS VS. Linux techsupport by ScottKin · · Score: 3, Informative

      Pure, unmitigated BOVINE FECES!!!

      As a contractor, I was a member of the Kernel, API and Test (KAPT) group on the NT Development Team as a Software Tester, as well as a Software Test Engineer for MSN 1.0, and I *know* from first-hand experience that the above poster has BOVINE FECES for his grey matter!

      Software bugs are assigned severity levels, depending on how much of a problem the bug is, whether it causes crashes or fatal errors, or if the bug is just a UI-style bug. The only bugs that software companies are concerned about are "showstoppers" or "Severity-1" level bugs - once those bugs are fixed or handled, they move down the list to the next level, and so on. As soon as the product is "Feature-Set Complete", and there are no "showstopper" bugs, and the bugs down to the "UI-Style" bugs are handled, the software is "Code Complete" and ready to be RTM'ed as "Golden"

      There has never been a totally bug-free program ever written in the entire history of Data Processing; however, that depends on what you would call a "bug".

      I'll venture to say that the above poster spends way too much time in alt.conspiracy.

      --
      I don't give a rat's behind about "karma" here or anywhere else. Don't like what I have to say here? Deal with it!
    5. Re:MS VS. Linux techsupport by JabberWokky · · Score: 5, Interesting
      Basically, in the past when Ive had a NT/2000 or MSSQL issues I've paid my $200 bucks and got it worked out... everytime. Its not free or fun, but generally MS's paid corporate support is actually quite efficient.

      Show me a student with $200 to fork over for support. On the other hand, show me a student who could use learning about databases by setting one up. I have SAP, Sybase, Oracle and MySQL discs lying around that I got for free by writing to the companies. They aren't all licensed for commercial use, but they all have kickass support - and the Open Source one has some of the best, for free, pay by incident and contract.

      If you're not talking "support for a student" level stuff, I've had eight Oracle consultants under my department farting away time in the cubicles we provided as they played the blame game with IBM over an Oracle on AIX installation... for nearly three weeks. In retrospect, walking in and wiping all partitions and telling them to rebuild the damn installation would have been quicker and cheaper. When I needed support from TCX, I had bought a year of support, ran into a problem with a persistant connect through a firewall. I gave them an account on my system, went home, came back the next day, and *they* had called the firewall company, gotten support, and had provided precise step by step instructions to fix the problem... on the firewall. They knew it wasn't their problem - but they got it working.

      You're the one who brought up Databases, so I figured I'd reply in that vein. As for Linux itself, I've *never* run into a problem that a little Google or mailing list archive searching didn't resolve quickly.

      --
      Evan

      --
      "$30 for the One True Ring. $10 each additional ring!" -- JRR "Bob" Tolkien
    6. Re:MS VS. Linux techsupport by Milican · · Score: 3, Informative

      I dunno.. sounds alot like RedHat, or Debian, or SuSe, or any other commercial distro you can buy support from.

      JOhn

    7. Re:MS VS. Linux techsupport by Quizme2000 · · Score: 3, Informative

      You should contact IBM buisness development, I'm sure the would be interested. They have lots of experience squeezing support cost out of their customers. $200 is cheap, try some real database support sometime, or better yet a commercial UNIX support fee. The only profit you can make is by selling support contracts. A small buisness can't survive on a per-incident basis, especially in such a board support area of desktop linux.

      --
      "Get them before they get....
    8. Re:MS VS. Linux techsupport by Pig+Hogger · · Score: 3, Funny
      You're the one who brought up Databases, so I figured I'd reply in that vein. As for Linux itself, I've *never* run into a problem that a little Google or mailing list archive searching didn't resolve quickly.
      Same thing here. But the funniest is that in about 25% of the time, the solution Google found is written in german or in flemish, two languages I don't have any notion of. But the commands did seem to make sense, and when I tried them, it solved the problem...
    9. Re:MS VS. Linux techsupport by Gleef · · Score: 3, Interesting

      nam37 writes:

      when Ive had a NT/2000 or MSSQL issues I've paid my $200 bucks and got it worked out... everytime.

      If everytime I've had an issue with a Microsoft product, I've paid the $200 to open a trouble ticket with the dialup support, the non-profit organization for which I work would have gone broke. To that end, I haven't tried their phone support.

      I have tried other companies phone support (iPlanet, Network Associates, FICS, off the top of my head), and generally found phone support to be a useless waste of time and money. Often I find I know more about the product than the person I'm paying to help me with it. I avoid it whenever I can.

      On the other end of tech support, their manuals and documentation, I do have a MSDN Unlimited subscription, which gives me access to a large quantity of their technical documentation both on and offline. I have to say their documentation has some good parts, more than I had expected. I also have to say that the indexing(offline) and searching(online) features of their library are very very poor, and often inaccurate. This makes their documentation much harder to use.

      Likewise, I have never tried Linuxcare or any of the other Linux telephone support people. I have found documentation for a typical Free Software package more complete (with a few exceptions) and much better organized (with a few exceptions). Also, with a Free Software package, you have the ultimate canonical documentation, the source code.

      Anytime I've had a Linux issue I have basically been told to RTFM.

      If you haven't read the manual, you shouldn't be asking on the lists/IRC chanels/newsgroups/whatever, nobody is on the list to read the manual for you. If you are looking for someone to hold your hand so you don't have to read documentation, hire a consultant.

      Whenever I've made sure to read the existing documentation first, and made sure to ask a mailing list having something to do with the package I'm having trouble with, I've often gotten higher quality help faster than I've ever gotten with any corporate phone support.

      --

      ----
      Open mind, insert foot.
    10. Re:MS VS. Linux techsupport by Chanc_Gorkon · · Score: 3, Insightful

      Yep. That's MS support. If MS does what a lot of companies do, then they farm their support out to companies such as Calltech (who also runs the 1800buckeye travel lines here in Ohio) complete with scripts and tests to use to figure out how to qualify people for the support lines. Now, the following wasn't with MS but was with Bellsouth ISP division. My MOTHER-IN-LAW qulaified to work at Bellsouth's tech support line. How in the world did she do it? She took a test proving she knew how to use a browser and a word processor and possible click a few buttons on WINIPCFG or how to create a dial up network connectoid. Anything that was complex was scripted (delete your network config and recreate no matter whether it was THEIR problem or not.....). With Linux, if anyone searches hard enough, you can find the answer. When you pay for support with Linux you don't get someone's mother-in-law who just learned how to setup her own computer. You get someone who has some experience with the OS. Maybe this is a result of the market share Windows has? I don't know.

      One example of supporting Linux I had was just recently when I added a new video card and a TV card (BT878). I noticed when installing Mandrake 8.1 it installed the BTTV stuff and xawtv. I fired up xawtv and the scan failed (could not read from /dev/vbi). I did a search on google groups and BINGO run the MAKEDEVS script in this directory as root. I did this and then fired up xawtv and we scanned for TV channels! 1 minute later I was ready to enter all of the Channel id's and watch some TV! That was cool. If this happened on NT or something I would have had to wait for a patch or a new version of a application. With Linux I had it up and going within MINUTES of rebooting after installing the OS. Ask folks how much of a bitch it is to set one of these up on NT or 2000. Yeah, I thought so!

      --

      Gorkman

  4. Real Example. by saintlupus · · Score: 5, Insightful

    One of my interns at work is a CS undergrad, and I think he's pretty typical of the breed. Talks about Linux all the time to be 'leet, but still gave me a resume done in Word on his pirated Win2K partition.

    Schools are a tough nut to crack for OSS, because students have no moral qualms about piracy and a lot of professors demand closed file formats for assignments to be electronically filed.

    --saint

    1. Re:Real Example. by Kingpin · · Score: 3, Funny


      It's easier to copy an MS Office CD, install it and write the resume than it is to either

      a. Download open office, install and use that
      b. Use TeX
      c. Admit you suck and use an AbiWord rpm/deb ;)

      --
      Unable to read configuration file '/bigassraid/htdig//conf/14229.conf'
      Geocrawler error message.
    2. Re:Real Example. by friedmud · · Score: 3, Interesting

      I understand what you are trying to say - but the resume thing is a poor example.

      I personally use Linux as my main OS (read as 90% of my computing time - the other 10% is Black and White playing). But... My resume is still done in Word2k.

      Why? Well, I first did it years ago in Word95. When I opened it in StarOffice 5.2 - it opened just fine (I use a bunch of crazy formatting to make it all fit so I was amazed). So I thought, great! But then I edited it in SO and saved it in Word format and e-mailed it to myself so I could print it out at Kinko's. Lo and behold when I got to kinkos and opened it - almost all of the formatting was lost and I had to redo the whole thing in Word2k. (have recently tried beta6 with same results)

      I wouldn't want a potential job to be given to someone else because their formatting stayed, and mine didn't - so I am going to stick with using Word2k for my resume.

      My School is great (UMR) - we even learn assembly on Sparc processors, and we usually don't have to code in any particular language or for any particular OS. But unfortunately most HR departments out there are not so open, and Word is the defacto standard, so that is what I have to use.

      BTW - This post stuck out to me because I use a pirated copy of Win2k and Office2k to do my Resume - so you really struck a nerve.

      Derek

  5. Have you ever used Microsoft Technical Support? by Big_Lamer · · Score: 5, Insightful

    >One of the funnier myths perceived to be true is that 'Microsoft's technical support is the best in the industry and is superior to that
    >offered by the Linux community.'

    While I can not speak to using the pay-per-use support of the Linux Vendors, if you use Microsoft's Incident based support system, It is really really damn good. I have not contacted any other Vendors where you can call w/ a technical support problem and speak to the developers of the application at 11:00 at night.

    Please do not flame... I am not saying that the Linux community provides bad support. In terms of free support services, they kick M$ ass.... I am only speaking to my experience w/ Microsoft's Pay-per-incident support....

    1. Re:Have you ever used Microsoft Technical Support? by DeadPrez · · Score: 4, Informative

      I have to defend Microsoft in the tech support department. I have called a few times for help recovering an exchange crash and they are very good. I believe the guys that actually do the support are heavily involved with the programming. I even got follow up calls to make sure everything was still working properly so they could close the ticket. A+

      On the other hand, I only needed the help I recieved due to technet not having the help I needed (disaster recovery document is missing one vital step). Seems like a setup to force you to call and pay for tech support.

    2. Re:Have you ever used Microsoft Technical Support? by Degrees · · Score: 3, Insightful
      About two months ago, we had a server that was having problems seeing its partitions after moving to 'dynamic' storage from 'basic'. Our Windows expert took his best crack at it, but couldn't get it to play right. (This guy has been using Windows NT since version 3.0 and knows his stuff). He said that the problem is that the conversion is a one way path - no backtracking. So we finally break down, and pay Microsoft for a support incident. The technician we get puts us through all the basic steps, and doesn't know how to fix it. So he says 'convert from dynamic to basic', to which we reply "are you sure? Are you really, really sure?"

      We do it. Server is trashed.

      Well, we kick ourselves because we should have known better than to trust someone else with a really big problem. One of our managers wants a refund, though. And Microsoft tech support says no. Their position is that they did provide support - just not very good support. Specifically, they cannot guarantee results (which is reasonable). Still, the ill will they have instilled in us is substantial. Goes to show the point made in the article: with a lack of real experience, all people will know is what they heard from the marketing guys.

      --
      "The most sensible request of government we make is not, "Do something!" But "Quit it!"
  6. Microsoft support by trippd6 · · Score: 5, Informative

    Microsoft support can be good. It all depends...

    One of the factors is if you're calling them at random, or you have a support aggrement. You ALWAYS pay for support from microsoft. It doesn't come with any product.

    THe last place I worked at, we had a microsoft select agreement. Boy is that a deal. (Hahah). We got 150 incedents for $50,000. Sounds crazy, but, it was worth it... To bad we could never use 150 incedents, even if we tried. (150 people in the company, 5 IT people).

    The cool thing about the select agreement, is you get a TAM (Technical account manager) that can esclate your call. Plus, he has like 10 customers, so he pays close attention to every case. Its kinda cool when he checks in to see if you were happy with a case.

    With a select agreement, you get access to subscriber downloads, which rocks. You can download anything microsoft ever released (Well almost). Wanted to try BOB? go for it. MSDOS 5 in chinese, its there.

    Some of thier best support people are in thier exchange support group. The reason being, exchange is a POS that needs alot of attention, and fixing database curruption is a bitch.

    -Tripp

  7. review of MS tech support by Dizzo · · Score: 5, Funny

    Here's a review of how well MS's tech support really works: http://www.bmug.org/news/articles/MSvsPF.html

  8. Clanger is right. by Exmet+Paff+Daxx · · Score: 5, Insightful

    The students felt that "The KDE/GNOME choice confuses most newcomers to Linux."

    This is listed by the author as a "clanger", or repeatedly offered mistruth. I wholehartedly agree with him. As an experienced Linux user, I feel that the KDE/GNOME choice does not confuse most newcomers to Linux, it confuses nearly all of them, as well as experienced users. What the students should have said was "the KDE/GNOME choice confuses everybody".

    I'm so tired of having to decide which featureset I want to use today. For C++ development I use Kdevelop, because of the nice C++ features like picklists for virtual functions. However I can't stand KDE's tendency to map its' own colors onto my X applications, nor can I take it desktop switching mode, so for casual web browsing I restart in Gnome. This means that I've had to memorize two control panels, two ways of resizing Xterms (I hate both their Xterm replacements), two ways of virtual desktop switching, etc. If there's anything that's important about the desktop metaphor it is that the metaphor must be intuitive. The problem with choice is that it requires you to gain knowledge in order to make an informed decision. To gain knowledge you have to spend time learning. When I pick up a lab instrument I don't want to spend time learning how to use it's desktop; I don't freaking care how it works. I want to use the instrument.

    The GNOME/KDE choice is annoying. Honestly I don't care which one goes away, I just wish one of them would.

    --
    If guns kill people, then CmdrTaco's keyboard misspells words.
    1. Re:Clanger is right. by jafac · · Score: 5, Insightful

      kde vs. gnome didn't confuse me. It just frustrated, then bored me, then drove me to Mac OS X.

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
    2. Re:Clanger is right. by Danse · · Score: 4, Funny

      I like competition that creates better products. I like the fact that we have 2 good desktop environments to choose from. If you don't like having a choice, then just flip a coin to pick one and block the other one out of your mind. Ignore any articles that mention it. If a co-worker speaks the offending name, put your hand up in his face to silence him, then walk away. Before you know it, Linux will seem just like Windows to you. This method will work for most other situations in which you face a choice too.

      --
      It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
    3. Re:Clanger is right. by Otter · · Score: 5, Insightful
      I dunno -- I've never heard a Linux newbie complain about having to choose between KDE and Gnome. I've also never heard them complain about being offered a choice between KOffice and Star Office, pico and joe, Galeon and Konqueror, zsh and ksh, or any of the other decisions that supposedly make Linux difficult for newbies. On the contrary, they generally seem to take whatever their distro gives them as the default, and if they stick with Linux, take to gleefully flaming the alternative they've never seen.

      What does bother them (again, this is in my experience) is a) Linux isn't whatever OS they're used to, b) it doesn't have Office, c) problems with hardware support (although I've had better luck with Linux than with Windows) and d) it doesn't offer a compelling reason to leave the OS they've already paid for and know how to use.

      Incidentally, as far as your own situation, I don't understand (not flaming, just suggesting) why you don't either just run KDevelop and your preferred terminal in Gnome or spend five minutes looking through the KDE Control Center and changing the things you're complaining about, all of which are in there.

    4. Re:Clanger is right. by sangretoro · · Score: 3, Insightful

      I never did understand this problem. They work really well together, and honestly, the average user is hardly aware that a program they are running is a gnome or kde program at all. To the user, a program is a program. Period.

      There is nothing that says you can't run kdevelop in GNOME if you so desired. The desktops are there for choice, not to obligate you to use them.

      As a developer, you probably would want to have the flexibility to see what your program looked like in each environment as much as a web page designer would like to say what his/her page looks like in different browsers.

  9. Support issues? Not if ... by Magus311X · · Score: 4, Interesting

    You need to know where to look.

    A few weeks ago the Exchange 2000 server decided it was going to roll over and die and to corrupt the mailbox stores with it. We tried restoring (which took 30 minutes to pull off of tape) but it was a no go. When the system state backups didn't fly, we realized we might need to rebuild the server from scratch...

    Instead of wasting 2 hours pulling off a stock Win2K Server image and reconfiguring everything, MS support actually referenced a few obscure cases and we had it resolved in about 25 minutes.

    A few months before a power surge sporked out a rackmount running Samba on Linux 2.4.x. Fsck laughed at us and we had a LOT of data to pull off too. It was going to take about 3 hours to restore the data from tapes. So we gave IBM a call while we were restoring. Only took about 20 or so minutes to get an answer and back up and running.

    Verdict? I don't see any problem with Linux support as long as you have a contract of sorts. I wouldn't dare leave big messes or small disasters to usenet or forums -- for ANY OS. That's fine for configuration quirks, or trying something new on a test server, but when something needs to be fixed and you've tried everything in the run book, you need someone you can rely on.

    And for the record, with the exception of a burp each, both the Linux and Windows 2000 servers are humming along without a problem. I have no real preference -- they each do their job and do it well.

  10. Dead On by chicagothad · · Score: 4, Insightful

    I work for a corporation doing production support for large scale internet systems based on M$ technology. I absolutely agree with the statement "Microsoft technical support is superior". Why?

    1) Whenever I have a SERIOUS problem with the guts of something run by microsoft. I have actually had them custom write a fix for me for the OS.

    2) At the end of the day, I need someone to strangle. Am I going to go tell the CIO of a Fortune 500 company that some hack coder added something to the kernel that screwed us?

    3) I know EXACTLY who to call. Who do I call for a Linux issue? Redhat? IBM? Who did I buy it from? Who is supporting it?

    Redhat has done wonders for the industry. But I need ONE vendor to contact for ALL my issues who has deep expertise in all aspects of the software. I can't go to Linuxcare or any third party. I want to be on Linux...but I am running these systems on Sun and M$ for just this reason

    1. Re:Dead On by rtaylor · · Score: 3, Interesting

      Funny, calling MS about issues with AutoCad or Oracle hasn't ever gotten us anywhere. We always had to call the company who we bought the product from.

      However RedHat will support anything on their distribution CDs and I know where I can find BSD support for damn near anything (most of the core team is available for around $350 US an hour for phone support, Jordan used to do onsite support for a little more plus airfare -- and they'll support 75% of the ports tree (6000+ programs)).

      MS supports what they ship, just like Oracle, Redhat, PGSQL Inc, and various other companies support their own products.

      It's seldom that you can call a single vendor unless it's Dell or Gateway as you've had custom configured boxes sent your way -- in which case they support exactly what they ship too!

      --
      Rod Taylor
  11. Sandlot vs. Pro Baseball by Perianwyr+Stormcrow · · Score: 5, Insightful

    You're comparing Microsoft corporate support offerings to random hobbyist support offerings.

    Wait, wait, for my next trick, I think I'll compare the support you can get from your 20-year-old son for Windows to a Red Hat corporate support plan.

    It would be wiser to compare the support from an actual Linux company, such as Red Hat or IBM, to that of Microsoft.

    --

    What we call folk wisdom is often no more than a kind of expedient stupidity.-Edward Abbey

  12. That's Because... by Greyfox · · Score: 3, Informative
    Most of those Undergrads now, as they were a decade ago, are in it for the money. They're not hackers. They don't have that drive to learn everything about the systems they're working on. They want to get out of college and land a $60K a year job, work 9 to 5, and not think about computers otherwise.

    Of 150 freshmen I had regular contact with in college, there were 3 (including myself) who were really interested in computers. I bet a similar ratio groks Linux (Maybe it'll say in the story once their poor server recovers from its harsh slashdotting.)

    --

    I'm trying to teach myself to set people on fire with my mind... Is it hot in here?

  13. Re:Its sickening! by Junks+Jerzey · · Score: 3, Interesting

    I attend the Univ. of RI and I am a CE major. Its nauseaing to see all the incoming freshmen, even sophmores and juniors that have no clue about Unix based OSs in general.

    "If anyone had told me back then that getting back to embarrassingly primitive UNIX would be the great hope and investment obsession of the year 2000, merely because it's name was changed to LINUX and its source code was opened up again, I never would have had the stomach or the heart to continue in computer science."
    -- Jaron Lanier

  14. Re:Ask the kids, not the working stiffs by de_boer_man · · Score: 5, Interesting

    I completely disagree.

    I have been teaching classes at a local college for six years and my experience has been completely different. A majority of the students in my evening and weekend classes are "working stiffs," but many of these "working stiffs" are working in CS fields and are more knowledgable than the whiny brats in my daytime classes that are attending school and are funded by the "Bank of Daddy."

    Age doesn't necessarily determine whether or not someone understands and uses *nix or the "other operating systems." The "working stiffs" in my evening and weekend classes tended to have more practical experience in computer science, including more exposure to a wider variety of operating systems, than their daytime counterparts.

    When I teach evening classes, I am used to people being able to follow along when I use Vim and Cygwin so that I can feel at home and productive in the school-mandated MS OS. My first daytime class was an eye opener! I spent WAY too much time explaining that ls is the same as dir (except better), that less is type (but with functionality), etc. At first, the blank stare "deer-in-the-headlights" looks that I got when I didn't explain such things surprised me. Then I realized that a majority of my day students seemed to care more about their grade than about the quality of the education they were receiving.

    Yes, there are generalizations in what I have typed, but after my second daytime class, I vowed never to teach another class between 8am and 5pm.

    --
    .sig wanted. Inquire within.
  15. A bit pessimistic? by FireballFreddy · · Score: 4, Flamebait

    This is one more reason people turn to Windows instead of Linux: The uber-geek egotistical superiority complex of the loudest Linux users. And unfortunately, the loudest are the ones who get heard.

    Do you even realize what you just wrote? You completely discounted about about 7 years worth of students (assuming "late 90s" includes 1995 forward). Well guess what? I graduated in the "late 90s" and I was in love with UNIX. And it was taught to me by others who would also graduate in the "late 90s". They taught me about all kinds of flavors (FreeBSD, Solaris, Irix, HP-UX, and Ultrix to name a few). And yes, even Linux (I popped my cherry on Slackware).

    I think we can all agree, each class has those who exceed, those who do just enough to pass, and those who suck. Those who suck are probably too lazy to learn Visual Basic, so screw them. Those who do just enough to pass might not be "Uber-Geeks", but they'll get jobs doing the easier work, and get paid handsomely for it. Good for them. They probably don't want to work in your on-campus lab anyway, since you sound about as friendly and willing to teach as the BOFH.

    As for those who exceed... let's just hope they can work their magic without being as jaded and biased as you seem to be.

    -FF

    --
    SQUEAK, the Death of Rats explained.
  16. I don't understand, Linux support is great by rho · · Score: 3, Redundant

    I like it when I ask a question (almost any question), and I get "RTFM" in response (sometimes with "luser" appended).

    --
    Potato chips are a by-yourself food.
  17. Yeah, at what Universities? by ClubStew · · Score: 4, Interesting

    Here at Iowa State University, linux is perceived as the god of all operating systems. More students are fed up with Microsoft and their holes, and even more faculty and staff, as well as departments, are following right along. Unfortunately, ISU signed off on a Microsoft campus agreement making linux on the average desktop a no-go, but most students who work in IT-related fields are installing linux. The Ames Area Free Unix Group for Information Technology (AAFUGIT) is rapidly growing and there is an increase in newby questions.

    I think the sample for this census should've been expanded to more Universities/colleges. Perhaps the places where this is really a problem is places like Vatterott and DeVry and what not, where people are trained to do a particular thing and not the science behind it. Anyway with a decent background in computer hardware and software can't deny the power of linux. As I've told many people I've converted, "if you really want to learn networking and what-not, you can't learn by clicking a few buttons (like in Windows) - you have to go to the source...in a matter of speaking."

  18. Unsurprising. by Chris+Johnson · · Score: 3, Insightful
    The question to ask is, what does 'technical support' mean?

    Does it mean 'fix it for meeeeee! wah!'? If so, Microsoft stomps the hell out of Linux. Their whole _concept_, including for developers (see Visual Basic), is for there to be inner circles and outer circles, in a centralised authority structure. You can have teams of Microsoft insiders working themselves into ulcers for you if you need it- you do NOT get control, ownership of the product, or the final say. Guys like Ballmer expend HUGE effort into making sure the MS insiders ARE still willing to sweat blood to assist J. Random Developer (i.e. hold their hand, wipe their nose, fix their problem). If not for this huge effort ('developers developers developers developers!'), you would be unimaginably screwed dealing with them. The dependency relationship is based on an immense effort on Microsoft's behalf to be the caretaker.

    They could stop at any time (Ballmer dies, new CEO is bean counter or something) and it's worth considering just HOW hard Ballmer tries to keep the monolith centered on the needs of certain customers. HE knows that the natural reaction is to screw the customer, get lazy and stop providing good service since you've got them locked down anyhow.

    By comparison, if 'technical support' means 'give me the power to do it myself', it's tough to beat Linux, simply because you can get ownership of so much (for all practical coding purposes). For many projects it's easy to get full disclosure of source code. You get to fork off versions if you have a need- you get to incorporate other people's stuff into yours if you follow the licensing rules- there's no 'inner circle' to it at all, and so people get snippy if asked to behave like they are an inner circle. It's 'RTFM' because they know you have just as much capacity to fully acquaint yourself with the situation as they have- and they are not hired to help you, they produce things and you can TAKE them and HAVE them to do with as you will, again with full disclosure. The idea is to take advantage of that.

    The interesting comparison here is that this time, if anything drastic happens to Linux, your ownership of your parts of it, and your access to information and your effectiveness, are quite unchanged. It's not a dependency relationship, more like a forced self-sufficiency relationship. You get no support in dependency, but you get resources for self-sufficiency (including legal ones- the licensing) that you flat cannot get from Microsoft.

    The question becomes, what sorts of programmers are more relevant and useful to the world? Ones that seek dependency relationships, or ones that seek self-sufficiency relationships? I think there's something to be said for each, but you're a hell of a lot more likely to find cutting edge stuff in the latter camp- which will be pretty unpolished, but that's normal for innovation.

    You'll find less innovative software coming out of the dependency camp.

  19. a another anecdote by mattdm · · Score: 5, Funny

    Huh. A few years ago I had a problem with Windows NT 4 where it was sometimes having trouble exchanging packets with other machines on the local network. Finally broke down and called the Microsoft pay-per-incident line, and after an hour or so of trying things, the guy had me remove and reinstall the TCP/IP stack, which solved the problem. I asked what he thought might have been the issue, and he said " Oh, it does that sometimes. "

    Now, in all fairness, they may have gotten better since then, and I've heard good things technically (leaving aside ethically and morally) about their more modern offerings. But I've always thought "Windows: it does that sometimes" made a pretty good slogan.

    1. Re:a another anecdote by GypC · · Score: 4, Insightful

      he could get in serious trouble for giving away sensitive information about the product

      True. In fact a good friend of mine used to work in the Exchange support group, and apparently Microsoft has a private knowledge base, almost as big as the public one, of bugs that are not to be disclosed as bugs under any circumstances. If one of these secret bugs is thought to be the culprit, the tech will just say, "I'm talking out of my ass, but let's try this..." or "maybe something goofy like this will clear it up," or (wait for it...) "it just does that sometimes."

      It made me want to puke when he told me that.

      Of course, who's to say HP doesn't do the same with HP-UX, or IBM with AIX? At least you can look at the source to Solaris, so they can't truly hide bugs.

  20. If it's MS, it must be good by the+gnat · · Score: 5, Insightful

    My university (one of the top in the US, supposedly) just started teaching the intro CS class (for non-coders) using C#. Why? God only knows. They used to teach it in Java- they switched from Pascal very early on, which was probably a bad choice. But now Java is superbly well-documented, and becoming an industry standard. C# may become an industry standard, but only because MS is behind it. So now that course is essentially Windows-only. (The standard data structures and systems programming courses are, of course, still done on Unix- by now, of course, in the form of RedHat 7)

    There are quite a few people who push Linux as the best and only solution. These people are dorks. However, most of us react more strongly to MS products being pushed as the best and only solutions because:

    - MS software pricing is an obscenity.
    - Linux companies haven't used illegal coercion to make their products the market leaders.
    - Until recently, people did not choose Linux-based solutions simply because they had the word "Linux" in them.
    - the possibility of single-vendor lock-in is virtually nonexistent for Linux.

    I work part-time in tech support here, and I cannot tell you how annoying it is to have to deal with all the Microsoft fanboys who think Windows is the final point in computing evolution. These are techincally astute students, among the brightest in the world, and incapable of dealing with anything that doesn't have the Start menu and Explorer. For my part, I'm glad I'm studying computational biology, where MS products are by and large recognized as utter garbage. If Windows ever becomes the platform of choice for serious scientific computing, I'm going to law school instead.

  21. Fighting FUD with FUD... by SlashChick · · Score: 3, Insightful

    I was really disappointed with this article. I was hoping that the author would explain some ways that Linux could fight the "only-for-geeks" perception. Perhaps he would even have a suggestion for how we could introduce Linux more easily to junior system administrators!

    But no, he lists the (common, cliched) reasons that Linux isn't fit for the desktop, and then goes on to deny them, point by point. He then throws in a little Microsoft-bashing, which makes the article seem less like a helpful "Where do we go from here?" and more like a "Linux rocks; I don't understand why everyone isn't using it" rant.

    Case in point: He cites the "infamous reliability" of Windows, then says: "it has become okay for a PC (running Windows) to crash once a day (or more often)." Since when? And since when does a non-9x OS from Microsoft crash more than once a day? I run Windows 2000, and it doesn't crash. If it crashes, it's a hardware problem. Applications crash, sure. But no one has yet solved the application crash problem. Windows NT and XP have about the same reliability. Uptimes of 5-100 days (which I have seen with Windows 2000) are perfectly fine for workstations, most of which get turned off at the end of the day, regardless. As much as I hate some of the features in Windows XP, I am still encouraging people to upgrade to it if they use a 9x-based OS. Folks, no computer should crash more than once a week, and you don't have to run around saying "Use Linux" if you want that type of reliability.

    The author then goes on to quote students who say "Linux is seen as a geek's OS. Programmers love it and that puts everyone else off." But instead of explaining how Linux can be more friendly to non-technical users, he cites the "anti-Linux FUD campaign coming out of Redmond". Microsoft or no Microsoft, Linux vendors and programmers are just now realizing that ease-of-use matters, even to technical professionals. Instead of addressing this need in his article, he points fingers at Microsoft, which isn't productive.

    One final comment which really irked me was his response to the following complaint: "The Linux command line is hard to learn and use." He responds with "No, it simply is not." How does this comment address the real issue? If your students feel that the command line is hard to use, give them a training manual. Better yet, sit down with them and explain that the command line may have a steeper learning curve, but show them how much more powerful it is!

    Let's be honest: there is a lot of FUD in the computer world, made worse by those who think they know what they are talking about. "Windoze crashes constantly. Linux is too hard to use." Instead of regurgitating the same old excuses, let's figure out how to work with these problems. Fight FUD with education, not with more mindless flaming of the supposed "enemy". If your friend says that the command line is too hard to use, don't blow him or her off and say "No it isn't! See, all you have to do is pipe it to wc -g." Instead, sit down, start from the beginning, and explain the benefits of your method of working!
    That is what the author should have done with his students.

  22. Exactly by SirWhoopass · · Score: 4, Insightful
    In the article, the author describes his own institution as a "third-level educational establishment". This is not a university and these students have had (according to the article) exposure to Windows exclusively at school.

    These are not the system administrators or NASA programmers of tomorrow. They're getting a 2-year tech degree and then they'll be on the news bitching about how there are no good jobs in IT.

  23. Problem lies in environment, not with students by jdreed1024 · · Score: 5, Insightful

    I see a lot of posts here claiming new students only know about AOL, MSN, Office XP, etc. Can you blame them? When Mom and Dad by them their new Dell Optiplex GX150 with a TFT display, does it come with Linux on it? Of course not.

    When I first came to MIT, I knew about Windows and MS Office. That was it. Was I criticized for running Windows? Was I sneered at by zekr1t n1Nj@ Haxxor dudez who were running Linux or NetBSD? No. Instead, someone suggested (nicely; not by saying "Try running a _real_ OS") that I give Linux a try - If I didn't like it, I didn't have to boot into it, and I would only have lost 300MB of hard drive space (those were the days). I was given a RedHat 4.0 network boot disk and the IP address of an NFS server, and I installed Linux. My friends were willing to help me learn things, and give me pointers. There is a community mailing list that people who use Linux can subscribe to and get their questions answered by other members of the community who've been using Linux for much longer. The people on this list didn't get annoyed or flame if you asked dumb questions, nor did they gve you snide "MS sux" remarks if you inquired how to mount a Windows partition in Linux. Because of that environment, I am now a competent Linux user, administrator, and halfway decent developer. You can't expect students to rise to that level if you only offer criticism.

    And can you blame students for using MS Office formats to exchange files? The media rarely mentions Linux without saying "hackers" and "computer crime" in the same sentence. Ignorant website developers and system adminsitrators think Microsoft Office is the only answer. I've even encountered people here at MIT who refuse to accept PDF documents, saying that they don't want to deal with the extra effort required to open them. (Who hasn't heard of Acrobat Reader?) In order for this bias to change, colleges need to foster an environment in which Microsoft Office is not the only format for exhanging documents. The campus computing environment here runs on a variety of platforms, including Solaris, IRIX, and Linux, so by default all course-related documents have to be in a format accessible from all platforms. This is accepted for the most part, and materials appear in HTML, PDF, and PostScript (though StarOffice has given some people an excuse to distribute .doc files). If other colleges start creating policies like this, that might just cut down on the Microsoft-centric atmosphere.

    Education is a key point in this topic, and colleges are a good place to start. I would venture to say that the majority of college students who only use Windows do so not because of choice, but because they are unaware of the alternatives, or because the alternatives seem daunting and unnecessary. These perceptions have to change before more college students will start using Linux.

    --
    There is no sig, there is only Zuul.
  24. reality by staeci · · Score: 4, Insightful

    while 90% of the students arguments where false it is important to note that they:

    1 - Don't have any exposure to non-MS technology
    2 - Beleive everything they read in MS PR
    3 - Beleive that crashes and unreliability is a fact of life and unavoidable.
    4 - Are unaware of goings on in the rest of the computer world.

    And these are the people who are supposed to be our future computer experts and are more knowledgable than the common joes. God help us all.

    --
    'Welcome to Rivendell, Mr. Anderson...'
  25. Re:Ask the kids, not the working stiffs by archen · · Score: 3, Funny

    OK, make it an assignment:

    Install an alternative UNIX: FreeBSD or Linux . Write an essay on the differences between installing i386 UNIX and Windows.


    My UNIX Install experience.

    For my project I decided to install a Linux. First of all,I missed class so I didn't get the CD. So I went to a bunch of warez sites to look for it to download, but I couldn't find it. My friend says you can get it for free, but who knows what he's been smoking. I mean you don't just GIVE an operating system away for free you know? Eventually I got a couple CD's from a friend of a friend. It then asks a bunch of complicated questions about "partitions" and stuff, so I just hit enter or okay for everything. I didn't see any C: drive mentioned, so I don't even know if it installed on the computer (but I think it did because it started). So anyway, I got it to start, but in order to see my desktop, I have to configure some file because the resolution is all messed up or something and Xwindows won't start. A friend of a friend told me where the file was to configure it, but I guess I have to use this program called V.I. to edit it. Well the program must have been broken or something because it wouldn't let me enter anything. I mean you press some keys and the cursor jumps around, and sometimes it deletes stuff. Since I couldn't get it to work I shut off the computer. I can't find my Windows 98SE CD, so I think my computer is broken....

    and Yes, this is flaimbait :)

  26. Microsoft Support is mostly outsourced! by Black+Art · · Score: 4, Informative

    Most of Microsoft's support is outsourced to companies like "Stream". You have to get past the initial levels of support to get to anyone who actually works for Microsoft.

    Stream has a VERY bad reputation. Unless the customer demands it, they hire and train just about anyone. They are kept to very strict call times, which insures the customer has to call back if the solution did not work.

    Most of the times I have dealt with Microsoft support, the standard "solution" is to reinstall the OS. (So much for all your system settings and preferences! If you use Kai texture explorer, you lose all your saved textures as well.)
    I ask anyone who thinks that Microsoft has good support just how many times they had to call them and why.

    --
    "Trademarks are the heraldry of the new feudalism."
  27. Linux Support. by SuperDuG · · Score: 4, Insightful
    EX. Connect to ANY major IRC server and pop into #Linux and Ask a question "How do I rename a file" ... if you are kicked, you are told RTFM. But low-and-behold a man rename ... or help rename doesn't HAVE and information.

    There is quite a problem with the active linux users thinking that they are almighty and superior. Personally I use both windows and linux and I have no problem answering questions for either OS. Both are a complete pain in the ass to use.

    If you have a problem with windows, you can call up your neighborhood 14 year old and get the problem fixed with a pepsi, if you have a problem with linux ... you can _try_ to get a support package or find a local lug to help you out, but that's not as conforting.

    The only thing keeping Linux alive right now is LUG's and their support for newbies. I have found that even inside LUG's you will find the egotistical types who want the user to "Learn on their own". My only problem with telling them to learn on their own is the simple fact that if they're question is "I don't have man pages installed what do I do" ... and you answer RTFM ... you just lost another linux user and their influence on other users.

    For every one user you convert to linux ... they will convert three more ... it works for drugs and religions ... so be it ... it will work for linux.

    --
    Ignore the "p2p is theft" trolls, they're just uninformed
    1. Re:Linux Support. by Erich · · Score: 3, Informative

      $ apropos rename
      dpkg-name (1) - rename Debian packages to full package names
      mmove (1) - move or rename an MSDOS file or subdirectory TQ
      mren (1) - rename an existing MSDOS file TQ
      mv (1) - move (rename) files
      rename (1) - renames multiple files
      rename (2) - change the name or location of a file
      XStoreName (3x) - set or read a window's WM_NAME property
      XStoreNamedColor (3x) - set colors

      "man -k rename" would also have worked.

      See, they just don't know how to use the man pages. They should have "man man"ed. :-)

      --

      -- Erich

      Slashdot reader since 1997

  28. Office on OS X v. X Windows by J.J. · · Score: 4, Insightful

    The fact that Redmond and Cupertino engineers have already ported (most of) the Office technology to Mac OS X indicates that a port to the X Window System would not be too difficult.

    He should add this to his 'clanger' section.

    The ease of porting Office to OS X has nothing to do with the ease of porting Office to X Windows. Microsoft has had a version of Office on Mac for years. The OS X environment has two sets of APIs for programmers: Carbon and Cocoa. Cocoa is the native OS X set of APIs. Carbon is a translation layer that maps the APIs from Mac OS 9 and below to the correct function calls on OS X.

    The ease of porting Office to OS X is due to the engineers at Apple who created OS X.

    Fight FUD with FUD!

    J.J.

  29. Am I really THAT different from the rest of you? by PD · · Score: 5, Funny

    The last time I had a terrible dilemma with the choice of a user interface was when I chose bash over ksh.

  30. Words from a CS Undergrad... by amccall · · Score: 5, Informative
    First off, I don't think that you can lump all the CS undergrads into one big group, because their backgrounds are fairly diversed.

    My perception is somewhat similar. But, from what I've seen of the students with these amoral views, trying to look 1337, is that they generally mature, or they crack and become business majors or MCSE's.

    Closed file formats are a big problem, and I don't think some profs realize what they are doing. Generally there are way's around this type of crap if you want to put forth the effort: My CS prof asked that all projects be turned in as Window's EXE's. My solution was to install linux mingw32 and setup wine, but I could have just as easily borrowed someone's W2K setup disks, and got a copy VC++. Need a .doc file? Use staroffice. Unsure of the results? Check it in the lab.

    --
    ------ 24.5% slashdot pure
  31. Re:wrong headed. by gergi · · Score: 3, Insightful

    um, i think you're school has a name issue... any CS department that teachs VB and setting up MS-NT servers has an identity crisis... That's Computer Information Systems (CIS) or Management Information Systems(MIS) or some other similiar critter and belongs under the Business dept or something. CS is about theories and taught at a fundamental level... something that CAN'T be done with MS products (in general). You learn C/C++ to solve problems on a Unix platform. My CS dept, a respected and perhaps one of the better ones in the US, didn't teach any MS-specific stuff.

    --
    Nosce te Ipsum
  32. I agree by eclectric · · Score: 3, Insightful

    I've long been against the futility of "Certifications" and "technical colleges." You absolutely come out of those with good, workable skills. The problem is that the computer industry changes so fast that workable skills in a technology become useless pretty fast. The *ability* to learn and integrate new things is what's important, and a more rounded education can accomplish that a lot better.

    Besides, no matter their proficiency at a certain skill set, the employees still have to learn how to be good employees, something they're going to get a better chance at working those low level university IT jobs then they will slaving away over a Cert. And 2 years later, they'll be doing it again, at the employer's cost. On the other hand, a well-rounded employee is going to be constantly advancing his skill set.

    It used to be that a cert was an easy road into a job. But lately in the market it seems that certifications can be more of a dead weight if they don't have any practical experience behind them.

  33. A real case by jsse · · Score: 5, Funny

    I don't know the charge elsewhere, that's the case here:

    "Hello Microsoft support, what can I help you?"

    "I got a problem...."

    "We'll charge $179 for each probblem instance, 3 instances minimum."

    "So...the minimum charge for raising a support call is....$537 right?..."

    "Right you are....what is your second question?"

    Sorry I made the last one up, but the rest is real. :)

  34. I hate to say it, but.... by didyaseethat · · Score: 4, Interesting

    At my university (of Arizona), MS sponsors all sorts of activities for the CS department. This has a huge influence on what the student hear and think. I'm a CS minor, its a hobby, and all the TA's for the intro course, in Java no less, are all MS "enthusiasts." Its an odd sight looking around at the kids grinning like idiots over their Windows based laptops, and the "teachers" wearing XBOX caps. The Prof did an informal survey at the begining of the course, and like others suggested, by far most students are in it for the money, having little previous computer experience. They are ripe for the picking by MS. It is really sad. The CS department wouldn't even set up remote homework collection for our class, because most of the TA's had no unix experience, and would not be able to access our turned in homework via ssh. At least every single piece of the UofA's network/ CS department servers are Unix. Its odd though, the fact that a school does not use MS products for their networks, yet breeds graduates that toe the MS line.

  35. The most interesting thing.. by Otter · · Score: 3, Insightful
    (Five hours and 450+ posts later, I finally get to read the article instead of a MySQL error. It's proabbly pointless to post now, but...)

    The article itself is mildly interesting, although it basically comes down to sending uninformed students to read all the FUD they can find on both sides and seeing what sticks. And the author doesn't seem to understand what Linux being free really means, and is wrong when he corrects his students about the cost of Windows. (If a PC costs the same with and without Windows, it is effectively free (beer) for you, even if someone ultimately pays for it.)

    But I thought the most interesting thing was this bit:

    Then the first shock came: someone blurted out, "nearly everyone who used Linux last year went on to fail their project". It came out that a number of individuals were missing from the final year due to failing the project element in year three. When I probed for the root cause of the project-failing problem, I got my second shock: "Linux is too hard to install".

    Uh, hello? Anyone see anything ominous about that anecdote? It seems odd to hear that account and decide that the problem is that users need to be convinced that Linux is easy to use.

  36. My (excellent) experience with Linux support by compumike · · Score: 4, Interesting

    A few months ago, I had an issue with sound under the latest 2.4 series kernels. This was with the trident driver and an ALi 1535+ southbridge. I have been using Linux as my sole desktop operating system for a while, and sound is very important for desktop/gaming use. This bug caused an OOPS when the module was loaded, which became a serious problem.

    I read Documentation/oops-tracing.txt, and I submitted my report with whatever information I could figure out. What did I get in response? Within four days, 7 people were talking on this thread, including kernel giants Alan Cox and RML. Within four days, I had a patch that made this problem go away. (turned out to be bigger than just my card)

    Do you really think that I could have gotten that kind of support from Microsoft? You might say that four days is a lot. But do you think I'd have ever gotten anywhere with MS? Even if I could get the level of debugging as I did from ksymoops, I'd have gotten shoved around. Microsoft would claim that its the manufacturer's responsibility, and the manufacturer would certainly not be receptive to any kind of technical description of a problem from a customer.

    We're the guys who call the DSL company and have to say "Your access concentrator is sending a PADT packet to terminate the session," with the only response being "Sir, can you tell me if your modem is on?" I've actually tricked at least 2 of their techies into believing that I'm running Windows.

    Verizon: Now open up Network Neighborhood.
    Me: Hold on a second. It's still warming up... Oh damn, it hung. Let me reboot.

    I didn't pay a cent for support. In exchange for a few minutes of my time learning to use ksymoops, I got replies from some of the top kernel developers, and got the problem fixed. Beat that, Microsoft.

    Michael F. Robbins

  37. You have all missed the point! by StarTux · · Score: 5, Informative

    Linux itself when downloaded for free has no support, its even in the License agreement. So if you want a free copy, go ahead, just don't complain about support.

    This is what you should be looking for in terms of support:

    Purchase from a Linux vendor:

    Check to see what your purchase entitles you to, for most distro's this is a standard 30-60 day installation support.

    If you want more then most of the larger distrobutions will offer professional services as an extra offering, in fact this is common with large software products, check with the distro to see how much it is and what they can offer.

    Hardware vendor:

    The big one here is IBM. Never purchased from them, but it might be similer to what the distro's offer.

    In fact here is what they offer:

    Depending on customer need, IBM offers 24-hour a day, 7-days a week Internet and voice support, ranging from answering usage questions to identifying problems. IBM Global Services also provides consulting, planning and implementation services for Linux. IBM consultants can help you evaluate whether Linux is appropriate for your particular environment.

    Now, customers can turn to IBM Global Services as a one-stop shop for Linux support. For information on properly configuring and implementing, as well as enhancing, your Linux solutions or additional service and support offerings please call 1-888-426-4343.

    IBM operational support services

    *
    IBM is here to support Linux at every step of the way on its remarkable journey. We've already dedicated $1 billion to Linux development and will invest more than $300 million in Linux services over the next three years.

    *
    7x24 Enterprise Level remote support for your Linux OS environment.

    *
    Fast and accurate problem resolution.

    *
    A way to supplement your internal staff with IBM's skilled services specialists.

    *
    Defect support for supported distributions of the Linux OS and Linux applications.

    *
    Electronic support and problem submission that saves you time and allows you to track your open support issues.

    IBM's premier remote technical support for Linux
    An IBM Business Partner, Worklab develops its solutions with IBM e-business products such as IBM DB2 Universal Database for Linux, Lotus Notes and Lotus Domino.

    We help answer your how-to questions, help you define problems and determine their source. Additionally, by leveraging our partnerships with the key distributors of the Linux operating system, IBM is able to provide defect-level support for the Linux OS. Remote assistance is available through toll-free telephone access and electronic access. For all eligible distributions of the Linux operating system, we help you with:

    *
    IBM is here to support Linux at every step of the way on its remarkable journey. We've already dedicated $1 billion to Linux development and will invest more than $300 million in Linux services over the next three years.

    *
    usage and installation questions

    *
    interpretation of product documentation

    *
    product compatibility and interoperability questions

    *
    a diagnostic information review to help isolate the cause of a problem

    *
    configuration samples

    *
    IBM and multivendor database searches

    *
    planning information for software fixes

    *
    defect support

    Electronic Support allows you to submit and get answers to your problems electronically.

    Not so bad, despite the majority of whining by users who want proffesional support for things that they freely downladed Linuxcare is still going, and yes you have to buy this support. Actually IBM use Linuxcare too.

    If you want free support for a free download, go to usenet or use mailing lists.

    Matt

  38. Re:You prove the point right there by Chundra · · Score: 5, Insightful

    Sigh. My point is that an awful lot of companies, and even more individuals think that tech support will solve all their problems for them. That, my friend, is clueless. This attitude is based solely on accountability. Many people who are In IT For The Money (MCSEs, management, etc.) can't take responsibility if things don't work. What do they do? They use tech support as a scapegoat. And the companies that provide said support typically have very little capability to do so. It's there for the illusion of reliability. Ask some people who have dealt with microsoft support how many times the solution is "reboot, if that doesn't work do a reinstall". These clueless companies can't rely on usenet or irc because the management won't accept "sorry, things aren't working and I did what some anonymous dude on IRC said to do" as much as they will accept "sorry, things aren't working and I did what Jack Schmeckler, senior Microsoft Tech Support Weenie, said." In both cases you're just as fucked because things aren't working. Yet somehow, if you pay for support and don't get a solution it's ok...even though often you get far superior support from the geeks on irc and usenet. That is my point.

    And FYI I couldn't care less about linux becoming mainstream. Yeah you heard me. Fuck mainstream linux, it blows. I've been a user since the days when all you had were a boot and a root floppy, and everything else was do it yerself. I like it like that. When you have mainstream you cater to the intelligence of the average person. That leads to things like microsoft's glorious products. And all this "it's the desktop os of choice...for the masses!" bullshit has been creeping into linux distros too. Have you seen the stuff they have on new "mainstream" linux distros? Yeah they work out of the box with a cutesy x installers and all this other cruft, but god damn if it isn't more trouble in the long run than burning a minimal copy of debian and building the software you need, as you need it.

  39. CS Student at my school varied by cheinonen · · Score: 3, Interesting
    My senior project used PHP and MySQL on a Linux box, and when the time came for other students to review the projects of classmates, one student raised up her hand and asked "Can I not review or fail anything that uses Linux?". Seriously. I couldn't believe that a CS major would be that closed minded about an OS they probably should learn to get familiar with, but they were. Of course, the only other girl in the class had written a sound driver in Linux to get her senior project completed and was at the total other end of the spectrum.


    We didn't have to deal with UNIX/Linux much outside of a couple classes, though, so it was really easy for students to hate it, and not know how to use it, which was really quite sad.

  40. Closed file formats are easy to avoid by SgtChaireBourne · · Score: 3, Interesting
    For written assignments, I was able to convince most of my professors to accept HTML documents instead of MS-Word based .DOC files and turned in many assignments by just sending the URL in an e-mail.

    The first step was to specify the assignment in number of words, 200 or 500 words instead of 1/2 page or 1 page. After that, it was sort of a carrot and stick thing.

    Carrots:

    • My web pages worked in their favorite browsers.
    • The web was (still is) trendy.
    Sticks:
    • Macro- and VBS-based MSTDs galore
    • 6 different OS+version combinations of MS-Word on our campus gave constant rendering and compatibility problems.

    Use the office hours to find a way in which they are willing to try it and be prepared to meet them more than half way. If you make the experience convenient and useful, then they'll also tell they colleagues. But if you don't ask, you don't get.

    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  41. It IS Funny: Reality = !Hype by 4of12 · · Score: 3, Insightful

    Microsoft has all the trappings of technical support. Call this 1-800-number. We have operators standing by. We employ more programmers than any other PC software house. We advertise that we have support.

    But the reality, when you really have a problem, is a less glitzy than the hype. Wait on hold unless you pay extra, be told to reboot, be told to reinstall the OS and apps in a new magic sequence, that it's a hardware maker that has the bad software driver, that the fix will be in the next Service Pack, etc.

    Linux OTOH has very sketchy official sounding support. Sure, 1-800 numbers for some paid-for distros, but if you ask Linux users, the vast majority get help out of the bazaar.

    And the surprising reality is just how successful such a support model can be. Someone in Germany with the same video card posted his XFree86 config file to Usenet. Go figure!

    It's a strange difference. On one hand, being told that you have a designated and well-described support channel that practically turns out to be unsatisfying in many regards, and on the other hand, being told to stake your critical need for help and assistance on a to-be-determined random unidentified stranger in an amorphous mass of users that practically turns out to be more satisfying than you ever expected.

    No wonder many people are confused.

    --
    "Provided by the management for your protection."