Currently browsing category

Linux

cirpack et asterisk / Freephonie

Remarque très constructive de Ludovic L. « Le message Cirpack n’est pas un bug, mais un message de keepalive pour le nat upd des routeurs des internautes (maintien de l’entrée nat entre votre poste et le serveur free). Bref … pour asterisk le patch est ceci : éditer le fichier :  …

ipmi and co

Console Management Ian Durkacz, School of Informatics, April 2007 ________________________________________________________________________________ Table of Contents 1 Introduction…………………………………………………………………………………………………………………..2 1.1 Requirements…………………………………………………………………………………………………………2 1.2 Current approach…………………………………………………………………………………………………….2 2 Possible future options……………………………………………………………………………………………………3 2.1 KVM over IP………………………………………………………………………………………………………….3 2.1.2 KVMoIP ­ AdderLink IP…………………………………………………………………………………..3 2.1.2 KVMoIP – Lantronix SecureLinx Spider……………………………………………………………5 2.2 IPMI – Intelligent Platform Management Interface……………………………………………………..5 2.2.1 IPMI v1.5………………………………………………………………………………………………………..6 2.2.2 …

» Configuration Asterisk pour Freephonie en SIP – Le Comptoir de Sinhaladweepa

Après quelques tâtonnements, voici la configuration contenue dans /etc/asterisk/sip.conf permettant à Asterisk d’accéder au service SIP offert par Freephonie : [general] defaultexpiry=1800 register => 0951727841:monsecret9@freephonie.net dtmfmode=auto [freephonie-out] type=peer host=freephonie.net qualify=yes username=0951727841 fromuser=0951727841 secret=monsecret disallow=all allow=alaw Le codec G711 alaw est ma préférence personnelle : la qualité sonore avant tout en …

Configuring Thomson Speedtouch 510 for use with SNMP to get statistics with MRTG

****************************************************************************************************** Configuring Thomson Speedtouch 510 for use with SNMP to get statistics with MRTG By Dennis Slagers http://www.aroundmyroom.com/blog 10-08-2004 Usage: MRTG under Linux This document is published under Creative Commons License http://creativecommons.org/licenses/by/1.0/ When you notice the name of author and refer to the original text and copy this license condition …

Linux – hpacucli

Linux – hpacucli This document is a quick cheat sheet on how to use the hpacucli utility to add, delete, identify and repair logical and physical disks on the Smart array 5i plus controller, the server that these commands were tested on was a HP DL380 G3 server with a …

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 …

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 …

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 …