Language Selection

English French German Italian Portuguese Spanish

Ensuring the Success of Dell Desktop Linux

Filed under
Linux

I’m watching the progress that Dell is making with their second desktop Linux effort and am increasingly wondering how long before the Linux supporters make it clear to Dell this is a bad idea. While some are being patient, it is becoming increasingly clear to me that many don’t fundamentally understand why this is vastly more difficult than it looks, and why Dell will desperately need their support, not their constant criticism, to justify continuing the effort.

This week let me try to explain why it is nearly impossible, but not actually impossible, to do desktop Linux from an OEM’s perspective and why, right now, most of Dell’s competitors are betting Dell will fail in this effort.

Let’s be clear: I don’t think Microsoft will cause this to fail. I don’t think Windows users will cause this to fail. I’m damn near convinced that Linux supporters will cause this to fail, and that is the problem that will need to be addressed if this is to succeed.

Full Story.

Time to buy a Dell folks!

I was wondering when someone would get past all the Dell Linux hype and put the ball squarely back in the Linux users court.

Dell needs this to be commercially viable, so we need to buy these when Dell releases something to the public.

Save your pennies.

re: Dell

Bad design, poor QC, Off shored support, Zillions of legal loopholes and lame ass excuses in their "no matter what" exorbitantly priced service contracts, and more pre-installed crapware then any other vendor on the planet - um..... No Thanks.

Re: Dell is the Suxorz

All true. I can't help but think that after years of asking why we cannot get a major OEM player to sell Linux on the desktop, it smacks of hypocrisy complain about the vendor.

Enderle

I know it's your choice, Susan, but I have learned to ignore everything from that Microsoft shill and never post links to that. By feeding him you're asking for more of the subtle anti-Linux FUD.

Rob Enderle: 'I started writing about Linux because I was told I couldn't and
the more people told me I couldn?t, and particularly when they said 'or
else,' the more the Linux dirty laundry became attractive to me'

Rob Enderle: 'I saw what appeared to be a word-for-word copy of about every
third line of code in the central module of the Linux kernel'

Rob Enderle: 'many Linux supporters are a bunch of potty-mouthed malcontents.
Enterprises are better off staying away from Linux and open source'

Rob Enderle: 'Linux is being widely used on the desktop in the third world,
where applications are limited and labor is inexpensive..' Rob Enderle

Rob Enderle: 'I have a hard time seeing the Zealots as any different from
terrorist... I strongly believe that if September 11 showed us anything, it
was that zealots'

Linux fails to defend itself against imaginary FUD problem

,----[ Quote ]
| I wouldn't normally respond to pleas for attention, but Rob Enderle's
| latest piece on Linux and FUD cannot escape comment.
`----

http://www.businessreviewonline.com/os/archives/2007/02/linux_fails_to.html

Microsoft Xbox to Join the Battle for Video Downloading

,----[ Quote ]
| Editors' Note: November 10, 2006, Friday An article in Business Day
| on Tuesday described a decision by Microsoft to offer movies and
| episodes of television shows for downloading through its Xbox Live
| online service in the United States.
|
| The article quoted Rob Enderle, principal analyst at the Enderle
| Group, discussing the features that set Xbox Live service apart
| and its position in the market.
|
| But the article did not note that Mr. Enderle had Microsoft as a client,
| a fact later pointed out by a reader. Mr. Enderle does consulting work
| for several of Microsoft's product groups, though not for the one
| developing the Xbox; still, had The Times known of Mr. Enderle's work
| for Microsoft, it would not have sought out his opinion on the product.
`----

http://select.nytimes.com/gst/abstract.html?res=F50713F83A5B0C748CDDA80994DE404482
http://tinyurl.com/y3avsv

NY Times bans Microsoft analysts from Microsoft stories

,----[ Quote ]
| The New York Times continues to perplex with its analyst- quoting
| policy. Rather than having analysts declare their ties to clients,
| the paper would prefer to quote analysts that have no experience
| with a client - a protocol which seems to undermine the very point
| of citing analysts.
|
| The Register this week started pushing the Times to explain its
| quoting stance after noticing that Rob Enderle - the most quoted
| ^^^^^^^^^^^
| technology analyst on the planet - had been blocked from commenting
| on companies with which he has a financial relationship. The ban
| against Enderle appeared odd, given that Times reporters continue
| to cite analysts from larger firms who also have financial
| relationships with the companies discussed.
|
| [...]
|
| As it turns out, there's a cottage industry devoted to Rob
| Enderle, where Linux zealots fire off this form letter to editors
| whenever Enderle appears talking about Microsoft. Perhaps the Linux
| crowd could put its fabled collective mind toward creating letters
| for all the major analysts. Lord knows, the Times could use
| some help.
`----

http://www.theregister.co.uk/2006/12/15/nytimes_ms_ban/

PC Mag May Boycott Edelman PR

Transparency is a word that's been kicked around a lot lately. But too much transparency is what got Edelman PR pro and blogebrity Steve Rubel kicked around this week, instead. An early Friday 13th comment about PC Magazine is fueling a potential boycott, as well as fulfilling what the PR world had feared about blogging.

Same Edelman?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

More in Tux Machines

digiKam 7.7.0 is released

After three months of active maintenance and another bug triage, the digiKam team is proud to present version 7.7.0 of its open source digital photo manager. See below the list of most important features coming with this release. Read more

Dilution and Misuse of the "Linux" Brand

Samsung, Red Hat to Work on Linux Drivers for Future Tech

The metaverse is expected to uproot system design as we know it, and Samsung is one of many hardware vendors re-imagining data center infrastructure in preparation for a parallel 3D world. Samsung is working on new memory technologies that provide faster bandwidth inside hardware for data to travel between CPUs, storage and other computing resources. The company also announced it was partnering with Red Hat to ensure these technologies have Linux compatibility. Read more

today's howtos

  • How to install go1.19beta on Ubuntu 22.04 – NextGenTips

    In this tutorial, we are going to explore how to install go on Ubuntu 22.04 Golang is an open-source programming language that is easy to learn and use. It is built-in concurrency and has a robust standard library. It is reliable, builds fast, and efficient software that scales fast. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel-type systems enable flexible and modular program constructions. Go compiles quickly to machine code and has the convenience of garbage collection and the power of run-time reflection. In this guide, we are going to learn how to install golang 1.19beta on Ubuntu 22.04. Go 1.19beta1 is not yet released. There is so much work in progress with all the documentation.

  • molecule test: failed to connect to bus in systemd container - openQA bites

    Ansible Molecule is a project to help you test your ansible roles. I’m using molecule for automatically testing the ansible roles of geekoops.

  • How To Install MongoDB on AlmaLinux 9 - idroot

    In this tutorial, we will show you how to install MongoDB on AlmaLinux 9. For those of you who didn’t know, MongoDB is a high-performance, highly scalable document-oriented NoSQL database. Unlike in SQL databases where data is stored in rows and columns inside tables, in MongoDB, data is structured in JSON-like format inside records which are referred to as documents. The open-source attribute of MongoDB as a database software makes it an ideal candidate for almost any database-related project. This article assumes you have at least basic knowledge of Linux, know how to use the shell, and most importantly, you host your site on your own VPS. The installation is quite simple and assumes you are running in the root account, if not you may need to add ‘sudo‘ to the commands to get root privileges. I will show you the step-by-step installation of the MongoDB NoSQL database on AlmaLinux 9. You can follow the same instructions for CentOS and Rocky Linux.

  • An introduction (and how-to) to Plugin Loader for the Steam Deck. - Invidious
  • Self-host a Ghost Blog With Traefik

    Ghost is a very popular open-source content management system. Started as an alternative to WordPress and it went on to become an alternative to Substack by focusing on membership and newsletter. The creators of Ghost offer managed Pro hosting but it may not fit everyone's budget. Alternatively, you can self-host it on your own cloud servers. On Linux handbook, we already have a guide on deploying Ghost with Docker in a reverse proxy setup. Instead of Ngnix reverse proxy, you can also use another software called Traefik with Docker. It is a popular open-source cloud-native application proxy, API Gateway, Edge-router, and more. I use Traefik to secure my websites using an SSL certificate obtained from Let's Encrypt. Once deployed, Traefik can automatically manage your certificates and their renewals. In this tutorial, I'll share the necessary steps for deploying a Ghost blog with Docker and Traefik.