Saturday, 28 November 2009
Tuesday, 10 November 2009
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! :)
Tuesday, 13 October 2009
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!
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!
Thursday, 20 August 2009
Changing your Console Prompt
I've been looking for a while on a good post on how to change it, and finally, a good reference came up.
*This* site is a good guide! Really... ;)
*This* site is a good guide! Really... ;)
Friday, 31 July 2009
Personalized Icons in Gnome-Do
I really like Gnome-Do, but a thing that bugged me was the inability to create an button with a personalized icon.
However, a ... erm... simple/clever/idiot/what-the-hell workaround to do it is:
- Remove the item from your dock if its already on there
- Add your costumized icon to the Menus (right click on Applications Menu, Edit Menus)
- Drag the launcher into the desktop
- Restart gnome-do
- Ops, the icon is not set properly! Remove it from docky
- Drag the icon from the Applications Menu to docky
- Restart gnome-do
- Celebrate your brand new personalized icon! :)
Enjoy :
Subscribe to:
Posts (Atom)
