Ok, this is all well known, but for those who doesn't know it, the AWN (Avant Window Navigator) is an equivalent to the navigation bar of Mac's Leopard.
Here are the installation instructions.
I must say it is spectacular. You should try it.
Cheers!
Versión en español:
http://es.tuxero.com/2008/02/avant-window-navigator-en-ubuntu-gutsy.html
Monday, February 18, 2008
Avant Window Navigator in Ubuntu Gutsy
Posted by Sebastián Stucke at 6:41 PM 0 comments
Thursday, January 31, 2008
How to get Office 2007 fonts in Ubuntu
Do you need the new fonts in your ubuntu?
Follow this little tutorial, and you'll get it!
1) Install cabextract. Run:
sudo apt-get install cabextract
2) Download PowerPoint Viewer 2007
3) Change directory to your download location.
4) Decompress the exe file. Run:
cabextract -F ppviewer.cab PowerPointViewer.exe
5) Extract the fonts. Run:
cabextract -F '*.TTF' ppviewer.cab
6) Copy the fonts to the fonts directory. Run:
sudo mkdir /usr/share/fonts/vista
sudo mv *TTF /usr/share/fonts/vista
7) Update the fonts cache. Run:
fc-cache -fv
Seen at http://www.oooninja.com/2008/01/calibri-linux-vista-fonts-download.html
Through http://www.desktoplinux.com/news/NS7975322673.html
(See copyright conditions at Microsoft's site)
Versión en español:
http://es.tuxero.com/2008/01/cmo-obtener-las-tipografas-de-office.html
Posted by Sebastián Stucke at 12:40 PM 2 comments
Labels: Ubuntu
Tuesday, January 29, 2008
Rotate and resize several images at once with Ubuntu
Recently I wanted to copy several images from my PC to my blackberr.
Since the blackberry's screen has 320x240, it doesn't make sense to copy the images in full size due to memory space and the time it takes to show each image.
I found a good utility to do this for me, without having to open one by one the images with GIMP.
We run the following command (it may be necessary to restart the session after the installation):
sudo apt-get install nautilus-image-converter
After this, you can select multiple images and with secondary button the following choices appear: 'Resize images' and 'Rotate images'.
A friend also suggested me to see a nautilus script found here: http://www.creationgif.com/debian/nis/
Since the previous functions pretty well, I didn't install the script. If anyone installs it, please tell me how it goes.
Cheers!
Sources:
http://www.taringa.net/posts/info/1041480/Cambiar-tama%C3%B1o-a-varias-imagenes-en-Ubuntu_Linux.html
http://www.taringa.net/posts/info/960673/Scripts-para-nautilus-en-Ubuntu---Linux---Mini-guia.html
Versión en español:
http://es.tuxero.com/2008/01/rotar-y-cambiar-el-tamao-varias.html
Posted by Sebastián Stucke at 5:31 PM 0 comments
Labels: Ubuntu