ZDNet Must Read:
Finally, some answers to Windows 7 upgrade questions
What's the difference between upgrade and full install media? Can you really do a clean install with an upgrade DVD? Your questions, answered.... Continued »
Category: Linux
October 6th, 2008
Linux ready to replace Windows? Not yet…
Over at JKOnTheRun, James Kendrick uncovers a fascinating statistic originally published in Laptop Magazine:
Andy Tung, Director of US Sales for MSI … told Laptop that their experience shows that netbooks with Linux are returned four times more often than those with Windows XP. This would indicate what others have already noted, many consumers pick up the cheaper systems and then realize that the Linux system is not what they are used to so they return it.
And this is for a product that is targeted at early adopters who are far more technically sophisticated than average; the MSI Wind is a tiny, dirt-cheap portable PC that has been selling like gangbusters to the digital elite and gadget freaks since its launch in June. I would assume that this audience would be more forgiving of rough edges and usability gotchas than more mainstream PC buyers. This comment by MSI’s Andy Tung from the original interview highlights the uphill struggle that PC makers have when dealing with Linux:
Our internal research has shown that … the main cause [of the higher return rates for Linux-based machines] is Linux. People would love to pay $299 or $399 but they don’t know what they get until they open the box. They start playing around with Linux and start realizing that it’s not what they are used to. They don’t want to spend time to learn it so they bring it back to the store.
The interviewers interrupt at this point to note that they “struggled with the Linux version of the Wind U90” as well and ask whether the company plans to customize a Linux OS for the machine instead of using an off-the-shelf distro:
We plan to bring the Linux version to the U.S by the end of the year. But we are working on some of the issues with the SUSE Linux and even continue to explore other flavors of Linux. We have discussed Ubuntu with a Mac OS type of look and feel. We are talking to different suppliers to figure out the best user experience.
Finding software developers to build and support a great user experience that ties hardware and software together isn’t cheap or easy. It’s hard to imagine how that job can get done at all, much less be done well, on a PC that sells for $399 or less.
I have a couple of Linux-based systems here that I use occasionally for testing and just to stay on top of what’s happening in the wide world of computing. I have been impressed with the way that popular Linux distros like Ubuntu have improved with each new release; these days, Linux is a great choice for technically sophisticated users who don’t mind being far, far out of the mainstream. But for people who don’t have the time or the inclination to make fundamental changes, it’s a nonstarter. If I were to switch to Linux for daily use, I would have to dramatically change my work habits and learn to use a very different set of tools than I use today. The same would be true of any of my home or small business clients.
As someone who writes about Windows for a living, I get a disproportionate amount of feedback from people who argue that open-source software is a panacea and that dumping Windows for Linux is the answer to every problem that affects the Windows ecosystem. The market is doing a pretty good job of proving that they’re wrong, as this example shows.
July 15th, 2008
Windows Update versus Ubuntu Update
A few months ago, Steve Ballmer publicly noted that Windows Vista was “a work in progress.” That inspired a predictable outpouring of Vista-bashing. After all, look how many updates Windows Vista has had since it was first released. Obviously, it was a disaster, or there would have been no need for that many updates, right? Why couldn’t Microsoft get it right the first time?
The reality? All modern operating systems used as mainstream business and consumer platforms are “works in progress” and require frequent updates to fix bugs and resolve security issues (and occasionally to add features). Many of those bugs and security issues don’t surface until the code gets deployed widely, and even then it sometimes takes detective work to figure out where the actual problem is. Presumably, the big issues get worked out within a few months, and the pace of updates drops off (but not to zero).
I thought about this over the weekend when I opened up a Hyper-V virtual machine running Ubuntu Linux 8.04. This was a plain-vanilla install of Ubuntu, with no additional software except what is included with the downloaded distro. I had last used this VM 51 days earlier, at which point the OS release was about a month old. At that time, it was completely current with patches and updates, and I hadn’t reopened it since. (A side note: My Ubuntu and OpenSUSE 11 installations on this Hyper-V server were exceptionally easy and performance is excellent. I’ll be migrating my Fedora installation from Virtual PC 2007 to Hyper-V and adding an OpenBSD machine on this platform as well.)
I expected that I would have to install a few updates. But I was surprised to see how many.
March 29th, 2007
Vista Hands On #13: Connect to a shared folder on a Linux machine
As I noted earlier this week, I’ve been trying to get a Linux box installed on my network so I can explore interoperability issues between Windows and Linux. I can now report that I have succeeded in installing Ubuntu Linux 6.10 and it seems to be running well.
First problem I ran into was that the Vista machine couldn’t access shared resources on the Linux box and vice versa. I had no problem passing files back and forth between the Linux box and one running Windows XP. This post deals with the first problem, connecting to the shared resources on the Linux box. (I’ll tackle the issue of connecting to a Vista share in a follow-up post.)
There are two possible reasons why a Vista user can’t connect to a Linux share:
1. Windows Vista changes the authentication method for password-protected shares. In XP and previous versions, the system by default used two password hashes, the old-style LAN Manager (LM) and the newer NTLM version 2 (NTLMv2). (If you want the gory details, read this excellent article by Windows security guru Jesper Johansson. Although it was written using a beta version of Vista, the information is still accurate.) Older versions of the Samba server in Linux use only the LM hash, which means they have no trouble connecting to a default installation of XP but will fail when trying to talk to a default installation of Vista.
To fix this problem, you need to update the version of Samba on the Linux machine to 3.0.22 or higher. (If you’re using an earlier Samba version, you can downgrade Vista’s authentication to accept LM hashes, using either Local Security Policy Manager or a registry edit. I don’t recommend this option.)
2. Challenge #2 was to get Samba configured on the Ubuntu Linux machine. In my case, the samba-common package was installed and was at the correct revision (3.0.22–1), but the samba package itself was missing. (Update: On a second machine when I tried a clean install, smbfs was missing as well, and I was unsuccessful until I installed it.) After I installed the missing pieces, I had one more step to run through. From a Terminal window, I needed to add a Samba user and password. Windows users are accustomed to having file sharing and authentication handled using the credentials for their user account, but with a Samba server the databases are different. The syntax, in my case, was fairly straightforward:
sudo smbpasswd -a username
In this command, username is the same as my account name. You can create an account for another user as long as they already exist in the user account database.
(Note that you have to respond to three password prompts at this point. The first is for the root password of the logged-on user, and the next two set the SMB password for the user whose account you’re adding.)
After going through these steps, I was able to access shared folders on the Linux machine.
If any Linux experts in the audience want to add any comments or corrections or suggestions, hit the Talkback button and fire away. You can also reach me via e-mail by using the email link on my bio page.
March 27th, 2007
Why does Linux hate me?
In the Talkback section of this blog, my loyal readers routinely urge me to switch to Linux. “Try it!” they say. “Once you do, you’ll never look back.” I’m perfectly willing to try, and indeed I’d love to have at least one Linux machine on hand so I can test interoperability scenarios here. About eight months ago I tried to install Ubuntu Linux 6.06 on a couple of systems here. The results were less than encouraging, and I’ve been using Linux in virtual machines since then.
Over the weekend, I thought I’d try again to put together a dual-boot Windows/Linux PC. I have another system I can devote to the cause, with decent specs and no hardware issues that I know of. This hardware is about as generic as an Intel-based system gets. I first built this system in late 2003 and have upgraded it extensively over the past three and a half years. System specs are as follows:
- Abit BL7–Raid motherboard
- 2.8 GHz Pentium 4
- 1.5GB RAM
- Two ATA drives (200GB, 250GB) connected to HPT370 controller (on motherboard) in non-RAID configuration
- ATI Radeon 9600 AGP video adapter
- Realtek RTL8169 Gigabit Ethernet adapter
I downloaded the latest release of SUSE Linux (10.2) and burned it to DVD. I also retrieved the Live CD copy of Ubuntu 6.06 LTS that I used last July and burned a fresh copy of Ubuntu 6.10. Here’s what happened next:
November 2nd, 2006
Microsoft and Novell in Windows-Linux deal?
The Wall Street Journal (subscription only link) reports that Microsoft and Novell are going to announce an "unusual partnership" today:
Under the pact, which isn't final, Microsoft will offer sales support of Suse Linux, a version of the operating system sold by Novell. The two companies have also agreed to develop technologies to make it easier for users to run both Suse Linux and Microsoft's Windows on their computers. The two companies are expected to announce details of their plan today at a press conference in San Francisco.
In addition, Microsoft won't assert rights over patents over software technology that may be incorporated into Suse Linux, the people said. Businesses that use Linux have long worried that Microsoft would one day file patent infringement suits against sellers of the rival software.
I'll post more details when I hear them. Given the long and sometimes acrimonious history between these two companies, this is very encouraging news for people who just want to get work done.
July 31st, 2006
Linux, XP, and my old PC
Three weeks ago I reported on my experiences when I tried to install and use Ubuntu Linux. The reaction to that thread was mixed, with a fair number of commenters complaining that the VMWare test bed I chose wasn’t typical of what an average PC user would use.
Fair enough. To deal with that criticism, I put together two hardware test beds that are representative of what the world at large is likely to be using. One is a six-year-old HP 5135 notebook that had been running Windows Me. The other is a year-old Shuttle small-form-factor PC stuffed with industry-standard components. The newer machine has been a rock-solid performer for me, running Windows XP Media Center Edition 2005 day in and day out with hardly a hiccup. As for that Y2K-era notebook, it made the cut because I think no sensible person should run Windows Me, especially now that Microsoft no longer offers security updates for that OS. The question at hand is whether an upgrade to Windows XP makes sense, or whether it’s smarter to switch to Linux.
In today’s post, I’ll describe my surprising experiences
July 10th, 2006
The pain of switching to a new OS
Last week I decided to install a new operating system on one computer in my lab. Not a big deal, really. I install, uninstall, and reinstall various Windows versions all the time. But this particular installation was just a little different. See how much of this sounds familiar:
- I made sure I had a CD containing the latest released version, placed that CD in the drive, and restarted. The system detected the CD, launched the boot files, and allowed me to create a new partition to install the OS files.
- I answered a few questions and then let the installation proceed automatically. After everything completed (well under an hour), I created a new user account and password and logged on.
- The very first thing I saw was a pop-up balloon warning me that there were updates available. When I clicked that icon, the screen dimmed and a password dialog box appeared. I couldn’t continue or perform any other task until I entered the administrator password.
- Even though I had installed the very latest version, I saw that there were 98 separate updates available, designed to “correct errors, eliminate security vulnerabilities and provide new features.” It took approximately a half-hour to download and install everything over my high-speed connection.
- After the updates completed, I was warned that I had to restart the computer before all of the updates would be effective. So I did.
- When I reached the desktop, I noticed that the system clock was off. I tried to adjust it and was greeted once again with the dimmed-out login screen where I was prompted to enter the administrator password.
- I noticed that the display resolution was set to 1024×768, but when I tried to change it to my monitor’s actual resolution of 1280×1024, I discovered that the settings dialog box didn’t offer that option and there was no obvious way to tweak it.
Ho-hum. Sounds like a typical Windows installation, with all the usual complaints: too many security updates, forced restarts, hardware that can’t be configured easily… And it must have been Windows Vista, because of those annoying User Account Control prompts.
Right?
Wrong. I was installing Ubuntu Linux. I had never tried this distro before, and I had heard from commenters recently that it was extremely user-friendly. So I decided to take it out for a spin
Ed Bott is an award-winning technology writer with more than two decades' experience writing for mainstream media outlets and online publications. See his full profile and disclosure of his industry affiliations.
Subscribe to Ed Bott's Microsoft Report via Email alerts or RSS.
SponsoredWhite Papers, Webcasts, and Downloads
- The True Costs of Virtual Server Solutions VMware In an economic environment that is repeatedly heralding the message "do ... Download Now
- Dell Delivers Innovative Mobile at Saint Cecilia's Wandsworth Church of England School Dell Saint Cecilia's was a new school that wanted to place ICT at the core of ... Download Now
- Reducing Server Total Cost of Ownership with VMware Virtualization Software VMware VMware virtualization enables customers to reduce their server TCO and ... Download Now
- Which is Greener: Paper or Digital? The Answer May Surprise You
- Is Full-Color the New Standard for Office Documents?
- Whitepaper: Ricoh Document Solutions Framework: A Strategy to Streamline Your Workflow
- Whitepaper: An Overview of the Issues, Concepts, and Solutions to Secure Today's Digital Document Workflow
Recent Entries
- Is it OK to use OEM Windows on your own PC? Don’t ask Microsoft
- Your top Windows 7 questions, answered
- Why I’m letting someone else run my Exchange 2010 server
- Seven perfectly legal ways to get Windows 7 cheap (or even free)
- What Microsoft won’t tell you about Windows 7 licensing
Blogs From Our Sponsors
Most Popular Posts
- Seven perfectly legal ways to get Windows 7 cheap (or even free)
- Is it OK to use OEM Windows on your own PC? Don't ask Microsoft
- What Microsoft won't tell you about Windows 7 licensing
- Your top Windows 7 questions, answered
- Clean install with Windows 7 upgrade media? Get the facts!
- Why I'm letting someone else run my Exchange 2010 server
Top Rated
- What Microsoft won't tell you about Windows 7 licensing+73 votes
- Is it OK to use OEM Windows on your own PC? Don't ask Microsoft+70 votes
- Seven perfectly legal ways to get Windows 7 cheap (or even free)+69 votes
- Clean install with Windows 7 upgrade media? Get the facts!+41 votes
- Internet TV goes live on Windows 7 Media Center+15 votes
- Your top Windows 7 questions, answered+14 votes
- Why I'm letting someone else run my Exchange 2010 server+12 votes
- Microsoft reaches out with WGA help+1 vote
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
- Save time with automated shipping solutions
-
The Business Essentials Guide provides you useful tools and templates to help grow your business and save you time with automated shipping solutions.
- Visit the UPS Business Essentials Guide
- The best support in the Linux business
-
If Linux is going to power your mission-critical applications, you'd better have the best support known to business. Novell was rated the top provider of Linux technical support.

- Learn more >>
- Microsoft Dynamics CRM Online - Free Six-Month Trial for Eligible Organizations
-
Microsoft Dynamics CRM Online provides fast online access, simple contact management and better sales performance for a low monthly cost - the best value on the market today.

- Learn more about the free, six-month trial offer>>
Archives
ZDNet Blogs
- All About Microsoft
- The Apple Core
- Between the Lines
- BriefingsDirect
- Collaboration 2.0
- Dev Connection
- Digital Cameras & Camcorders
- Ed Bott's Microsoft Report
- Emerging Tech
- Enterprise Web 2.0
- Forrester Research
- Googling Google
- GreenTech Pastures
- Hardware 2.0
- Home Theater
- iGeneration
- Irregular Enterprise
- IT Project Failures
- Laptops & Desktops
- Lawgarithms
- Linux and Open Source
- Managing L'unix
- The Mobile Gadgeteer
- On Sustainability
- Rational Rants
- The Semantic Web
- Service Oriented
- Smartphones and Cell Phones
- Social Business
- Social CRM: The Conversation
- Software & Services Safari
- Software as Services
- Storage Bits
- Team Think
- Tech Broiler
- Technology and the Global Supply Chain
- Tom Foremski: IMHO
- The ToyBox
- Virtually Speaking
- The Web Life
- ZDNet Education
- ZDNet Government
- ZDNet Healthcare
- Zero Day
White Papers, Webcasts, and Downloads
- The True Costs of Virtual Server Solutions VMware In an economic environment that is repeatedly heralding the message "do ... Download Now
- Building the Virtualized Enterprise with VMware Iinfrastructure VMware VMware virtualization software has been adopted by over 120,000 enterprise ... Download Now
- Email Security and Archiving - Clearer in the Cloud Google The time is NOW for businesses and organizations of all sizes to implement ... Download Now
SmartPlanet
- Thought-provoking progressive ideas on diverse topics that intersect with technology, business, and life, and matter to the world at large. Visit SmartPlanet
- More from IBM
- Innovate your business' process model, play against the market, compete against others on our scoreboards and WIN! Try INNOV8 2.0: A BPM Simulator
- Enabling Real-World Business Transformation through IBM Service Management Read the EMA Analyst Report








