Catégorie: Debian

18.03.10

Permalink 05:53:15 pm, by mazet Email , 62 words   English (US) latin1
Categories: Systeme, Debian

Build a kernel 2.6

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 »
Permalink 12:24:21 pm, by mazet Email , 96 words   English (US) latin1
Categories: Systeme, Debian

APT configuration files

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 »

11.12.09

Permalien 21:17:03, par mazet Email , 45 mots   French (FR) latin1
Catégories: Systeme, Debian

Installation des vmware-tools sous Debian Lenny/Testing

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 »

10.11.09

Permalink 05:19:48 pm, by mazet Email , 301 words   English (US) latin1
Categories: Systeme, Debian

Clone a Debian system

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 »