Why Linux is getting better (02-12-07)

BY: ELIJAH


Ok, ok, I admit first that it depends on the use. But for desktop performance it surely has improved its foothold against the famous software monopoly that we have today.

Have you seen the Asus EEE pc? By default it's built with linux pre-installed, although there are some geeks who switched it to windows there are many non-techy users enjoying the thrills of a stable desktop platform that linux can provide, some don't even realize they've been using linux all the time. This linux ultraportable laptop is named as 'America's Most wanted Christmas Gift' according to Amazon and CNET and everyone just love it for it's features, portability and price. Can you imagine how much this would cost if vista / xp is installed in it? The Linux laptop gave great insights as to the usability of a linux desktop platform, that is if done right. Those big menu icons in the 'easy' mode of Asus eee made a big difference in user-friendliness. Yes, linux desktop works for everyone. A lot of people are now buying one for their non-geeky parents, kids and even grandparents.

Demo: http://honeypothack.com/eee/



Asus EEE comparison to a 17" macbook (image courtesy of jaaron)

"Yeah, yeah, but what about gaming?" Another big part of the linux desktop improvement is the almost constant release of wine. As of this post we already have Wine 0.9.50. With even an earlier release I was able to play a good round of Warcraft3 and Ragnarok online. Plus, there are many linux games that are unheard of in the Windows realm... I gotta admit most of them are geeky but they are very playable. What about all those new games? well, that is where we draw the line, if you are not an avid gamer then linux may not be for you. But if you are one of those who like quick and easy games without all the fancy graphics then give linux a try.

Hardware. Yes, linux has had a history of compatability problems because many hardware providers do not release the code of their own drivers, making it difficult to hack one that works. But in my experience, hardware support is getting more and more better and faster. All my hardware works now unlike before, my laptop works out of the box and all other peripherals without compiling a new driver.


Screenshot from oldmanstan

Productivity, what about it? Openoffice.org for office applications, maybe abiword for quick doc editings, or if you prefer a better text editor we have gedit, kate and so many other text editors. Programming? try eclipse or just a plain text editor. Web development? ok, so you need IE? have a look at this screen renderer it's free, but you can also try out vmware or virtualbox (my favorite). Then fire up your firefox web development tool or firebug and you're all set. For visual tools we have here a gold mine of it: nvu, quanta, bluefish, etc, etc... If you are after multimedia applications we have exaile, amarok, vlc, mplayer, totem, etc for music/video. We have gimp, inkscape even photoshop! (under wine) for image editing. Emails and browsing? Evolution, thunderbird, firefox, opera ... the list goes on. Linux shines here.



"What if I encounter a problem?" Easy, consult the web or read the documentation offline. There are MANY support forums and mailing lists out there, take a pick and you'll have your answer in no time. This one is popular. What is great about linux is that your error messages are logged and most of the time is displayed on screen, unlike one proprietary OS out there that spits out gibberish and vague messages and most of the time won't even tell you what is wrong.

Linux is getting more and more better suited for even the most non-techy audience, it's stability and security will win everyone over. It's really getting better.

Try it: Linux


Comments

No entries

Nothing found in the guestbook.

Adding an entry to the guestbook
CAPTCHA image for SPAM prevention 
Submit your story

You may send your stories to admin(at)pinoguin.com

Not so recent

Batch export PSD layers without using Photoshop

Tuesday 14. of October 2008

I have no photoshop (I use gimp). But I needed a solution to get all images from a layer - I already tried Gimp and PaintshopPro but the way it displays the layers are not accurate and the texts are somehow transformed to images and so it is not possible to edit/view the text. Sometimes I may requir...

Ubuntu - where is dos2unix?

Monday 26. of May 2008

Just right now I found no dos2unix commands in my installation and it seems to be non-existent in the repository. But thankfully in the forums someone pointed it to me at sysutils , and it was. I'm a happy penguin now. $sudo apt-get install sysutils

Motorola v6 as modem in Ubuntu linux

Tuesday 25. of March 2008

The reason I bought a v6 maxx is to take advantage of it's 3g and hsdpa(sp?) capability. Since a pldt weroam can get expensive and data transfer speeds are not as fast as a dedicated connection. First of all: get a data cable. I won't discuss here how to get it done via bluetooth since i...

Multi-platform time tracker

Saturday 15. of March 2008

The igoogle time tracking app that I tried didn't work out right. So what happened? the server housing that app went down or something ... so I needed a local time tracker to count my hourly work. Then I discovered Rachota time tracker, it is surprisingly fast for a java application. It works in...

Villagelocal.com

Thursday 31. of January 2008

As I promised myself to create a full site (similar to geocities, etc) I have finally accomplished this typo3 site that does something similar - free web pages. villagelocal.com It is fully working now at least, but I need to check for bugs & weird behavior, still at BETA. Also I may need ...

Typo3 fix: realurl + rgecard = segment '***' was not a keyword for a postVarSet as expected

Wednesday 30. of January 2008

A simple fix for this is to find the root page, edit the page header and then click on the option 'root of website'. Then go to the realurl conf file and make sure the root page id is set as the same page edited. Clear the cache and realurl cache afterwards.

Fix: Blank screen on boot up

Saturday 26. of January 2008

I've had this problem with my new laptop so I found this solution:

Use the synaptic package manager and install 'startupmanager'.

Run it by running 'alt+f2' then type 'gksudo startupmanager'. You see a lot of options on this application, just set it to whatever you like and then close. It wil...

New year's resolutions app

Wednesday 02. of January 2008

Today I decided to work up on some easy-to-use new year's resolution tools. I found dontbreakthechain.com to be a good tool for the job. It provides a simple calendar interface for managing each resolution. How it works is that you can put up your own resolutions and complete each day as a 'c...

Review: MSI VR320 CM1

Monday 24. of December 2007

Seeing that my continuing efforts to survive via freelancing will require a backup just in case my current laptop (MSI S420) conks out I've decided to purchase a second less pricey laptop - an MSI VR320 CM1. Specs include just the basics that I need for regular browsing and image editings: Celeron ...

Setup pppoe on Ubuntu linux

Friday 21. of September 2007

I'm running a PLDT MyDSL connection and here is a simple command to configure it:

$ sudo pppoeconf

After configuration you'll only need to run 'sudo pon dsl-provider' to turn it on or 'sudo poff' to turn it off.