Joaquin Peralta

My Personal weblog.

Llego Ubuntu 6.06 Dapper/Drake

Pues bien, prometieron y cumplieron, me mandaron ubuntu 6.06 a mi casita y llego :) .

Llego Ubuntu

Quizas me van a dar ganas de reinstalar durante este weekend la version 64 bits de Ubuntu, total … las cosas que hecho de menos en mi debian por el momento es acroread y openoffice, cosas que a veces son bastante utiles.

Esta va a ser la que instale :

Ubuntu 64

Bueno veremos que pasa :) … total una prueba mas, una menos.

JP.

August 17, 2006 Posted by jperalta | Life in general | | 4 Comments

Rescue your keys (privates/public others), for a reinstall of GNU/Linux.

For rescue the keys your need rescue your personal folder of gpg, for this i recommend that you compress this directory and encrypt for a secure translade of this :

tar -cvzf my-gnupg.tar.gz .gnupg/

and after the compression, the encryptation :

openssl enc -aes-256-cbc -salt -in my-gnupg.tar.gz -out my-gnupg.tar.gz.enc

Afther of put the password (don’t lose this), copy in a pendrive or another storage system this file. For more detail view the other post referent to ensure yours files.

So, if you reinstall your PC, install the gnupg package and the openssl package and relocate your files using :

openssl enc -d -aes-256-cbc -in my-gnupg.tar.gz.enc > my-gnupg.tar.gz 

put the password and descompress with : tar -xvzf my-gnupg.tar.gz

and set the permission of this directory : chown -R yourusername.yourusername .gnupg/ ; chmod -R 600 .gnupg/

So, now you can check yours keys again : gpg -k , and view your personal info about your keys.
JP.

August 12, 2006 Posted by jperalta | GNU/Linux | | 1 Comment

Odio Ubuntu??

No se si odio ubuntu, o debian es mi preferido, pero mi laptop y ubuntu parecen no llevarse bien del todo, creo que tendre que aguantarme mi debian a 64bits sin open office ni acroread, quizas solo tendre que esperar o inclusive instalarme los 32bits de debian, no se, aun estoy en duda, por ahora, creo que volvere a reinstalar… :P

Dificil ahora pensar que es lo que puede ocurrir con este PC, por lo demas aun tengo unos minutos como para seguir en esto :D .

JP

PD : Razones pincipales del Odio

  • El wireless no se mantiene fijo, a veces detecta y a veces no
  • La ATI mantiene el mismo bug que en debian … entonces cual es la ventaja?
  • APCI no trabaja, de hecho las unicas opciones por ahora es iniciar el kenrel con noapic nolapic
  • No es tan top como debian ;)

FIN

August 7, 2006 Posted by jperalta | Life in general | | 2 Comments

Casi todo Rescatado

Al fin tengo casi todo rescatado en mi laptop, por lo que podre ponerme a instalar algunas nuevas cosillas, por ahora me falta poco, asi que espero manana ir actualizando lo que ocurre, sin embargo esa informacion la mantedre en otro blog, al menos para manejar algo tambien en blogger, pueden verlo en http://turion-64.blogspot.com.

Eso es todo por ahora, se hace tarde y el sue~no empieza a amenazar…

JP.

August 5, 2006 Posted by jperalta | GNU/Linux, Life in general | | 1 Comment

Put your public key in a server

Actually exist many server of public key, you can search this servers with google, a simple form of put your public key in this server is using the command gpg.

For example using the http://www.rediris.es/keyserver , you only need type the command :

gpg –keyserver pgp.rediris.es –send-keys A1B2C3D4

gpg: success sending to `pgp.rediris.es’ (status=200)
in this part the text A1B2C3D4 is your key-ID, you can see this with the command : gpg -k

So this is all, if you want that another people take your public key, you can send a e-mail and say that your key its in this server and your friend can search this key using :

gpg –keyserver pgp.rediris.es –search-keys your@mail

in this part can change the your@mail for any ID, for example first or last name, key-ID, etc.

Example : Search me in rediris server with the command : gpg –keyserver pgp.rediris.es –search-keys jperaltac@gmail.com

After, choice your option (take the key, next or quit) for import this key and verify the importation using gpg -k

This is All!!

JP.

August 4, 2006 Posted by jperalta | GNU/Linux | | No Comments Yet

Aburrido

Sip, ya me canse de esta vida estresante, preocupado la mayoria del tiempo en lo que tendre que hacer para rendir lo mejor psible, ahora me voy a dedicar a vivir y cuando tenga tiempo a trabajar, dejare de levantarme pendiente de lo que debo hacer y vivire un poco mas tranquilo, trabajare menos pero rendire mas, lo unico que me queda es terminar el ramo que estaba realizando, sin embargo lo unico que quiero ahora es un poco de tranquilidad y dormir mejor.

Lo  bueno de que al fin se acabo el asunto del examen es que se vienen carretes para pasar las penas, ya que realmente no hay mucho que celebrar, pase lo que pase no han sido dias muy gratos, realmente solo momentos en extremo agotadores.

Ahh.. dentro de muy poco me voy a poner a reinstalar mi notebook, probando algunas variedades de SO, principalmente aquellos basados en el kernel Linux y por lo demas uno que otro truco ira apareciendo en mi sistema, asi que eso sera todo por ahora.

JP

August 4, 2006 Posted by jperalta | Life in general | | 2 Comments