Review: Lindows 2.0 Dissected
Bob the Knob writes "Extremetech has done an in-depth review of Lindows. The guy who wrote it didn't think too much of Lindows before looking at it but he seemed to like it after doing a hands-on."
← Back to Stories (view on slashdot.org)
> initially recommend that they look at using Linux 8.0
Holy smokes, it only seemed like yesterday when Linux 2.4 came out. I guess the vacation this summer put me out of the loop more than I thought.
I think the most impressive thing I saw in the review is that Lindows installed in about 7 minutes. My old Windows computer used to take about a third of that to boot up...
Although they appear to be saying that the whole "runs windows apps" was a load of crap. Perhaps there's a list somewhere of what windows apps it runs, if any?
I think the click-and-run feature is a bigger deal than these guys seem to think. They're targeting a market of people who are used to Windows, and many end users don't even understand "shortcuts" let alone icons. Click and Run may sell more copies for Lindows than any other service/review.
Also, running as root may not be ideal for Linux people, but end-users would just get irritated if they had to enter the root password everytime they wanted to change the system configuration or mount the cd-rom...
I agree on the firewall, tho. In the interests of protecting everyone, there should be some sort of default "safe" firewall that people can disable...
just my $.02 (a review of a review, what comes next?)
hmmmm?
I don't understand why the vast majority of geeks seem to want to downplay Lindows, or just outright trash it. It looks to me like the community should be happy with anything that contributes to the cause, which I had always assumed was presenting a viable alternative to M$. It's almost like someone who resents their favorite obscure band after they become commercially successful. "I was into Linux before Lindows!"
I'm the decider.
Everything just works
This is something that seems to often get forgotten within the Linux world. When people complain that something hasn't worked, they tend to get a response like this:
It's easy to fix. All you need to do is edit...
And in that split second it strengthens the reasons why people are hesitant to move from comfy Windows land. Editing text files may be easy for you, but for everyone else it doesn't sound like fun.
Generally whenever I've said something like the above I get bombarded with questions like "why do i need to edit this?", "what happens if i make a mistake?" and invariably "why do I have to edit this in the first place?".
Hopefully these nice UI touches will make it into other distros. I'm looking forward to the day I can plug my USB MP3 player in and the OS automatically detects it, mounts it and allows me to use it ... without having to hit the command line.
Or are there distros like that already?
Avantslash - View Slashdot cleanly on your mobile phone.
The review seemed to focus primarily on Lindows' ease of installation and use. It mentioned the security concerns (such as no software firewall installed, and how it runs as root by default) but seemed to treat these problems as being outweighed by ease of use. Some might say we already have an OS that focuses primarily on ease of use, and not enough on security issues. Do you know which OS that is? I'll give you a hint. It rhymes with "Lindows."
Installing Windows on crappy h/w is a bit as well, what with trying to hunt down working drivers and all. It's just that with name brands this is already being taken care of.
I like paying taxes. With them I buy civilization -- Oliver Wendell Holmes
Take the GPL Quiz. Lindows is required to distribute the source to anyone who has received the binaries and requests the source... not just "those who have received [binaries] from Linxows.com".
.sig: file not found
When I fixed the spacing and re-opened the documents in Word and PowerPoint, the spacing was now messed up by the return to the original font.
No offense but this is an area where not much more can be done. You are taking in "alien" content, modifying it natively, then once again converting to alien format. These kinds of conversions are lossy by nature, esp. since MS Office formats are proprietary ancient messy "standard" (proprietary although not secret any more). This is especially true with layout related information, as file format doesn't really define how to use information; and also because fonts themselves usually can not be freely shipped. To get truly ubiquitous precise layout, Postscript/PDF should be used. In future hopefully a real office document interchange format emerges; OpenOffice has been active in this area (although it's not likely their XML-based format will become standard, it hopefully leads the way, showing how standard could be defined).
Unfortunately, for people who have to work with Office docs end-to-end, things will never be very easy unless they stick to using MS Office. But that's only a small part of functionality OpenOffice (and StarOffice providew), and judging the suite solely based on this feature is rather unfair for it.
I like paying taxes. With them I buy civilization -- Oliver Wendell Holmes
I have been using linux for over 5 years and I admin linux clusters for a living but on my desktop I now use only lindows 2.0 . I do tweek mine to run as a user vs root and I remove the click and run garbage. What is left is a very souped up and productive debian environment. If you need software you will be pleased to find that apt-get is available for your use. Do yourselves a favor and test drive it I think you will come to love it.
Got Code?
IMHO, the greatest feature of Lindows is Click-N-Run. In my experience of introducing users, even fellow geeks, to linux, the #1 barrier of entry was "how do I isntall software x, y, z". Even after explaining red hat's rpm and apt-get (as well as methods via console), they still miss the convienence of just double clicking an installer and having the work done for them.
However, the prices they are planning on charging for this may prove to be the thing that makes Lindows yet another irrelevant attempt for linux to break into the mainstream desktop market. According to the article IIRC, they are planning on up'ing the price to $130 per year, albeit for seemingly unlimited use. This is going to be a turn off to the Linux/Lindows newbie (and Microsoft convert), who is going to essentially say "i have to pay $130 for just being able to install software easily?!?"
"Moving through the masses like a fish through water." syrup
alot of these issues could be taken care of with sudo. the folks at lindows would have to create a pretty pimped out /etc/sudoers file and specify what commands the user can run as root (apt-get, mount, etc). then the user would never have to enter a root password.
-- john
- if you use GPL'd source code as the code base of your product, you can still sell your product for any price you want and you are allowed to ship your product without source code
- you must, however, make the full source code available upon request to those who bought your product, and you are allowed to charge a reasonable fee for this service (which means, afaik, the copying and media cost, but not an added sales price)
- and - now HERE'S THE CATCH - you can't dictate those who have access to your source code (i.e. the buyers of your product) what they do with it.
The philosophy of the GPL is NOT you must give out full free source code but you must allow access the full source code to your client AND you can't tell him what to do with it. This last part is the "free" in "free software".You can't stop your client from developing (and selling!) his own version of your original product, you can't stop your client from giving away the source for free, you can't stop your client from posting the source on a public internet server etc.
Of course, as a result most GPL'd software isn't "sold" as a product, but as a service. I don't sell Apache to my clients, but they pay me for installing and maintaining their web servers, which is a service for them, not a software they buy.
E.g., when I modify a GPL'd software for a client (which I have done in the past), I charge my client by the hour for the service of modifying it, but I don't charge the client for, say, a license of "Hanno Mueller's version of XYZ version 0.1".
And since I have already been paid for the modification, I return the patch to the maintainers of the software, who may or may not use it.
------------------
You may like my a cappella music