Saturday, March 31, 2007

Edubuntu Icon Set

Some days ago, while browsing the edubuntu home page, after seeing some screenshots, I got interested in the cartoonish icons they were using by default in gnome.

Today, I've decided to install this icon set in my machine, I've searched the repositories and, after a while, the gnome-icon-theme-gartoon package was installed. It appeared right away in the theme configuration menu, and it is now my default icon set.

Tv Series

Some months ago, I've found out that there are some TV series who are really worthy to watch. In the past months, I've been following Lost and Heroes every week and watched the whole 4 seasons of Nip Tuck.

Lost, which is probably known to almost everyone, is the story of a group of survivors from a plane crash in a island that was being used for some strange scientific experiments. I've already seen the two first seasons, and I still have no idea of what's happening in the island, but a I really think that this third season will give more details on that.

Heroes recalls to our childhood. When everyone wanders how awesome it could be, if we were able to fly, read minds, have super strength or some other super-mega-extra-cool special ability. In heroes, all this becomes true, when some individuals see them selfs acquiring this powers without no know reason. While some use those powers for good, just like any super-hero comic book, there are those who use it for bad. The story is really addictive and I really recommend everyone to watch it (it will be shown in Portugal, according to wikipedia, during 2007).

Nip/Tuck follows the lives of two Miami plastic surgeons, Sean McNamara and Christian Troy. In the first season, we are able to notice the differences in their lifestyle. While Sean is all about his family, Christian is a seducer, always with different women. While the seasons pass by, they face all types of problems, from plastic surgery addicts, through drug dealers to family problems.

A while ago, I've also watched the first season of Prison Break. It is definitely amazing. The story, the details, the.. the.. Everything! I'll begin watching the second season this following week.

I really suggest each one of them to everyone with some spare time, they're all worth watching!

Sunday, March 25, 2007

Beryl in Ubuntu

I'm happy to see that all the legal issues were put behind, and that beryl is already available in the Ubuntu repositories.

Beryl is a fork of compiz, but, in my opinion, it is developing way much faster! In the past few days, there has been some huge discussion, to define if beryl should merge with compiz, creatting a new project with a third name. Two days ago, Quinn Storm, the leader of the beryl project, has agreed with the merge. This probably won't be ready in time for feisty, but I'm sure that, if the merge goes smooth and no problem appears between the developers, feisty+1 will surely have some awesome desktop effects!

Friday, March 23, 2007

Introduction

Well, it seems that shutdown day has not affected my laptop!

My blog has been accepted into too planets which I really admire. Ubuntu Weblogs and, now, P*. I've been following both of them since they went online, so, it is really an honor to join both of those teams.

For those of you who have no clue who I am:

Tiago Boldt Pereira de Sousa, born March 24 (yes, happy birthday to me), 1988, I'm a student at Faculdade de Engenharia da Universidade do Porto, trying to make myself an informatics and computation engineer.
I'm an Open-Source fan, who's using Ubuntu for almost an year now. I've been also to getting into the Ubuntu community, helping with bug reports, translation and what ever help I'm able to do.

I hope you all enjoy my postings, as much as I enjoy to discover and share new stuff.

Thursday, March 22, 2007

Ubuntu Weblogs

First of all, congratulation to gouki, who as recently been accepted as an Ubuntu Member.

Second, Hello World, from Ubuntu Weblogs. This is a planet, using planetplanet to manage the feeds. Ubuntu Weblogs is an aggregation of public weblogs written by Ubuntu GNU/Linux users. I've been following this planet since it went online, and I've just been accepted.I'm glad to be part of this team!

Tuesday, March 20, 2007

Command Not Found

My machine's BASH has just received a brand new upgrade! From now on, whenever I type a command to open some application which is not installed in my Ubuntu system, the repositories are automatically scanned and, if there is an application with the given name, it will be suggested for installation.

Confused? Here's an example, I'll try to open gedit, which is not installed:

tiagoboldt@Niath:~$ gedit
The program 'gedit' is currently not installed. You can install it by typing:
sudo apt-get install gedit
bash: gedit: command not found
tiagoboldt@Niath:~$

This feature should be installed by default, but you can also install it through the command-not-found package, available in the repositories.

Edit:
There has been some discussion about how fast the output comes out, if it slow or not, so, see it for yourself:
tiagoboldt@Niath:~$ time kedit
The program 'kedit' is currently not installed. You can install it by typing:
sudo apt-get install kedit
Make sure you have the 'universe' component enabled
bash: kedit: command not found

real 0m0.154s
user 0m0.108s
sys 0m0.028s
Less than 0.2 seconds, yes, it is fast!

Digg!