Thursday, 3 December 2009

Madrid

This is actually the first post about... LIFE!!! :)
Here are some shots taken this weekend in Madrid :)


Well, to be honest, this could have been taken anywhere :P

This one is the Bear in Plaza Sol... Or is it a self-portrait? ;)


Just Plaza Mayor... They have this X-mas Fair there... You can buy lots of decorations!!!

Zeh flag!


And that's it for now :)

Wednesday, 21 October 2009

Instaling new Ubuntu


When you install a new version of Ubuntu there is a cool way to keep track of your installed applications :)

dpkg --get-selections > apps.txt

This will list your installed applications. Then on a new and fresh instalation, do

$ dpkg --get-selections < apps.txt
$ dselect update
$ apt-get dselect-upgrade show

And there you go! :)

Friday, 28 August 2009

Comparing stuff

To compare files I used to be very blunt and use

diff $file1 $file2

but then my front-desk mate said "Add | vimdiff - ". He has shared some ideas on how to compare stuff with another colleague of ours.

In the meantime, my boss introduced me to tkdiff and I absolutely loved it.
As a good open source software ;) works on Linux, Mac and M$ Window$ :)

So enjoy!