Streaming MOH – KlavoWiki

Streaming MOH with Asterisk mpg123 is the application to be used to stream internet radio into Asterisk. Installing mpg123 The first thing we need to do is to download the application mpg123. Go to the source forge site for the latest version. http://sourceforge.net/project/showfiles.php?group_id=135704 I’ll use mpg123 Version 1.7.3 as an example. cd /tmp wget http://internode.dl.sourceforge.net/sourceforge/mpg123/mpg123-1.7.3.tar.bz2 […]

Asterisk Gui

Not sure if your like me, but command line is all good, but gui is alot faster. Here is a list of procedures to install Asterisk-Gui on a running clean install of Asterisk. You can also check out my other HowTo for installing FreePBX v2.7 + Asterisk 1.6.2 on a fresh Linux CentOS 5.4 Dated April […]

Simple PHP mail wrapper ( log centralisé des mails depuis php )

Si vous voulez centraliser les logs des mails envoyés depuis PHP, voici une technique simple avec un bash, qui vient entre php et Linux /usr/sbin/sendmail-wrapper-php: #!/bin/sh logger -p mail.info sendmail-wrapper-php: site=${HTTP_HOST}, client=${REMOTE_ADDR}, script=${SCRIPT_NAME}, pwd=${PWD}, uid=${UID}, user=$whoami/usr/sbin/sendmail -t -i Il faut bien sur le rendre executable chmod 755 /usr/sbin/sendmail-wrapper-php Ce script va donc envoyer au syslog […]

List drives by UUID in Ubuntu | Unix Tutorial

List drives by UUID in Ubuntu January 26th, 2009 | News Hi! If you’re new here, you may want to subscribe to the Unix Tutorial RSS feed to get regular tips & tricks for all flavors of Unix. You can follow me on Twitter, too! Thanks for visiting! Having used this tip a few times […]

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

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

HowtoMySQL – Infogerance Evolix – Trac

Search: Login Settings Help/Guide About Trac Wiki Timeline Roadmap View Tickets Search Wiki Navigation Start Page Index by Title Index by Date Last Change Howto MySQL ¶ Documentation officielle : http://dev.mysql.com/doc/refman/5.0/en/ Installation ¶ Sous Debian Lenny, la version proposée est la 5.0 : # aptitude install mysql-server Note : lors des demandes de mot de […]

Logwatch, lenny et le paramètre MailTo – Administration système Unix et divagations diverses

Logwatch, lenny et le paramètre MailTo Par Sébastien Le Ray le mercredi 13 mai 2009, 18:15 – Lenny – Lien permanent * lenny * logwatch Décidemment, on parle beaucoup de journaux. Suite à la migration vers lenny, j’ai remarqué que seul root recevait les emails envoyés par logwatch[1]. J’ai vérifié la conf (logwatch la divise […]

Montage manuel d’un partage nfs

en ligne de commande, tout simplement, mount -t nfs 192.168.x.xx:/data/files /mnt/nfs via manually mount NFS file system..

Ipv6 sous debian linux

IPV6 Dans ce topo, je vais tenter de simplifier la découverte d’ipv6, car c’est un sujet qui fait encore peur à beaucoup, de part la forme des adresses ipv6 qui perturbe beaucoup la lecture de celle ci . Même si ça paraît au premier coup d’oeuil plus compliqué, l’idée d’ipv6 est de transporter dans une […]