Archive for October, 2005

Animated GIF editing

Monday, October 31st, 2005

Coments on some tools for animated GIF files edition from within PHP.

[Old stuff] RPM building mini HOWTO

Sunday, October 23rd, 2005

More stuff from the past… I am now copying a little howto I wrote a long time ago as an introductory guide to RPM creation. It’s several years old, but I guess it’s still valid.

Sorry, there is no English version of this text for the moment, please select “Spanish” on the right menu bar if […]

[Old stuff] The Trusted Computing Platform Alliance

Saturday, October 22nd, 2005

Again more stuff from my old site. Here are some thoughts regarding TCPA that I wrote in february 2004. I’ve revised and extended it a little bit and I’ve redone the formatting.

Sorry, there is no english version of this text for the moment, please select “Spanish” on the right menu bar if you can […]

[Old stuff] automatic email reply to MS Word users.

Friday, October 21st, 2005

Sorry, there is no english version of this text for the moment, please select “Spanish” on the right menu bar if you can read it, and still wish to.

Old stuff coming…

Friday, October 21st, 2005

Browsing thorugh the Webalizer stats, I’ve found thousands of requests for pages which no longer are on this site because I didn’t move them during the transition to WordPress.
So I’ve decided to upload them adapted to the new site functioning and structure. Someone might find them useful, who knows, although I really doubt it […]

Extracting files from RPMs

Monday, October 3rd, 2005

This one can come very handy: as it is said here, one can use rpm2cpio (instructions here) and cpio to extract files from an RPM:

rpm2cpio pack.rpm | cpio –extract –make-directories –preserve-modification-time –verbose ./path/to/file

As simple as that.