Currently browsing tag

debian

Installation de Asterisk 1.4 sous Debian Etch | Sébastien Couture

Installation de Asterisk 1.4 sous Debian Etch Accueil Published by sebastien on mai 31st, 2008 in VoIP, Asterisk Ce tutoriel relate l’installation du logiciel de téléphonie PBX libre Asterisk, ainsi que les pilotes d’interfaces téléphoniques Zaptel; plus particulièrement le pilote ztdummy qui nous permet d’avoir une source de synchronisation temporelle …

Faire une debian miniature – Linux Attitude

Tentons d’installer une debian miniature. Voyons jusqu’à quelle taille nous pouvons descendre. Commençons par le commencement : $ debootstrap etch /toto Voila on commence déjà à 140Mo. Supprimons quelques trucs inutiles $ chroot /toto $ export LANG=C $ dpkg –get-selections | more $ apt-get remove –purge cron logrotate aptitude tasksel …

ipv6 + openvz

OpenVZ : accès IPv6 en mode Virtual Ethernet (veth) Vendredi 18 février 2011 Publié dans Administration . Linux . OpenVZ . Réseau . Système . Virtualisation ParBoris HUISGEN Ecrire Contrairement au mode routé venet, le mode virtual ethernet veth d’OpenVZ permet de mapper directement une interface virtuelle Ethernet depuis l’hôte réel dans un serveur virtuel. La virtualisation réseau …

OpenVz et Debian

http://www.deimos.fr/blocnotesinfo/index.php?title=OpenVZ_:_Mise_en_place_d%27OpenVZ OpenVZ : Mise en place d’OpenVZ De Bloc Notes Informatique. Aller à : Navigation, rechercher Sommaire [masquer] 1 Introduction 2 Installation 3 Configuration 3.1 Préparation des environnements 3.1.1 Debootstrap 3.1.2 Template 3.2 Réseaux 3.2.1 En mode NAT 3.2.2 Avec une interface bridgée 3.2.3 Avec des vlans 3.2.4 Avec du …

raid avec mdadm sur le disque système apres installation en debian lenny

Installation RAID1 Logiciel sous Linux Debian Lenny x64 Installation. Installer un système Debian avec deux disques dur, laisser le deuxième disque (sdb) sans partitions, voici une imprime d’écran des partitions faites pour ce document : 1. Installez les paquets nécessaires : apt-get install initramfs-tools mdadm Ensembles MD requis par le …

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 …

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, …

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 …