Slashdot Mirror


A CIO's View of Ubuntu

onehitwonder writes "Well-known CIO John Halamka has rigorously tested six different operating systems over the course of a year in an effort to find a viable alternative to Microsoft Windows on his laptop and his company's computers. Here is CIO.com's initial writeup on Halamka's experiences; we discussed their followup article on SUSE. Now CIO is running a writeup on Halamka's take on Ubuntu and how it stacks up against Novell SUSE 10, RHEL, Fedora, XP, and Mac OS X, in a life-and-death business environment." For the impatient, here's Halamka's conclusion: "A balanced approach of Windows for the niche business application user, Macs for the graphic artists/researchers, SUSE for enterprise kiosks/thin clients, and Ubuntu for power users seems like the sweet spot for 2008."

2 of 308 comments (clear)

  1. Re:Ubuntu? Power users? by cerelib · · Score: 5, Interesting

    Ubuntu still contains most of the command line maintenance utilities. So if you learn how to use them, you can do remote administration. On the other hand, as long as your network latency isn't horrible, you can use the GUI tools remotely. This can be done using either VNC or X. I use X clients remotely all of the time from my Windows laptop using Xming, an X Server for Windows. Just make sure you use port forwarding in your SSH session and you are good to go.

  2. Re:Can anyone confirm? by TheRealMindChild · · Score: 5, Interesting

    I don't know about evolution specifically... hell, my little blurb is coming from a windows world, but I figure programmers are programmers and they tend to make the same mistakes.

    For example, if your firefox directory is read only, it takes MINUTES to fire up. Allow write access, it loads in a handful of seconds. Doing a little digging, it seems it is trying to open all of these config files for read/write... and when it fails, it tries a few more times. Then some of them get copied to $temp$ so that they CAN be opened for read/write, even though YOU LIKELY WON'T EVEN BE WRITING TO THEM. All it would take is a "if CantOpenConfigFileWithReadWrite(...) OpenConfigFileForReadOnly(...);"

    And I use firefox as an example, but just about every application seems to have the same issues. This may be where Evolution is at.

    --

    "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson