Linux

Introduction to SVN : importing a new project | Sébastien Wains

Create a new repository : $ svnadmin create –fs-type fsfs /home/user/svn Suppose you have an existing project you wish to import in SVN : $ svn import /path/to/project/ file:///home/user/svn/project -m ‘Initial import’ Checking out your project : $ svn checkout file:///home/user/svn/project /home/user/dev/project A version controlled copy of the project is now available under /home/user/dev/project/ You …

Introduction to SVN : importing a new project | Sébastien Wains Lire la suite »

Routage IProute 2

http://irp.nain-t.net/doku.php/100iproute:020_iproute2 Mise en place d’une règle de routage Dans ce qui suit, la machine qui va servir de passerelle miroir s’appelle « saturne x. La liste des tables qui existent sur votre machine se trouve dans le fichier /etc/iproute2/rt_tables. Vous ne pourrez pas créer de règles (rules) associées à une table qui n’est pas référencée …

Routage IProute 2 Lire la suite »

Benchmark linux system cpu, disk and network with build-in commands – duguo.org

Benchmark linux system cpu, disk and network with build-in commands Published on 2012-02-01 We quite often get chance to work on new server, before you actual do any work, it’s important to know how it perform compare with existing environment. The command used here are available on most of linux [verified on Ubuntu 11.10, CentOS …

Benchmark linux system cpu, disk and network with build-in commands – duguo.org Lire la suite »

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 IPMI v2.0………………………………………………………………………………………………………..7 2.3 Dell DRAC …

ipmi and co Lire la suite »

» 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 attendant G722. D’autes préférerons le …

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

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 you can copy this text …

Configuring Thomson Speedtouch 510 for use with SNMP to get statistics with MRTG Lire la suite »

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 Smart Array 5i plus controller …

Linux – hpacucli Lire la suite »

Retour en haut