DebianIPv6 – Debian Wiki

IPv6 6to4 Configuration You may not know this, but if you have a public IPv4 address you already have IPv6 addresses reserved. There is a transitional system called 6to4 (sometimes written stf or 6 to 4) that maps any IPv4 address an entire subnet of IPv6 addresses. You can use it to assign a single […]

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 […]

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 […]

Monitorer le CPU sous Linux

How do I Find Out Linux CPU Utilization? by Vivek Gite · 110 comments Whenever a Linux system CPU is occupied by a process, it is unavailable for processing other requests. Rest of pending requests must wait till CPU is free. This becomes a bottleneck in the system. Following command will help you to identify […]

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 […]

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 […]

Tester son fichier de configuration apache 2

Une petite ligne de commande fort utile qui permet de tester sa conf apache2 sans le redemarer. Sous entendu ne pas faire le bourrin et s’apercevoir qu’apache n’a pas redemaré à cause d’un put___ de « # » . La petite commande donc qui va bien qui va vous tester votre config apache et vous […]

SysAdmin Tips » Reset du mot de passe root de MySQL

En cas d’oubli du mot de passe root de MySQL, il est possible de trouver une solution sans s’arracher les cheveux. Il est en effet possible, via la console ssh, de se connecter à MySQL sans qu’il ne contrôle le mot de passe et d’y injecter une requête modifiant la table users afin d’attribuer un […]

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.