Abr
02
Posted on 02-04-2008
Filed Under (Linux) by martin

Luego de criar algunas canas al reinstalar mi Evolution en Ubuntu, encuentro esto:

1. Open Evolution and go to the Contacts section.
2. Press Ctrl+A to select all of your contacts.
3. Right-click on any one of the contacts and select Save as VCard
4. Pick where you want to save the list.vcf file and save.

You’re done! ALL of your contacts are saved nice and tidy into that single VCF file. I cleared my contacts from Evolution and then imported that VCF file and, poof, there they all were.

Flojo, el guaso. Si lo hubiera visto antes tendria menos pelo blanco.

Y Voila, ya tengo todos mis contactos.
Si hay algo que admiro en Ubuntu es que no me da pereza reinstalar un ordenador. Copio dos ficheros aqui y alla, y con dos o tres apt-get’s ya tengo las cosas que necesito para trabajar.

(1) Comment    Read More   
Oct
23
Posted on 23-10-2007
Filed Under (Linux) by martin

Estaba pensando que empezare a escribir algunos articulos sobre mi experiencia dia a dia mientras uso Linux. Si mis lectores se aburren pueden navegar otras categorias de este blog.

Webkit es el motor del navegador de Apple Safari y se comenta de el que el renderizado de las paginas es bastante estricto. Asi que he pensado que será un buen test para probar mis paginas. El problema es que no tengo ninguna Mac, y tampoco uso guindows, asi que Googlie (se dice así?) para encontrar una forma de instalarlo en Linux-

Los pasos para crearlo (via kryogenix y no traduzco esta parte a menos que alguien lo pida expresamente)

  1. svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit
    That will give you a folder called WebKit. You’ll now need a few requirements; the key one is Qt4. On Ubuntu get this like so:
    sudo aptitude install libqt4-dev
  2. Now build your Qt-based WebKit browser:
    QTDIR=/usr/share/qt4/ WebKit/WebKitTools/Scripts/build-webkit
    When I tried to do this I got: ERROR: flex, bison, gperf missing but required to build WebKit.
    So I searched and installed the required libraries and then executed again the build line:
    sudo apt-get install flex gperf bison
  3. Finally, run it:
    WebKit/WebKitBuild/Release/WebKitQt/QtLauncher/QtLauncher about:blankPeople using another operative systems can get it here: http://nightly.webkit.org/

Otros navegadores alternativos:

Opera

Lynx
Bajo debian/Ubuntu instalarlo con el sistema de paquetes: apt-get install lynx
Se que este navegador “solo texto” puede parecer muy geek para navegar pero es muy útil para ver como vería un motor de búsqueda como Google las paginas.

(0) Comments    Read More