Archive for the ‘News’ Category

I’m very happy about this new feature!


2010
01.18

From kernelnewbies.org:

1.8. Easy local kernel configuration

Most people uses the kernel shipped by distros – and that’s good. But some people like to compile their own kernels from kernel.org, or maybe they like following the Linux development and want to try it. Configuring your own kernel, however, has become a very difficult and tedious task – there’re too many options, and some times userspace software will stop working if you don’t enable some key option. You can use a standard distro .config file, but it takes too much time to compile all the options it enables.

To make the process of configuration easier, a new build target has been added: make localmodconfig. It runs “lsmod” to find all the modules loaded on the current running system. It will read all the Makefiles to map which CONFIG enables a module. It will read the Kconfig files to find the dependencies and selects that may be needed to support a CONFIG. Finally, it reads the .config file and removes any module “=m” that is not needed to enable the currently loaded modules. With this tool, you can strip a distro .config of all the unuseful drivers that are not needed in our machine, and it will take much less time to build the kernel. There’s an additional “make localyesconfig” target, in case you don’t want to use modules and/or initrds.


New project


2009
09.06

Maybe you have a small linux server in your home, or maybe you are managing hundreds of them. And maybe are you tired to spend all your nights and days to set all notifications (sms, email, or also Twitter…) for the backup software, the logwatch, the IDS…

Stay tuned!

Mi trovate anche su identi.ca


2009
09.03

Da oggi mi trovate anche su identi.ca, come si può evincere dai nuovi widget della barra laterale. Ovviamente il nome è sempre quello…

Uscita la versione 1.4.10 di GnuPG


2009
09.03

Per tutti quelli che usano le OpenPGP card v2: siamo tutti contenti di sapere che è uscita la versione 1.4.10 che dovrebbe gestire finalmente questa versione di smart card.

Compilarlo su Ubuntu 9.04 non dovrebbe richiedere neanche l’installazione di librerie particolari: dopo aver scaricato l’archivio compresso da qui (sono circa 10Mb), l’ho estratto e installato come al solito con

./configure --prefix=/home/vostroutente/bin/ && make && make install

A questo punto è bene mettere al sicuro (non si sa mai) la propria cartella .gnupg che dovrebbe trovarsi nella nostra home e lasciare che venga ricreata automatcamente dalla nuova versione di GnuPG.

Se vogliamo ovviamente lanciarlo da qualsiasi postazione aggiungiamo la cartella /home/vostroutente/bin al PATH et voilà…dovremmo essere in grado di lanciarlo da ogni dove.

Purtroppo non ho ancora provato la card che ho preso qui, ma appena arrivo a casa compilo e aggiorno il post…

EDIT:

Ho fatto un piccolo deb per chi ha Jaunty e volesse installarlo con dpkg…è il primo deb che faccio con checkinstall, quindi non mi assumo responsabilità!

gnupg_1.4.10-1_i386

EDIT2:

Ho testato e funziona alla perfezione con Jaunty e le OpenPGP card v2!

A new project is born


2009
06.25

I begin to write some posts in english, I don’t know exactly why…however, follow this page to se the development of my new project: a home-made (poorly) cheap router based on Linux!