What would (or did) it take for you to switch operating systems?

Summary: The other day while I was covering Steve Jobs' keynote speech at WWDC 08 I was sort of half expecting him to announce a new MacBook/MacBook Pro line. With this thought came the idea of making a much bigger commitment to Mac OS X than I've made so far. As it turned out Steve didn't announce any new MacBooks so I was let off the hook, but it did make me wonder something - What does it take (or did take, for those who have made a switch) for someone to switch operating systems?

The other day while I was covering Steve Jobs' keynote speech at WWDC 08 I was sort of half expecting him to announce a new MacBook/MacBook Pro line. With this thought came the idea of making a much bigger commitment to Mac OS X than I've made so far.

As it turned out Steve didn't announce any new MacBooks so I was let off the hook, but it did make me wonder something - What does it take (or did take, for those who have made a switch) for someone to switch operating systems?

  • So, what is it? If you were going to leave your current OS for another one, what would make you do this? New features? Security scares? Ease of use? Change being as good as a rest?
  • If you recently made a switch (and that applies to distro switches for Linux users), what was it that prompted you to make the switch? Was the switch painless or painful? And, most important of all, was it worthwhile?

The more progress I make to becoming OS-agnostic (though I'm more than willing to admit that I have a long way to go on this front), the more I come to realize a few things:

  • No OS is perfect.
  • Neither Mac OS X, Windows XP/Vista nor the big-name Linux distros are as bad as some people make out.
  • Everyone should run more than one platform because it gives you perspective.
  • I can never see myself switching back to a single platform (even if this was Mac OS or Linux, because that would just be a case of shooting myself in the foot, part II).
  • I wish I could virtualize the Mac OS (really, seriously, what is up with not being able to do that?).

Shoot!

Topics: Operating Systems, Apple, Hardware, Linux, Open Source, Software

Kick off your day with ZDNet's daily email newsletter. It's the freshest tech news and opinion, served hot. Get it.

Talkback

278 comments
Log in or register to join the discussion
  • Switching OSs

    About a year ago I got a new home laptop (my Thinkpad FINALLY died) and it came with Vista. Of course I suffered [with Vista] along with everyone else, but what made me switch was that after about 2 months on Vista and taking all the updates, every morning the Acer Aspire 51XX was dead. So I tried Ubuntu. First I tried a dual boot to be sure I could create a similar expirenece. I could. And did it it crash? Not once. So after only a week I reformatted the entire drive and went Ubuntu-only. I used XP at work but I love the fact that I have something different at home.
    shanlon
    • Sssshhhhh ;-)

      You'll upset all of the brand name protectionist droids :-)

      LOL.
      fr0thy2
      • Sssshhhhh revisited :)

        fr0thy2 said You'll upset all of the brand name protectionist droids

        LOL.

        WELL ...Ha back atcha!!! I see your current Linux distrib and whip it's butt with my Sun OpenSolaris, or my IBM EZ_AIX Linux Distribs!!

        UP with the UNIX to Linux Perfectionists!!!

        *We are your Operating System;
        *We control your kernel
        *We evolve your thinking
        *We're where YOU want to be TODAY!!
        Resistance is FUTILE!
        mikeholli
    • I just switched to Ubuntu - not so happy here

      The motherboard on my emachines desktop (no jokes please) running win xp went out a couple weeks ago. I decided to get a new mobo from newegg and put it in the old case, but that left me without an OS. I decided to try the latest version of Ubuntu. It's not that bad, but I see some problems with it...

      I can't resume networking after putting it to sleep - it only works again after a re-boot. I prefer not to leave my computer running at max when I'm not using it, but I get on it frequently and re-starting every time would be a pain.

      It has fairly frequent momentary freezes that last about ten seconds - this usually happens when scrolling down web pages.

      I downloaded Google Earth through the package manager - it says it's installed, but I can't find it.

      Poor Flash support - I know this is Adobe's fault, but some sites that I go to have drop-down menus that appear over Flash which don't show.

      No Shockwave support - I like to play some online games. Again, I know this is Adobe's fault for not creating the plugin.

      What's up with that folder structure? I'm going to attempt to move my old Thunderbird files to Ubuntu, if I can figure out where everything goes.

      I'm not willing to give up on it yet and would like to see Ubuntu get better, but so far it has been something of a struggle for me.
      K B
      • The folder structure is

        Unix based. Basically, the difference between it and Windows is the fact that Windows uses the old DOS system which uses a letter followed by a colon for each drive (c:, d:, z:, etc). For Windows (although under XP pro you can extend a drive) each drive has a root directory whereas in a Unix system there is only one root. Therefore, c:\ in Windows would only be / in Ubuntu.

        Like the "Documents and Settings" folder in Win XP, Unix based systems use a home folder
        /home/{your username}
        like
        /home/alaniane
        Files to your desktop are saved under
        /home/alaniane/Desktop

        If you want to share documents with other users then you can place them in
        /home/alaniane/Public

        You can also create other directories, but always use the /home/{username} directory as your base directory.
        A good directory to place in your home directory if it is not already there is /home/{username}/bin.

        Later on if you want to customize your console you can place the scripts in the /bin directory and they will accessible to you. It comes in handy especially when you want to run a script without remembering the complete path to the script.

        So in your case I would store your old Thunderbird files in a folder under your home directory.

        Until you become more familiar with the system I wouldn't change things in any directory that is not under your home directory. There are some good Unix books out there that explain the purpose of each directory. This link contains an explanation (it maybe a little technical, but it will give you an idea).

        http://www.pathname.com/fhs/pub/fhs-2.3.html
        alaniane@...
      • Stick with it...

        It will very worthwhile, in the longrun, once you past the differences & misconceptions.

        Or you can/could look at some other distros, most are LiveCD's & all free.
        LinuxMint 5
        Mepis
        PCLinuxOS
        DreamLinux etc, etc.
        Some of which are considered easier or more feature setup.

        I think the Ubuntu's are great, yet my personal preference has been Debian for the past 5 years.

        I would hazard a guess the networking issue is hardware or BIOS related or even reseting the DHCP lease time in Network Manager.

        What MB & net chipset, etc, do you have?

        Also you can stop/restart you net connection with network manager (should be an icon in the upper right system tray) or by issuing the commands. in a terminal.
        sudo ifdown eth0
        &
        sudo ifup eth0

        In either case you should not need to reboot.
        (logging out & in should also work)

        The freezes or pauses, how much mem do you have, and what are the other conditions?

        if installed Google Earth should be listed under Applications > Internet.

        Shockwave thats Adobe's loss.

        The file structure Everything should be in /home/"user" probably as a hidden file as not to clutter up the home folder, under .mozilla or .thunderbird.

        No different than learning the conventions of other systems.

        A new & different way of looking at things, that like I said can be very worthwhile......
        LazLong
        • I agree with you!

          I agree with you 100% I run several OS's here (sorry all of them linux). I like being free to do what I want and would much rather setup a linux box than think of doing a windows machine, mainly because when I am done everything works and don't have to do all the ass kissing to do the eula. Windows Vista is the most discusting software I have ever worked with. Nuff said!!!
          jestewart1
      • Ubuntu

        If you've installed Thunderbird then there will be a folder in your home directory. For eaxmple /home/k_b

        I suspect that it's settings are in a hidden folder something like /home/k_b/.thunderbird

        What you do is fire up Thunderbird, slip in a CD or DVD which should automount and import your mail from there. It should be flawless. Well, as close to flawless as is possible. :-)

        ttfn

        John
        TtfnJohn
      • I just LEFT Ubuntu

        Sorry to hear about your Ubuntu problems. The freezing is probably related to a known bug in Firefox where it requests a full filesystem sync, slowing the computer to a crawl for up to 30 seconds.

        I just left Ubuntu in May. What caused it? The release of 8.04LTS, which should have been more thoroughly tested than other versions, was a wreck. Ubuntu switched audio subsystems, causing all kinds of problems. Flash didn't work with Pulse Audio, meaning I was left with the choice of random hangs or iffy audio. Finally, the default photo manager didn't launch at all on the 64-bit version.

        These were bugs which Ubuntu knew about and should have been considered stoppers, but Canonical chose to release, anyway. What really made me switch was reading Shuttleworth's interview praising his six-month release schedule and asking other distributors to join him. He was obviously way out of touch with his project or he had his priorities wrong.

        I switched to Debian, the parent of Ubuntu and my former OS before 2004. It's rougher and not as easy to use out of the box, but they never push releases.
        daengbo
      • Try Gutsy (7.10)

        [pre]Hardy is a mixed bag right now, and probably won't be completely ready until ~8.04.2 (Is slated for released in Jan. '09)

        Until Intrepid Ibex (8.10) comes out (~Nov), I'd recommend running Gutsy (7.10), as it is much more robust.

        As for the Firefox issue (I believe that this isn't Firefox, but a dependant program's issue at this point), I'd recommend trying:
        * Opera (*Gasp!* No really, 9.5 <i>just</i> came out, and it is beautiful (except for the font's, however this can be solved by looking through Ubuntuforums) and SCREAMS)
        * Konquerer
        * (or) Emphany.

        Thunderbird's personal information should be in ~/.mozilla/thunderbird/[/pre]
        dayjm
        • Shhhhhhhhhh, don't let them find out...

          People, gonna let you in on a little secret, and it's so sweet it will make your teeth ROT!
          Get OpenSolaris. It's made by (looks around) SUN Microsystems. And WHILE the Linux community can build for it, Sun themselves releases updates/upgrades on a regular basis.
          I use to be one of the former kubuntu Linux users, BUT finally found happiness with my OpenSolaris.

          To Download or Order a copy today, just visit http://www.opensolaris.com
          mikeholli
      • I appreciate all of the posters' responses above

        Now I've got one more issue to add to the list that just happened. Firefox lost all of it's bookmark settings, the ability to save bookmarks, preferences and the ability to use the back button. After several restarts it seems to be working normally again where I can again save bookmarks, but my previous bookmarks are now gone.

        I think that was the last straw with this version of Ubuntu (8.04). My next step is to either go with an earlier version or a different distro altogether.

        BTW to answer one of the poster's questions above, I'm running an Athlon 3200 w/1GB of RAM.
        K B
        • Something sounds Flakey?

          Identifying what that might be is made more difficult with no frame of reference or baseline.

          Like another machine? To test the componenets...
          Some/many might be uninterested and stop there and buy a new machine?

          From your first post. What was the issue that the MB was the problem?
          ...What Model eMachine was it?
          ...What PSU did it have?
          ...What MB did you get? (brand/model)

          ...Etc, etc

          It can be hard to diagnose without all/most/some of the info...

          I could be mistaken, but it could be the PSU?
          What Harddrives & Opticals are used?

          Having too many things can suck power, especially if they or the PSU are aging?

          As to you bookmarks, the html file & bak, should be located at /home/"username"/.mozilla/firefox/"xxxx".default/


          Just a thought/comment hope it is of use?
          LazLong
          • It could be the hardware, but...

            All of the issues I'm having, I have found other people online with the same problems with Ubuntu.

            BTW, here's the mobo: http://www.newegg.com/Product/Product.aspx?Item=N82E16813135082

            I also replaced the PSU.
            K B
        • Firefox bookmark woes

          This is a problem that dates as far back as I can remember with Netscape, which was based on Mozilla.

          If a bookmark file or even a configuration file somehow gets an errant space or character in it, when the application opens the file and parses it, it will determine that there is a problem and, rather than alerting you to the issue, it will simply wipe it out and put in a clean file.

          We had this issue many times in the past with Netscape Mail where it would simply blow away the entire configuration file.

          This isn't a fault of the OS, rather it's a "bug" of Firefox that's been handed down from its earliest incarnations.
          AckItsMe2
          • My problem was different than that

            I had what you described once before with my Windows FF, but this time FF was doing something different. I wasn't able to save preferences and couldn't even use my back button, even after a couple restarts of the computer. Then one time after I opened and closed FF and all of a sudden everything was working again, except that it didn't save my old bookmarks.
            K B
      • Something to try...

        Go to the following site.. It helped me.

        Medibuntu (Multimedia, Entertainment & Distractions In Ubuntu)

        http://www.medibuntu.org/

        It's not a branch of Ubuntu but a repository for some of the non-free resources you may need.
        devlin_X
      • SUSE Linux

        Your better off using OpenSuse Linux because I find it more easy to use because you have 1 click options to install things to the computer by using the one click feature given by the package manager. Drivers are easily supported and there's no glitches, I can put the computer to sleep and awake it from sleep when I need to. The network starts up like a charm when it awakes from sleep. Mozilla firefox's adobe plug-in works perfect in every way. It's mostly because Novell and Redhat are the two common linux distro's that companies use and driver manufacturers make drivers for.

        Links
        http://software.opensuse.org/ (I recommend KDE as the desktop.)

        http://opensuse-community.org/Restricted_Formats/10.3 (please check your local licensing laws and read the license.)
        rebelxhardcore
      • RE: I just switched to Ubuntu - not so happy here

        Try Kubuntu...there are more GUI tools to help you configure your system. I find it to be the friendliest of the various flavors of Ubuntu. I even got World of Warcraft installed on it :-D
        owner@...
      • Hold on tight

        While the "putting to sleep and attempting to revive" issue may be a problem, many of the other issues that you have pointed to are workable and mostly result because of certain proprietary parts like video drivers and browser components.

        Adobe is a sloth when it comes to accepting open source. They've just released the Flash format as open source, and have a few other offerings so we'll have to wait a while before that becomes easy-peasy on Linux.

        About the momentary freezes and slow scrolling, this almost certainly is because of the video drivers in use. I've got a few machines here that face this problem, but again there are workarounds and this isn't a show stopper.

        With respect to the folder structure, well, I find this folder structure more intuitive. This may be because I've been using Linux for quite a long time, but I'd agree it takes a bit of getting used to as well.

        Using Linux requires a bit of reading on the users' part as well and you're always welcome to ask questions on the IRC support channels where a lot of Ubuntu users and developers hang out. Be sure to visit irc.freenode.net#ubuntu. (In Pidgin create an IRC account with any nickname of your choosing and choose irc.freenode.net as your server. Then click Buddies > Join a Chat, choose your IRC account and type #ubuntu in the channel/room name. You'll enter a channel with roughly 1500 people hanging about asking and answering questions related to Ubuntu.) Apart from that ubuntuforums.org has a lot of friendly people that also help users with their problems and answer a lot of questions. This is a big archive that you can search for problems users have already faced.

        While you're at it, I'd recommend skimming through a few Linux tutorials. https://help.ubuntu.com/ should be a good start.

        Good luck.

        Cheers,
        Yesudeep.
        yesudeep