Ultra notebook with Linux

You’re not trendy if haven’t a ultra-notebook or you don’t know what is it. Well, if you doesn’t know what it is, don’t worry; it’s a evolution from the original OLPC project that has evolved ’till becomes the latest gadget you may buy.

There’s something very good in the idea; most of people doesn’t need an expensive pc to get connected, browse the Internet and use the minimal amount of applications we all really need (browser, mail, chat). A minimal unexpensive and portable laptop may cover all that needs. I agree with the idea.

Differents hardware vendors offers their solutions, but in the beginning they all come with Windoes XP. It really was a breathe for Windows XP and a damnation for Vista. There were a player yet to come; Linux.

Fedora has done some stuff for this, but it surprises me that a little work from Argentina has achieve a success: Tuquito in Chile (stand for Tucuman, their original city). This school has forget what virus and lack of memory means.

It’s easy to find detailed benchmarks about how a distro runs on that hardware, I’ve already found pages about how others distros runs in that ultra notebooks, but what I’ve found for the very first time is a normal story about non technical users using it, in a real situation, and look: their are kids in a school. It sounds great.

I’ve got a Mac

Finally I’ve got a Mac… yes I know it is not free software since it comes with MacOS but (remember there’s allways a but) it offers me the chance to test other quite good OS and also install on it Fedora.

I keep you updated…

Gnome little sucess

A very good friend of mine has gave a chance to Gnome… He always was using KDE and he always thought that Gnome sucks, because it was too simple, everything too tiny, poor look…

But a sensible person may change their mind and so had happened. Santi -a.k.a NoP- now is surprised with Gnome. Most important thing is that Santi is a friend but it has to be told that he also is a very well known Linux guru among Linux spanish newsgroups. He also mantains a very high level page about Spectrum (really friky!) named Speccy.

No prejudice leave us live a little more free, it doesn’t?

Media center for Linux

I’ve acquired a little hardware box in order to be my next media center. For sure it’s going to be with Linux so I’ve look around to see what’s most mature software.

Almost everybody talks about this software:

  • Xmbc: and I’ve seen running on a older Xbox … it’s simply amazing how fast it is: wow, but get mad if it doesn’t fit your needs
  • Entertainer: a very Gnome solution, it looks fine and it is a full Linux plus this soft, but as far as I look for there’s no Fedora package for it and I fear it does not support every single codec as mplayer does it
  • Elisa: by the moment one of my favourites since it has its own package for Fedora and its website and the whole project looks serious. It’s a plus being a package over my distro and the only but is that it has no TV view posibility on the other hand it has Flickr and Youtube plugins. Elisa has also good documentation.
  • MythTV: it was the first recommended by a colleague but it has no support for directories -everything has to be on a single directory and also I’ve read it is not a good option for absolute beginners, and my media center has to be used by everybody at home.

I’ve try to install a simple Fedora on my hardware unsuccessfully, it seems that SATA support requires to change some option in the bios and besides I terrible fail trying to install a normal Fedora on a 64 bits hardware. So a little bit disappointed with myself I decided to wait ’till today 24 of November since it’s Fedora 10 launching… it looks nice

I’m going to wait until the weekend and have a try on Fedora 10 + Elisa + Sata emulation on bios… too many things on the same time. I hope all flows smoothly.

What packages do I have installed in Fedora?

There’re easy things to do that I forget how to do it… For instance, I know that I may get a whole package list if I type: rpm -qa on my console screen. I know that I may get information about packages by typing
rpm -qi package_name
or by typing
yum info package_name

Since I’m experiencing some issues with my Eclipse installation I was comparing my version with recommended version from UOC, so I wanna know what software do I have installed that starts with eclipse* pattern… how can we do it? My old-fashioned way was to type
rpm -qa | grep eclipse
but there’s a more cool way, after a read a little bit from your manual page you may type something like
yum list installed eclipse*
So don’t forget to read man pages buddys.