This is only very short remainder notes to rebuild a kernel packqge for Debian.
apt-get install kernel-package ncurses-dev initramfs-tools bzip2 wget
cd /usr/src
wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.33.tar.bz2
tar xjf l… more »
Usually, I set those 3 files to configure a Debian testing:
/etc/apt/sources.list
# stable
deb http://ftp.fr.debian.org/debian/ stable main non-free contrib
deb-src http://ftp.fr.debian.org/debian/ stable main non-free contrib
deb http:… more »
Depuis une mise à jour kernel, je ne pouvais plus essayer d'installer les vmware-tools livrés avec le server. Voici la solution que j'ai trouvé sur http://forums.debian.net/
aptitude install open-vm-source open-vm-tools open-vm-toolbox
aptitude in… suite »
This is my own recipe to clone a Debian system on two hard disks. It can also be done via network connection (ssh) if the two disks are not in the same computer; it only need to setup the network connections by ifconfig
Boot on RescueCD
rescuecd d… more »