Skip to main content

Microsoft's Big Gamble Could Be Linux's Big Shot

Microsoft's Big Gamble Could Be Linux's Big Shot



"I think there is an opening, but it may close quickly," said Google+ blogger Kevin O'Brien. "People who try Windows 8 on a desktop or laptop will hate it, but that is what will be pre-loaded. If they want Windows 7, they will have to actually purchase it, which most of them have never done. That is where Linux has an opening."


Now that Windows 8 has made its long-awaited and widely trumpeted debut, there seems to be a fresh air of excitement and purpose here in the Linux blogosphere.

This, of course, is not to say that many of us here are particularly excited about Microsoft's new OS, per se. Quite the opposite, in fact: Many of us are excited about the opportunity Win 8 means for Linux.

"In the past the Linux has failed to capitalize on Microsoft's errors and capture new users," explained the TuxRadar crew in a new Open Ballot poll, for example. "We want to know what you think the Linux community can do this time around to bring dissatisfied Windowsers into the Linux fold.

"Is it all about the hardware, or should we emphasize the community? Should Linux users or Linux companies lead the charge? Should we target businesses or home users?" TuxRadar wondered.

Down at the blogosphere's Broken Windows Lounge, bloggers had no shortage of ideas.

'Its Interface May Seem More Familiar'

"This is the question that's often on my mind," Google+ blogger Linux Rants began.

"At this point, Linux is in an interesting position in that its interface (which before was considered 'foreign') may actually seem more familiar to the average computer user than the interface for Windows 8," Linux Rants explained.

At the same time, "our ever-present problem is still there, and that's the fact that Linux has a reputation for being hard to install and even harder to use," he added.

'Linux Lacks an Advertising Department'


"Linux needs to push OEMs to ship computers with Linux pre-installed and configured, and then those same OEMs have to be convinced to tell people about those computers -- often," Linux Rants suggested.

"The one thing that Linux really lacks is an advertising department," he noted.

"Even OEMs that support Linux tend to push it to the back shelf, where it's hard to find," Linux Rants concluded. "Linux needs to be shown to the general public and compared to Windows 8; that alone could easily double Linux's share of the market."

'Retailers Have to Wake Up'


Indeed, "today GNU/Linux runs on just about every kind of computer, from gadgets to clusters of mainframes in every part of the world," blogger Robert Pogson pointed out.

"The only problems are retail shelves in North America and Europe, where all one can find that's a PC has that other OS," he noted. "That's nothing that GNU/Linux can solve.

"Retailers have to wake up and look at the shelf-space that's stagnant with Wintel PCs not selling," he asserted. "They've had three quarters with much reduced turnover of Wintel PCs as Android/Linux is selling like hotcakes on the next aisle. Wake up and sell some GNU/Linux PCs!"

'It Won't Last Long'


Google+ blogger Kevin O'Brien took a similar view, but with a caveat.

"I think there is an opening, but it may close quickly," O'Brien told Linux Girl.

"People who try Windows 8 on a desktop or laptop will hate it, but that is what will be pre-loaded," he pointed out. "If they want Windows 7, they will have to actually purchase it, which most of them have never done.

"That is where Linux has an opening," O'Brien explained.

That opening, however, "won't last long," he predicted, "for two reasons: 1) most of the Linux desktops use desktop environments that will be at least as foreign as Windows 8 (e.g. GNOME, Unity); and 2) if there is any noticeable movement to Linux, Microsoft will enable some kind of free 'downgrade' to Windows 7."

Linux distros need to concentrate "more on 'familiar' and 'works' than on being innovative," consultant and Slashdot blogger Gerhard Mack opined. "Otherwise Windows 8 users will take one look at Unity or GNOME 3 and simply buy an Apple."

Five Easy Pieces


Along similar lines, Slashdot blogger hairyfeet rattled off five requirements:

1. "Within five years, 100 percent of drivers must work on update, as we retailers can't sell systems that are gonna break in six months," hairyfeet began.

2. "CLI HAS to die, NO excuses," he said.

3. "A 'HELP ME!' button that will allow Suzy the checkout girl to easily connect to a volunteer to work on her system, similar to Windows remote assistance," hairyfeet suggested.

4. "NO hardware roulette!" he added. "The era of 'let the devs do it' with regards to drivers is over; it's time for the hardware makers to supply drivers -- which they can't do as long as Torvalds and friends constantly futz with the guts." Still, "if Suzy can't walk into ANY B&M and buy add ons for her computer with 100 percent confidence, you have FAILED," he said.

5. Finally, "settle on a DE and STICK WITH IT," hairyfeet concluded. "No more switching horses mid-stride, no more 'Distro A uses B, Distro Foo uses bar.' If you want to have OPTIONAL DEs that's fine, but the defaults for everybody need to be the same so that resources can be focused on making the defaults as trouble- and bug-free as humanly possible."

'Android Is What Comes Closest'


Then again, in some ways, Linux has already won over the masses, Google+ blogger Alessandro Ebersol pointed out.

"Not the traditional GNU/Linux -- not Arch, nor Debian, nor Puppy -- but Android, which is the best commercial Linux distribution," Ebersol explained.

"The average Joe is waiting for something like XP," he noted. "Android is what comes closest: easy-to-get apps, a big number of apps, and Google to back it up."

Hyperlogos blogger Martin Espinoza saw it similarly.

"If Linux wants to lure more users, it can be Android," Espinoza told Linux Girl. "This is so far the most popular Linux-based system with the users, and they're the ones who give the computers a reason to exist.

Comments

  1. Down at the blogosphere's Broken Windows Lounge, bloggers had no shortage of ideas.

    'Its Interface May Seem More Familiar'

    "This is the question that's often on my mind," Google+ blogger Linux Rants began.

    "At this point, Linux is in an interesting position in that its interface (which before was considered 'foreign') may actually seem more familiar to the average computer user than the interface for Windows 8," Linux Rants explained.

    ReplyDelete

Post a Comment

Popular posts from this blog

How to use ng-href directive in AngularJS

ng-Href Directive                  ng-Href directive is hyper link markup to a text in angularJs. This hyperlink will change able to implement dynamic url {{hash}} value. Hash value to assign in a controller to happened user click event fire to assign dynamic url. This Value is undefined means it will return to 404 page. ng-Href directive Example  HTML:      <div ng-app="anchor">     <div ng-controller="anchorController">         <a ng-href="http://www.google.com" ng-click="show($event)">Anchor Tag</a>     </div>   </div> Javascript :  var anch = angular.module('anchor', []); anch.controller('anchorController',['$scope', '$window', function($scope, $window){     $scope.show = function(obj) {       $window.open(obj.target.href);     } }]); Result :  Demo

A simple start and stop timer counter in angularjs

     AngularJs using to create a start and stop counting timer functionality application. This application is need the following directive like $interval and $filter , We create default time object is display current timer clock functions.         A timer counter is have three functionality as below that start, stop and reset. A start function is called to start the $ interval directive to active so now counter is begin, This moment you are unable to proceed a reset logic.         Stop function is is call to $ interval belongs one of the method like cancel , This method make corresponding active interval prose is stop it. Reset function is call to reset all scope value is to be zero. HTML: <div ng-app="timerApp">     <div ng-controller="timerController">         Current Time : {{time}} <br/>         <hr/>                <Button ng-click="timer_start()">Start</Button>         <Button ng-click=&

How has lockdown impacted Indian farmers?

How has lockdown impacted Indian farmers?             Generally compare to other sectors it's not major impacted by our Indian farmers but we acceptable minor impacts. Here we separate major two farming cultures one is mono farming culture another one poly farming culture. Mono farming :             The major impacts from our Indian farmer for monoculture. Here I have briefly explained what are the things we had faced our local farmers. Here I explain two different crops type: Daily crops : * We harvest more than 100-kilo grams daily crops like brinjal but we unable to sell those in local markets. * We are unable to reach urban markets. * We don't have enough transport facilities. * We unable buy require fertilizer and other complements * In the early stage we are facing manpower shortage but later it's not an issue. * We unable to do value-added products. * Waste is very high for somedays Sessional Crops: * We major affect transport pr