Published at: 03:08 pm - Tuesday August 23 2011
A friend asked me by twitter for a software for automatic security updates in Debian. Honestly I don’t trust in automatic stuff, but this software appears interesting. I searched in the cache: apt-cache search automatic update and I found cron-apt. How to use (at least in Debian) I.- Yes Mr. Obviously, install it. # apt-get [...]
Published at: 01:07 pm - Monday July 25 2011
Last week and how it had been announced, Linus Torvalds released the new version of the Linux Kernel series 3.0 Because of this and the request of several geeks friends, I write this small handbook. Compile the Kernel Source, the Debian way. /me laughs while caresses her black cat, muahaha muahaha Almost all my nerds [...]
Published at: 09:07 am - Saturday July 23 2011
While I’m trying to compile the Kernel Linux 3.0 gave me an error: [...] Documentation/lguest not found [...] This because lguest is not anymore into ./Documentation, now is in ./Documentation/virtual Obviously there are not documentation yet, however I solved this issue with a dirty hacks. Just find the string and change it: $ find “.” [...]
Published at: 04:06 am - Wednesday June 15 2011
This is not a Quilt’s tutorial, is a quick reference (to me :)). Honest I miss dpatch, now in Debian quilt is the “official” patch system then: you like it or you like it (that sound better in Spanish) :) Let’s play! quilt store the patches into: debian/patches (like as usual) and use a file [...]
Published at: 05:05 pm - Sunday May 22 2011
I used SID since I started using Debian, but today I wanted to try testing, the logic tells you that the easiest way is to replace “unstable” to “testing” in your sources.list. However we can do better, look for the more fastest “mirrors” and even filter by country. #apt-get install apt-spy #apt-spy update #apt-spy -d [...]