Catégories: Systeme, Debian, Ubuntu

Pages: 1 2 >>

30.01.12

Permalien 16:17:00, par mazet Email , 45 mots   French (FR) latin1
Catégories: Systeme

MSYS

Sur www.mingw.org, il faut recuperer mingw-get-inst-lastest.exe pour install ''MinGW'' ET ''MSYS'' Apres avoir lancer le ''MinGW Shell'', il faut installer un meilleur terminal (par exemple rxvt). mingw-get install msys-rxvt Enfin, il ne reste… suite »

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 »

14.02.10

Permalink 11:07:47 pm, by mazet Email , 189 words   English (US) latin1
Categories: Systeme

Linux and 4096-Byte Sector Hard Drives

New hard drives uses 4k-byte sector but devices cheat on linux and say that they're using 512-byte sector as usual. If partitions are not aligned to 8 blocks, there's a huge throughput degradation. Use the 'expert' menu [x] on fdisk to move beginning of… 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 »

1 2 >>