Cuando estamos en una cónsola y sin entorno gráfico o en un servidor que carece de éste, o bien queremos ir deprisa buscando cual es la última versión estable del kernel para incluirlo, por la razón que sea (soporte de hard, etc.).
Podemos hacer dos cosas: La primera de ellas es navegar con lynx o links hasta la url http://www.kernel.org y ver que nos muestra.La otra puede ser muy práctica para obtener la informacion de forma rápida:# finger @kernel.org
Y esto nos mostrará algo así:
debian:/usr/src# finger @kernel.org [kernel.org] The latest stable version of the Linux kernel is: 2.6.9 The latest prepatch for the stable Linux kernel tree is: 2.6.10-rc3 The latest snapshot for the stable Linux kernel tree is: 2.6.10-rc3-bk16 The latest 2.4 version of the Linux kernel is: 2.4.28 The latest prepatch for the 2.4 Linux kernel tree is: 2.4.29-pre3 The latest snapshot for the 2.4 Linux kernel tree is: 2.4.29-pre3-bk1 The latest 2.2 version of the Linux kernel is: 2.2.26 The latest prepatch for the 2.2 Linux kernel tree is: 2.2.27-pre2 The latest 2.0 version of the Linux kernel is: 2.0.40 The latest -ac patch to the stable Linux kernels is: 2.6.9-ac16 The latest -mm patch to the stable Linux kernels is: 2.6.10-rc3-mm1
Luego puedes acceder al ftp://ftp.kernel.org/pub/ mediante el programa que más rabia te de (ftp, lftp), y/o el links que he comentado antes (que si lo vas a hacer así, mejor tira por el links directamente, vamos, digo yo).
Últimos comentarios