Linux

IPv6 par 6to4 debian

Comme l’explique si bien http://wiki.debian.org/DebianIPv6 “Vous ne le savez peut-être pas, mais si vous avez une adresse publique IPv4, vous avez déjà une adresse IPv6 réservée. Il existe un système de transition nommé 6to4 qui lie toute adresse IPv4 à un sous réseaux entier d’adresses IPv6″. Donc pour toutes IPv4 aaa.bbb.ccc.ddd vous avez le sous …

IPv6 par 6to4 debian Lire la suite »

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 in a few steps, hoping …

ffmpeg lenny Lire la suite »

SSL fingerprints mailserver : SMG’s Weblog

SSL fingerprints mailserver I use fetchmail to pull down my mail from the mailserver, just now the ssl fingerprints changed leading to an error like: fetchmail: <mailserver> fingerprints do not match! 12096:error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:../../../../common/openssl/ssl/s3_clnt.c:894: fetchmail: SSL connection failed. fetchmail: socket error while fetching from <userid>@<mailserver> fetchmail: Query status=2 (SOCKET) So to get the new …

SSL fingerprints mailserver : SMG’s Weblog Lire la suite »

How I did it: diskless netboot with Debian Etch

How-To to make a diskless Debian Etch workstation This how-to is based on the following Ubuntu how-to: https://help.ubuntu.com/community/DisklessUbuntuHowto When I tried using the above how-to with Debian Etch, there were a number of things which didn’t work, and there were a number of things which weren’t explained. In any case, this is how I figured …

How I did it: diskless netboot with Debian Etch Lire la suite »

Desactiver innodb

Pour desactiver innodb, de mysql et gagner en performance sur un système un peu juste, il suffit d’ajouter cette ligne au /etc/my.cnf skip-innodb Puis de relancer mysql

prendre une image .gz et la mettre sur un disque dur

wget -O- http://mirror.ash.fastserv.com/pub/pfsense.img.gz | gzip -cd | dd bs=64k of=/dev/sda dans mon cas apres un boot du pc cible en PXE avec BgRescue Linux c’est dépannant pour tester les bsd ou des images virtuelles via Remotely installing PFSense to hard drive with VGA and without CD-ROM | Randy’s Blog.

Retour en haut