Currently browsing tag

lenny

raid avec mdadm sur le disque système apres installation en debian lenny

Installation RAID1 Logiciel sous Linux Debian Lenny x64 Installation. Installer un système Debian avec deux disques dur, laisser le deuxième disque (sdb) sans partitions, voici une imprime d’écran des partitions faites pour ce document : 1. Installez les paquets nécessaires : apt-get install initramfs-tools mdadm Ensembles MD requis par le …

ffmpeg lenny

’ve adapted the instructions from this Ubuntu thread for Debian Lenny. The original idea was to build ffmpeg with AAC support, but then I’ve found some other problems with mp3 codec, so I needed to apply a patch and rebuild everything. So, I’m writing all the procedures in this post …

GeoIP avec Awstats

Pour moi ce qui est important avec le GeoIP c’est le pays, car c’est la seule chose précise à 97% Pour l’installer voici ma méthode sous Lenny cd /usr/local/share mkdir GeoIP cd GeoIP wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz gunzip GeoIP.dat.gz nous venons de télécharger et de mettre le fichier dans un directory standard, …