Conversion de fichiers audio

« Combien de fois je me suis retrouvé avec des fichiers musicaux illisibles sur mon baladeur MP3, à me demander quel soft utiliser pour pour les convertir. Alors oui, il y a l’artillerie lourde des applications GUI (Graphic User Interface) avec moult clics et suivant, suivant, …, alors qu’une simple ligne de commande peut résoudre cette problématique. Ci dessous quelques exemples (non exhaustif) des ces possibilités :

Convertir OGG –> MP3

MP3 à 128kbs, les .mp3 sont stockés dans un répertoire à part (mp3), nécessite les outils ogg (vorbis-tools) et le codec lame

$ sudo apt-get install lame vorbis-tools
$ cd "le répertoire qui contient les fichiers ogg"
$ mkdir mp3; for i in *.ogg; do new_name=`echo "$i" | sed s/.ogg/.mp3/g`; ogg123 -d wav -f - "$i" | lame -h - >
 mp3/"$new_name"; done

Convertir MP3 –> OGG

Les .ogg sont stockés dans un répertoire à part (ogg), nécessite les outils ogg (vorbis-tools) et le MPEG layer 1/2/3 audio player (mpg123)

$ sudo apt-get install mpg123 vorbis-tools
$ cd "le répertoire qui contient les fichiers ogg"
$ mkdir ogg; for i in *.mp3; do new_name=`echo "$i" | sed s/.mp3/.ogg/g`; mpg123 -b 10000 -s "$i" | sox -t raw
 -r 44100 -s -w -c2 - ogg/temp.wav; oggenc ogg/temp.wav -o ogg/"$new_name"; done; rm -f ogg/temp.wav

Convertir MPC –> WAV

Les .wav sont stockés dans un répertoire à part (wav), nécessite le codec lame et le décodeur mppdec

$ cd "le répertoire qui contient les fichiers mpc"
$ mkdir wav; for i in *.mpc; do new_name=`echo "$i" | sed s/.mpc/.wav/g`; mppdec-static "$i" wav/"$new_name"; done

Convertir WAV –> MP3

Ici MP3 à 160kbs, les .mp3 sont stockés dans un répertoire à part (mp3), nécessite le codec LAME

$ cd "le répertoire qui contient les fichiers wav"
$ mkdir mp3; for i in *.wav; do new_name=`echo "$i" | sed s/.wav/.mp3/g`; lame --abr 160 "$i" "new_name" ; done

Convertir WAV –> OGG

Ici OGG à average bitrate » de 202 kb/s environ, les .ogg sont stockés dans un répertoire à part (ogg), nécessite les outils ogg (vorbis-tools), plus d’info sur le Petit Linux

$ cd "le répertoire qui contient les fichiers wav"
$ for i in *.wav; do oggenc -q 6 $i ; done

Convertir WMA –> MP3

MP3 à 192kbs, les .mp3 sont stockés dans un répertoire à part (mp3), nécessite mplayer et le codec lame

$ sudo apt-get install lame mplayer
$ cd "le répertoire qui contient les fichiers wma"
$ mkdir mp3 ;for i in *.wma ; do mplayer -vo null -vc dummy -af resample=44100 -ao pcm:waveheader "$i" && lame
-m j -h --vbr-new -b 192 
audiodump.wav -o "`basename "$i" .wma`.mp3"; done; rm -f audiodump.wav ; mv *.mp3 mp3/

Couper un fichier MP3

Ici MP3 à 128kbs, nécessite le codec LAME, la première commande génére un fichier temporaire audiodump.wav à supprimer par la suite ici coupe le MP3 à partir de 27 mins 50 sec du début pendant 09 min 48 s

$ cd "le répertoire qui contient le fichier à couper"
$ mplayer -vc null -vo null -ao pcm -ss 00:27:50 -endpos 00:09:48 mon_fichier.mp3 ; lame --abr 128 audiodump.wav
 mon_fichier_coupé.mp3

Liens : http://giminik.developpez.com/articles/debian-gnu-linux/gravure-audio-ligne-commande
« Fin de citation
source: blog.taltan.bkp


Filed under: Linux — Étiquettes : , , — admin @ 27 juin 2006 12 h 16 min

Coloration Syntaxique

« Voila un plugin intéressant pour donner un peu de couleur dans l’affichage du code dans Dotclear. Il s’agit du Plugin de Coloration Syntaxique (Syntax Highlighter 1.0) basé sur la librairie GeSHi. Par défaut quelques langages sont reconnus (C, C++, CSS, jave, PHP,…) mais il es trés simple d’en faire reconnaître d’autre, notamment l’indispensable BASH. Les informations nécessaire sont le blog de l’auteur.

Pour modifier le type de coloration il suffit d’éditer les fichiers .php correspondant au langage qui se trouve dans ../ecrire/tools/syntaxhl/geshi. Par défaut la coloration syntaxique pour le langage BASH est prévu pour un fond clair, donc quasi illisible sur un fond foncé. J’ai modifié le fichier bash.php pour le rendre lisible sur un « dark background »

Avant :

#!/bin/bash
numParam=1
for parametre in "$@"; do
	old_name=$parametre
	new_name=`echo $parametre | sed s/\ /./g | sed s/"-\."/-/g | sed s/"\.-"/-/g`
	mv "$old_name" $new_name
	let $[numParam += 1]
done

Après :

#!/bin/bash
numParam=1
for parametre in "$@"; do
old_name=$parametre
new_name=`echo $parametre | sed s/\ /./g | sed s/"-\."/-/g | sed s/"\.-"/-/g`
mv "$old_name" $new_name
let $[numParam += 1]
done

 

Aprés l’instalation du plugin, il se peut qu’il y ait un bug qui fait que les portions de code qui contiennent des crochets ne soient pas correctement mis en couleur, pour fixer ce bug il faut éditer le fichier ../ecrire/tools/syntaxhl/functions.php

Trouver la ligne

$language = preg_replace(...

et la remplacer par

$language = preg_replace('/^[([a-z]*)].*/si', '\\1', $matches[1][$i]);
"fin de citation
source: blog.taltan.bkp

Filed under: Dotclear — Étiquettes : , , — admin @ 24 juin 2006 9 h 10 min

NVidia, Dapper et DualHead

« Voila comment configurer une carte NVidia en DualHead (2 serveurs X indépendants) sous Dapper. L’installation des drivers NVidia est simplissime (comparée a ATI), il suffit de suivre la doc du wiki de l’excellent ubuntu-fr. La carte graphique en question est une ASUSTeK N6600 Silencer TD 128. La configuration matériel est la suivante.

  • CM : ASUSTeK A8N-E (NVIDIA nForce4 Ultra)
  • µP : AMD Athlon 64 3000+ – 1.8 GHz, Cache L2 512 Ko Socket 939 0.09 Micron – Core Venice
  • Video : ASUSTeK Extreme N6600 Silencer – 128 Mo TV-Out/DVI – PCI Express (NVIDIA GeForce 6600)
  • RAM : 1Go, 2 x Corsair Value 512 Mo DDR-SDRAM PC3200 CL2.5
  • DD 1 : Samsung SpinPoint P – HD160JJ – 160 Go 7200 RPM 8 Mo Serial ATA II
  • DD 2 : Maxtor DiamondMax Plus 9 – 60 Go IDE 7200 RPM 2 Mo
  • DD 3 : Hitachi Deskstar – 7K80 80 Go 2 Mo IDE 7200 RPM
  • Alim : Textorm DB-Killer PW385
  • Ecran : 17 pce TFT 1280×1024 75hz

La carte graphique ressemble à ça :

N6600.jpg

Il y a trois ports pour la sortie vidéo (VGA, DVI et Svideo). L’écran principale est l’écran TFT branché sur le port VGA. Avec une telle configuration pour XORG, il y a deux possibilités pour l’affichage du deuxième serveur X, soit sur un écran (cathodique dans mon cas) branché sur le port DVI ou soit sur la TV via le port Svideo. C’est selon ce qui est branché au moment du démarrage de la machine, et tout ça avec un seul xorg.conf et aucune manip particulière par la suite (si ce n’est le branchement)

Pour l’intallation (en root)

apt-get install linux-restricted-modules-`uname -r`
apt-get install nvidia-glx
nvidia-glx-config enable

Ci-dessous la partie du fichier /etc/X11/xorg.conf concernant l’affichage

# ===================== Affichage primaire par défaut
# ===================== MONITOR DISPLAY (screen 0)
Section "Device"
Identifier      "NVIDIA Corporation NV43 [GeForce 6600]"
Driver    "nvidia"
BusID      "PCI:1:0:0"
Screen 0
EndSection

Section « Monitor »
Identifier      « TELEVIEW »
Option    « DPMS »
EndSection

Section « Screen »
Identifier      « Default Screen »
Device    « NVIDIA Corporation NV43 [GeForce 6600] »
Monitor  « TELEVIEW »
DefaultDepth    24
SubSection « Display »
Depth   1
Modes   « 1280×1024 » « 1024×768 » « 832×624 » « 800×600 » « 720×400 » « 640×480 »
EndSubSection
SubSection « Display »
Depth   4
Modes   « 1280×1024 » « 1024×768 » « 832×624 » « 800×600 » « 720×400 » « 640×480 »
EndSubSection
SubSection « Display »
Depth   8
Modes   « 1280×1024 » « 1024×768 » « 832×624 » « 800×600 » « 720×400 » « 640×480 »
EndSubSection
SubSection « Display »
Depth   15
Modes   « 1280×1024 » « 1024×768 » « 832×624 » « 800×600 » « 720×400 » « 640×480 »
EndSubSection
SubSection « Display »
Depth   16
Modes   « 1280×1024 » « 1024×768 » « 832×624 » « 800×600 » « 720×400 » « 640×480 »
EndSubSection
SubSection « Display »
Depth   24
Modes   « 1280×1024 » « 1024×768 » « 832×624 » « 800×600 » « 720×400 » « 640×480 »
EndSubSection
EndSection

# ===================== Affichage secondaire
# ===================== SECOND DISPLAY (screen 1)
Section « Device »
Identifier      « NVIDIA_TV »
Driver    « nvidia »
Option    « TVOutFormat » « COMPSITE »
Option   « TVStandard » « PAL »
Option    « ConnectedMonitor » « Television »
BusID      « PCI:1:0:0 »
Screen 1
EndSection

Section « Monitor »
Identifier « Television »
HorizSync 30.0-50.0
VertRefresh 30.0-150.0
EndSection

Section « Screen »
Identifier      « tv screen »
Device    « NVIDIA_TV »
Monitor  « Television »
DefaultDepth    24
SubSection « Display »
Depth   24
Modes   « 1024×768 » « 800×600″ # »Interlace »
EndSubSection
EndSection

# ===================== SERVERLAYOUT
Section « ServerLayout »
Identifier      « Default Layout »
Screen   « Default Screen »
Screen    « tv screen » LeftOf « Default Screen »
InputDevice     « Generic Keyboard »
InputDevice     « Configured Mouse »
EndSectionVoila un exemple concret d’utilisation avec un deuxieme écran CRT et le multiposte de FREE, pour mater le mondial peinard

bureau.jpg » fin de citation

source: taltan.blog.bkp


Filed under: Ubuntu — Étiquettes : , , , — admin @ 18 juin 2006 9 h 40 min

Script de sauvegarde des fichiers DotClear

« J’ai effectué ma première mise à jour DotClear aujourd’hui, le passage de la version 1.2.4 à 1.2.5. La mise à jour se fait d’ailleurs simplement en installant un plugin de mise à jour vers DotClear 1.2.5. Avant toutes mises à jour il faut sauvegarder ses pages et sa base. Voila donc une ébauche de script qui permet d’automatiser la sauvegarde des fichiers DotClear, en résumé :

Sauvegarde des dossiers conf, share, images, themes et ecrire/tools
Créer une archive de la forme 2006_06_09_14:14:10_DC.tar.gz
Utilise wget et l’accès FTP de l’hébergeur (ici FREE)

#!/bin/bash
###############################################################################
# NOM: /etc/scripts/dc_backup.sh
# COMMENTAIRE : script de sauvegarde distant des fichier dotclear
# Sauvegarde des dossiers conf, share, images, themes et ecrire/tools
# Utilise wget et l’accès FTP de l’hébergeur (ici FREE)
###############################################################################
# 09/06/2006 # Maj 09/06/2006
###############################################################################
# Variables
###############################################################################
ftp_url= »ftpperso.free.fr » # URL du serveur FTP
ftp_user= »utilsateur » # Utilisateur FTP
ftp_pass= »mot de passe » # Mot de passe
save_dir= »conf share images themes ecrire/tools » # Dossiers à sauvegarder
gz_file_path= »/home/user/bkp » # emplacement du fichier backup

cd /tmp
for i in $save_dir
do
wget -r -np ftp://$ftp_user:$ftp_pass@$ftp_url/$i/*
done
tar -cvzf $gz_file_path/`date « +%Y_%m_%d_%H:%M:%S »`_DC.tar.gz $ftp_url
rm -rf /tmp/$ftp_url

 » fin de citation
source: blog.taltan.bkp


Filed under: Dotclear — Étiquettes : , , , , — admin @ 9 juin 2006 13 h 34 min

Netfilter scripts de configuration iptables

« Voila 3 scripts qui permettent de réaliser un firewall minimaliste mais efficace testé sous Debian et Ubuntu (transposable sur tout autre distrib basé sur Debian ou non d’ailleurs avec des petites modifications). Le script d’initialisation des tables iptables sont largement inspirés de ceux trouvés ici http://olivieraj.free.fr/fr/linux/programme/netfilter_cfg/

Ces scripts sont prévus pour une machine personnelle sur la quelle peut tourner les services http, ftp et ssh accessible depuis l’internet, la machine en question est derrière une freebox v4 en mode routeur et le DHCP est activé (fixé sur adresse MAC)

Maj 12/08/2006

/etc/scripts/iptables_init.sh

Script d’initialisation des tables iptables, à placer dans le dossier /etc/scripts. Les variables globales sont à rensengner selon l’environnement
#!/bin/sh -norc
###############################################################################
# NOM: /etc/scripts/iptables_init.sh
# COMMENTAIRE : Utilisation du suivi de connexion (ip_conntrack)
###############################################################################
###############################################################################
# Variables globales
###############################################################################
echo  » + ============== INITIALISATION DES TABLES NETFILTER =============== »
# Parametrage du reseau local (LAN = Local Area Network)
DHCP=1 ; # 1:DHCP actif / 0:DHCP inactif pour l’attribution d’IP local
VMWARE=1 ; # 1:VmWare actif / 0:VmWare inactif
VMWARE_ETH1=vmnet1 ; # Interface reseau virtuelle VmWare 1
VMWARE_LAN_NET1=192.168.218.0/24; # Reseau interne VmWare 1
VMWARE_IP1=192.168.218.1 ; # IP Interface reseau virtuelle VmWare 1
VMWARE_BCAST1=192.168.218.255 ; # Adresse de broadcast Interface reseau virtuelle VmWare 1
VMWARE_ETH2=vmnet8 ; # Interface reseau virtuelle VmWare 2
VMWARE_LAN_NET2=172.16.120.0/24 ; # Reseau interne VmWare 2
VMWARE_IP2=172.16.120.1 ; # IP Interface reseau virtuelle VmWare 2
VMWARE_BCAST2=172.16.120.255 ; # Adresse de broadcast Interface reseau virtuelle VmWare 2
LAN_ETH=eth0 ; # Interface reseau interne
LAN_IP=192.168.0.1 ; # Adresse reseau interne
LAN_NETWORK=192.168.0.0/24 ; # Reseau interne
LAN_BROADCAST=192.168.0.255 ; # Adresse de broadcast interne
MULE_TCP_PORT=8270 ; # Port TCP utilise par *mule
MULE_UDP_PORT=8271 ; # Port UDP utilise par *mule
FTP_SRV=0 ; # Serveur FTP local 1:actif / 0:inactif
FTP_SRV_PORT=21 ; # Port d’ecoute du serveur FTP local
SSH_SRV=0 ; # Serveur SSH local 1:actif / 0:inactif
SSH_PORT=22 ; # Port d’ecoute du serveur SSH local
WEB_SRV=0 ; # Serveur WEB local 1:actif / 0:inactif
WEB_PORT=80 ; # Port d’ecoute du serveur SWEB local
###############################################################################
### Initialisation des tables
###############################################################################
# Initialise la table Filter (par defaut tout les echanges sont refuses)
echo  » + Initialisation de la table Filter »
iptables -t filter -F
iptables -t filter -X
iptables -t filter -P INPUT DROP
iptables -t filter -P FORWARD DROP
iptables -t filter -P OUTPUT DROP

# Initialise la table NAT (par defaut tout les echanges sont actives)
echo  » + Initialisation de la table NAT »
iptables -t nat -F
iptables -t nat -X
iptables -t nat -P PREROUTING ACCEPT
iptables -t nat -P OUTPUT ACCEPT
iptables -t nat -P POSTROUTING ACCEPT

# Initialise la table Mangle (par defaut tout les echanges sont actives)
echo  » + Initialisation de la table MANGLE »
iptables -t mangle -F
iptables -t mangle -X
iptables -t mangle -P PREROUTING ACCEPT
iptables -t mangle -P INPUT ACCEPT
iptables -t mangle -P FORWARD ACCEPT
iptables -t mangle -P OUTPUT ACCEPT
iptables -t mangle -P POSTROUTING ACCEPT

# Desactivation du NAT (fonction routeur)
echo  » + Desactivation du NAT »
echo 0 > /proc/sys/net/ipv4/ip_forward

###############################################################################
### Creation des regles de filtrages
###############################################################################
# Autorise l’interface loopback à dialoguer avec elle-meme
echo  » + Regles du localhost »
iptables -t filter -A OUTPUT -o lo -p all -j ACCEPT
iptables -t filter -A INPUT -i lo -p all -j ACCEPT

# Autorise les connexions avec le reseau LAN connecte à l’interface $LAN_ETH
echo  » + Regles du reseau local ($LAN_ETH – $LAN_IP – $LAN_NETWORK) »
# Connexions firewall <-> reseau
iptables -t filter -A OUTPUT -o $LAN_ETH -s $LAN_IP -d $LAN_NETWORK -m state –state ! INVALID -j ACCEPT
iptables -t filter -A INPUT -i $LAN_ETH -s $LAN_NETWORK -d $LAN_IP -m state –state ! INVALID -j ACCEPT

# Connexions firewall <-> broadcast reseau
iptables -t filter -A OUTPUT -o $LAN_ETH -s $LAN_IP -d $LAN_BROADCAST -m state –state ! INVALID -j ACCEPT
iptables -t filter -A INPUT -i $LAN_ETH -s $LAN_NETWORK -d $LAN_BROADCAST -m state –state ! INVALID -j ACCEPT

# Autorise l’attribution d’IP par DHCP
if [ « $DHCP » == « 1 » ]; then
echo  » + DHCP actif »
iptables -A INPUT -i $LAN_ETH -s 0.0.0.0 -d 255.255.255.255 \
-p udp –sport bootpc –dport bootps -m state –state NEW,ESTABLISHED -j ACCEPT
else
echo  » + DHCP desactive »
fi

# Autorise le dialogue avec les interfaces virtuelles VmWare
if [ « $VMWARE » == « 1 » ]; then
echo  » + VmWare actif »
echo  » + Regles du reseau local ($VMWARE_ETH1 – $VMWARE_IP1 – $VMWARE_LAN_NET1) »
# Connexions firewall <-> reseau VMWARE_LAN_NET1
iptables -t filter -A OUTPUT -o $VMWARE_ETH1 -s $VMWARE_IP1 -d $VMWARE_LAN_NET1 -m state –state ! INVALID -j ACCEPT
iptables -t filter -A INPUT -i $VMWARE_ETH1 -s $VMWARE_LAN_NET1 -d $VMWARE_IP1 -m state –state ! INVALID -j ACCEPT
# Connexions firewall <-> broadcast reseau VMWARE_LAN_NET1
iptables -t filter -A OUTPUT -o $VMWARE_ETH1 -s $VMWARE_IP1 -d $VMWARE_BCAST1 -m state –state ! INVALID -j ACCEPT
iptables -t filter -A INPUT -i $VMWARE_ETH1 -s $VMWARE_LAN_NET1 -d $VMWARE_BCAST1 -m state –state ! INVALID -j ACCEPT
echo  » + Regles du reseau local ($VMWARE_ETH2 – $VMWARE_IP2 – $VMWARE_LAN_NET2) »
# Connexions firewall <-> reseau VMWARE_LAN_NET2
iptables -t filter -A OUTPUT -o $VMWARE_ETH2 -s $VMWARE_IP2 -d $VMWARE_BCAST2 -m state –state ! INVALID -j ACCEPT
iptables -t filter -A INPUT -i $VMWARE_ETH2 -s $VMWARE_LAN_NET2 -d $VMWARE_BCAST2 -m state –state ! INVALID -j ACCEPT
# Connexions firewall <-> broadcast reseau VMWARE_LAN_NET2
iptables -t filter -A OUTPUT -o $VMWARE_ETH2 -s $VMWARE_IP2 -d $VMWARE_LAN_NET2 -m state –state ! INVALID -j ACCEPT
iptables -t filter -A INPUT -i $VMWARE_ETH2 -s $VMWARE_LAN_NET2 -d $VMWARE_IP2 -m state –state ! INVALID -j ACCEPT
else
echo  » + VmWare desactive »
fi

# Autorise l’acces au serveur FTP local depuis l’internet
if [ « $FTP_SRV » == « 1 » ]; then
echo  » + Serveur FTP actif »
iptables -A INPUT -i $LAN_ETH -d $LAN_IP -p tcp –dport $FTP_SRV_PORT -m state –state ! INVALID -j ACCEPT
iptables -A OUTPUT -o $LAN_ETH -s $LAN_IP -p tcp –sport $FTP_SRV_PORT -m state –state ESTABLISHED,RELATED -j ACCEPT
else
echo  » + Serveur FTP desactive »
fi

# Autorise l’acces au serveur SSH local depuis l’internet
if [ « $SSH_SRV » == « 1 » ]; then
echo  » + Serveur SSH actif »
iptables -A INPUT -i $LAN_ETH -d $LAN_IP -p tcp –dport $SSH_PORT -m state –state ! INVALID -j ACCEPT
iptables -A OUTPUT -o $LAN_ETH -s $LAN_IP -p tcp –sport $SSH_PORT -m state –state ESTABLISHED,RELATED -j ACCEPT
else
echo  » + Serveur SSH desactive »
fi

# Autorise l’acces au serveur SWEB local depuis l’internet
if [ « $WEB_SRV » == « 1 » ]; then
echo  » + Serveur WEB actif »
iptables -A INPUT -i $LAN_ETH -d $LAN_IP -p tcp –dport $WEB_PORT -m state –state ! INVALID -j ACCEPT
iptables -A OUTPUT -o $LAN_ETH -s $LAN_IP -p tcp –sport $WEB_PORT -m state –state ESTABLISHED,RELATED -j ACCEPT
else
echo  » + Serveur WEB desactive »
fi

###############################################################################
# Regles de connexion à Internet
# Seul les connexions initialises par la machine sont autorisees
# C’est le suivit de connexion
###############################################################################

# Chargement des modules pour le suivi de connexion
modprobe ip_conntrack
modprobe ip_conntrack_ftp
modprobe ip_conntrack_irc
echo  » + Regles pour Internet (Initie par soft locale –> ALL_IP:ALL_PORT) »
iptables -A OUTPUT -o $LAN_ETH -s $LAN_IP -d 0.0.0.0/0 -p all -m state –state ! INVALID -j ACCEPT
iptables -A INPUT -i $LAN_ETH -s 0.0.0.0/0 -d $LAN_IP -p all -m state –state RELATED,ESTABLISHED -j ACCEPT

# Overture des ports d’aMule
echo  » + Regles pour la mule (Port TCP=$MULE_TCP_PORT / Port UDP=$MULE_UDP_PORT) »

iptables -A INPUT -i $LAN_ETH -p tcp -d $LAN_IP –dport $MULE_TCP_PORT -m state –state ! INVALID -j ACCEPT
iptables -A INPUT -i $LAN_ETH -p udp -d $LAN_IP –dport $MULE_UDP_PORT -m state –state ! INVALID -j ACCEPT

# Regles pour le Multiposte FREE
echo  » + Regles pour le Multiposte FREE »
iptables -A INPUT -i $LAN_ETH -p udp -s 212.27.38.253 –dport 1024:65535 -j ACCEPT
iptables -A OUTPUT -o $LAN_ETH -p udp -d 212.27.38.253 –sport 1024:65535 -j ACCEPT

# Log des paquets rejetes dans /var/log/messages
echo  » + Regles log des paquets rejetes ([IN/FO/OU_PKTS_DROP]==>) »
iptables -A INPUT -j LOG –log-prefix= »[IN_PKTS_DROP]==>  »
iptables -A FORWARD -j LOG –log-prefix= »[FO_PKTS_DROP]==>  »
iptables -A OUTPUT -j LOG –log-prefix= »[OU_PKTS_DROP]==>  »

echo  » + ======================== SCRIPT TERMINE! ========================= »
echo  » + Afficher la configuration de la table filter : ‘iptables -L -n -v' »
echo  » + Ou ‘iptables -L -n -v -t nat ou mangle’ pour les autres tables »
echo  » + ================================================================== »

Voila le resultat de lexécution du script

$ /etc/scripts/iptables_init.sh

Starting FIREWALL…
+ ============== INITIALISATION DES TABLES NETFILTER ===============
+ Initialisation de la table Filter
+ Initialisation de la table NAT
+ Initialisation de la table MANGLE
+ Desactivation du NAT
+ Regles du localhost
+ Regles du reseau local (eth0 – 192.168.0.1 – 192.168.0.0/24)
+ DHCP actif
+ VmWare actif
+ Regles du reseau local (vmnet1 – 192.168.218.1 – 192.168.218.0/24)
+ Regles du reseau local (vmnet8 – 172.16.120.1 – 172.16.120.0/24)
+ Serveur FTP desactive
+ Serveur SSH desactive
+ Serveur WEB desactive
+ Regles pour Internet (Initie par soft locale –> ALL_IP:ALL_PORT)
+ Regles pour la mule (Port TCP=8270 / Port UDP=8271)
+ Regles pour le Multiposte FREE
+ Regles log des paquets rejetes ([IN/FO/OU_PKTS_DROP]==>)
+ ======================== SCRIPT TERMINE! =========================
+ Afficher la configuration de la table filter : ‘iptables -L -n -v’
+ Ou ‘iptables -L -n -v -t nat ou mangle’ pour les autres tables
+ ==================================================================
0

/etc/script/iptables_stat.sh

Script, à placer dans le dossier /etc/scripts, qui affiche des stats d’utilisation de iptables, download et upload global , flux droppé
#!/bin/sh
###############################################################################
# NOM: /etc/scripts/iptables_stat.sh
# COMMENTAIRE : Statistiques d’utilisation de iptables
###############################################################################
###############################################################################
# Variables globales
###############################################################################
LAN_ETH=ETH0 ; # Interface réseau interne
LAN_IP=192.168.0.1 ; # Adresse réseau interne
LAN_NETWORK=192.168.0.0/24 ; # Réseau interne
###############################################################################
clear
echo ‘============ STATISTIQUES FLUX RESEAU ============’
###############################################################################
# Variables globales
###############################################################################
echo
echo ‘====> Flux Ok (bytes)’
echo
echo  » – [DOWNLOAD] $LAN_ETH <-- INTERNET :"`iptables -L -n -v | grep "0.0.0.0/0 $LAN_IP state RELATED,ESTABLISHED" | cut -c6-12` echo " - [UPLOAD] $LAN_ETH --> INTERNET : »`iptables -L -n -v | grep « $LAN_IP 0.0.0.0/0 state NEW,RELATED,ESTABLISHED,UNTRACKED » | cut -c6-12`
echo  » – [DOWNLOAD] $LAN_ETH <-- LAN :"`iptables -L -n -v | grep "$LAN_NETWORK $LAN_IP" | cut -c6-12` echo " - [UPLOAD] $LAN_ETH --> LAN : »`iptables -L -n -v | grep « $LAN_IP $LAN_NETWORK » | cut -c6-12`
echo
echo ‘====> Flux global Dropé’

echo
echo  » – [DOWNLOAD] $LAN_ETH <-- LAN : pakets ="`iptables -L -n -v | grep IN_PKTS_DROP | cut -c0-6` echo " octets ="`iptables -L -n -v | grep IN_PKTS_DROP | cut -c6-12` echo " - [UPLOAD] $LAN_ETH --> LAN : pakets = »`iptables -L -n -v | grep OU_PKTS_DROP | cut -c0-6`
echo  » octets = »`iptables -L -n -v | grep OU_PKTS_DROP | cut -c6-12`
echo
echo ‘==================================================’

Voila le résultat

$ /etc/scripts/iptables_stat.sh

============ STATISTIQUES FLUX RESEAU ============

====> Flux Ok (bytes)

– [DOWNLOAD] ETH0 <-- INTERNET : 34M - [UPLOAD] ETH0 --> INTERNET : 2330K
– [DOWNLOAD] ETH0 <-- LAN : 0 - [UPLOAD] ETH0 --> LAN : 10980

====> Flux global Dropé

– [DOWNLOAD] ETH0 <-- LAN : pakets = 0 octets = 0 - [UPLOAD]] ETH0 --> LAN : pakets = 93
octets = 12600

==================================================

/etc/init.d/firewall

Script d’initialisation du firewall, rêgles iptable, au démarage de la machine. Utilisation possible start|stop|restart|status|panic|stats

start : no comment
stop : no comment
restart : no comment
status : affiche les rêgles iptables actives
panic : bloque tous par défaut et log les paquets droppé dans /var/log/messages
stats : lance le script iptables_stat.sh

#!/bin/sh
# Start/stop the FIREWALL.

case « $1 » in
start) echo « Starting FIREWALL… »
/etc/scripts/iptables_init.sh
echo $?
;;
stop) echo « Stopping FIREWALL… »
echo  » + Initialisation de la table FILTER »
/sbin/iptables -t filter -F
/sbin/iptables -t filter -X
/sbin/iptables -t filter -P INPUT ACCEPT
/sbin/iptables -t filter -P FORWARD ACCEPT
/sbin/iptables -t filter -P OUTPUT ACCEPT
echo  » + Initialisation de la table NAT »
/sbin/iptables -t nat -F
/sbin/iptables -t nat -X
/sbin/iptables -t nat -P PREROUTING ACCEPT
/sbin/iptables -t nat -P OUTPUT ACCEPT
/sbin/iptables -t nat -P POSTROUTING ACCEPT
echo  » + Initialisation de la table MANGLE »
/sbin/iptables -t mangle -F
/sbin/iptables -t mangle -X
/sbin/iptables -t mangle -P PREROUTING ACCEPT
/sbin/iptables -t mangle -P INPUT ACCEPT
/sbin/iptables -t mangle -P FORWARD ACCEPT
/sbin/iptables -t mangle -P OUTPUT ACCEPT
/sbin/iptables -t mangle -P POSTROUTING ACCEPT
echo $?
;;
restart)
$0 stop

$0 start
;;
status)
/sbin/iptables -L -n -v
;;
panic)
echo « Starting PANIC FIREWALL !!!… »
/sbin/iptables -t filter -F
/sbin/iptables -t filter -X
/sbin/iptables -t filter -P INPUT DROP
/sbin/iptables -t filter -P FORWARD DROP
/sbin/iptables -t filter -P OUTPUT DROP
/sbin/iptables -A INPUT -j LOG –log-prefix= »[IN_PKTS_PANIC_DROP]==>  »
/sbin/iptables -A FORWARD -j LOG –log-prefix= »[FO_PKTS_PANIC_DROP]==>  »
/sbin/iptables -A OUTPUT -j LOG –log-prefix= »[OU_PKTS_PANIC_DROP]==>  »
echo $?
;;
stats)
/etc/scripts/iptables_stat.sh
;;
*) echo « Usage: /etc/init.d/firewall start|stop|restart|status|panic|stats »
exit 1
;;
esac
exit 0

Sous Ubuntu pour exécuter le firewall au démarrrage du système il faut faire un lien symbolique vers le srcipt dans le dossier /etc/rc2.d, sans oublier de les rendre exécutable

$ sudo chmod +x /etc/scripts/firewall
$ sudo chmod +x /etc/scripts/iptables_stat.sh
$ sudo chmod +x /etc/scripts/iptables_init.sh
$ sudo ln -s /etc/scripts/firewall /etc/rc2.d/S88firewall
$ ll /etc/rc2.d/S99firewall

lrwxrwxrwx 1 root root 19 2006-05-25 00:57 S88firewall -> ../scripts/firewall
 » Fin de citation
source: taltan.blog.bkp


Filed under: Ubuntu — Étiquettes : , , , — admin @ 8 juin 2006 20 h 01 min

Le sources.list

« La grande majorité des applications utiles au quotidien sont disponibles en tant que paquets précompilés récupérables sur des dépôts, à l’aide d’outils graphiques tels Synaptic ou en mode texte avec apt-get.

Remarque sur la structure du fichier sources.list

  • Chaque ligne non commentée correspond à une dépôt. Une ligne commentée commence par : #
  • Un dépot qui commence par : ## n’apparaitra pas dans la liste de synaptic
  • Chaque ligne est structurée en quatre parties :
    • La nature du dépôt : deb pour les binaires ou deb-src pour les fichiers sources.
    • L’adresse du dépôt : Internet ou CdRom…
    • Le type du dépôt : dapper (packages officiels de base), dapper-security (mises à jour de sécurité), dapper-updates (mises à jour de bug, officielles), dapper-backports (mises à jour de version officielles), …
    • Le qualificatif du dépôt : main (libre, supporté), restricted (non-libre, supporté), universe (libre, non-supporté), multiverse (non-libre, non-supporté), ..
  • Les différentes section :
    • section main : logiciels principaux supportés par Ubuntu
    • section restricted : logiciels aux copyrights restreints (supportés par Ubuntu)
    • section multiverse : logiciels propriétaires (non supportés par Ubuntu)
    • section universe : logiciels maintenus par la communauté (non supportés par Ubuntu)

Sources : doc.ubuntu-fr.org

Notes sur les mirroirs

  • Pour chaque dépot ubuntu officiel il y a deux mirroirs supplémentaire
  • ftp.proxad.fr est en général plus rapide pour les freenaute
  • Pour ne pas rester en rade en cas de problèmes sur ftp.proxad.fr

Notes sur dépôts Backports

  • À la sortie de la version stable de Ubuntu, les versions des logiciels disponibles sur les dépôts de Canonical sont gelées c’est-à-dire que les logiciels, lors de sorties de nouvelles versions, ne sont pas mis à jour
  • Les dépôts backports vous permettent de récupérer les toutes dernières versions logicielles de vos programmes
  • A manier avec précaution
  • http://plf.zarb.org/
  • Le Penguin Liberation Front est une équipe qui compile et distribue les paquets litigieux (problèmes de brevets ou de droit d’auteur)
  • A manier avec précaution

Le fichier /etc/apt/sources.list

Ubuntu 8.04 Hardy HeronMaj 23/03/2008

## /etc/apt/sources.list

################################### O F F I C I E L  #################################################

################################################################################################

## hardy (packages officiels de base)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy main restricted multiverse universe

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy main restricted multiverse universe

##hardy Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu hardy main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu hardy main restricted universe multiverse

##hardy Mirroir 2

##deb http://archive.ubuntu.com/ubuntu hardy main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu hardy main restricted universe multiverse

################################################################################################

## hardy-security (mises à jour de sécurité)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy-security main restricted multiverse universe

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy-security main restricted multiverse universe

##hardy-security Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu hardy-security main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu hardy-security main restricted universe multiverse

##hardy-security Mirroir 2

##deb http://archive.ubuntu.com/ubuntu hardy-security main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu hardy-security main restricted universe multiverse

################################################################################################

## hardy-updates (mises à jour de bug, officielles)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy-updates main restricted multiverse universe

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy-updates main restricted multiverse universe

## hardy-updates Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse

## hardy-updates Mirroir 2

##deb http://archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu hardy-updates main restricted universe multiverse

################################################################################################

## hardy-backports (mises à jour de version officielles)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy-backports main restricted multiverse universe

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu hardy-backports main restricted multiverse universe

##hardy-backports Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu/ hardy-backports main universe multiverse restricted

##deb-src http://fr.archive.ubuntu.com/ubuntu/ hardy-backports main universe multiverse restricted

##hardy-backports Mirroir 2

##deb http://archive.ubuntu.com/ubuntu/ hardy-backports main universe multiverse restricted

##deb-src http://archive.ubuntu.com/ubuntu/ hardy-backports main universe multiverse restricted

################################################################################################

## hardy Commercial

################################################################################################

##

deb http://archive.canonical.com/ubuntu hardy partner

deb-src http://archive.canonical.com/ubuntu hardy partner

################################### O F F I C I E U X #################################################

################################################################################################

## Medibuntu

################################################################################################

## wget -q http://fr.packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add –

deb http://fr.packages.medibuntu.org/ hardy free non-free

deb-src http://fr.packages.medibuntu.org/ hardy free non-free

################################################################################################

## VirtualBox

################################################################################################

# wget -q http://www.virtualbox.org/debian/innotek.asc -O- | sudo apt-key add –

deb http://www.virtualbox.org/debian gutsy non-free

Ubuntu 7.10 Gutsy GibbonMaj 20/10/2007

## /etc/apt/sources.list

################################### O F F I C I E L  #################################################

################################################################################################

## gutsy (packages officiels de base)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu gutsy main restricted universe multiverse

#deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu gutsy main restricted universe multiverse

##gutsy Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu gutsy main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu gutsy main restricted universe multiverse

##gutsy Mirroir 2

##deb http://archive.ubuntu.com/ubuntu gutsy main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu gutsy main restricted universe multiverse

################################################################################################

## gutsy-security (mises à jour de sécurité)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse

#deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse

##gutsy-security Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse

##gutsy-security Mirroir 2

##deb http://archive.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse

################################################################################################

## gutsy-updates (mises à jour de bug, officielles)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse

#deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse

## gutsy-updates Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse

## gutsy-updates Mirroir 2

##deb http://archive.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu gutsy-updates main restricted universe multiverse

################################################################################################

## gutsy-backports (mises à jour de version officielles)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse

#deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse

##gutsy-backports Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu/ gutsy-backports main universe multiverse restricted

##deb-src http://fr.archive.ubuntu.com/ubuntu/ gutsy-backports main universe multiverse restricted

##gutsy-backports Mirroir 2

##deb http://archive.ubuntu.com/ubuntu/ gutsy-backports main universe multiverse restricted

##deb-src http://archive.ubuntu.com/ubuntu/ gutsy-backports main universe multiverse restricted

################################################################################################

## gutsy Commercial

################################################################################################

##

deb http://archive.canonical.com/ubuntu gutsy partner

# deb-src http://archive.canonical.com/ubuntu gutsy partner

################################### O F F I C I E U X #################################################

################################################################################################

## Medibuntu

################################################################################################

## wget -q http://fr.packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add –

deb http://fr.packages.medibuntu.org/ gutsy free non-free

#deb-src http://fr.packages.medibuntu.org/ gutsy free non-free

Ubuntu 7.04 Feisty FawnMaj 21/04/2007

## /etc/apt/sources.list

################################### O F F I C I E L  #################################################

################################################################################################

## feisty (packages officiels de base)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu feisty main restricted universe multiverse

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu feisty main restricted universe multiverse

##feisty Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse

##feisty Mirroir 2

##deb http://archive.ubuntu.com/ubuntu feisty main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu feisty main restricted universe multiverse

################################################################################################

## feisty-security (mises à jour de sécurité)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu feisty-security main restricted universe multiverse

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu feisty-security main restricted universe multiverse

##feisty-security Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse

##feisty-security Mirroir 2

##deb http://archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse

################################################################################################

## feisty-updates (mises à jour de bug, officielles)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse

## feisty-updates Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse

## feisty-updates Mirroir 2

##deb http://archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse

################################################################################################

## feisty-backports (mises à jour de version officielles)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse

##feisty-backports Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu/ feisty-backports main universe multiverse restricted

##deb-src http://fr.archive.ubuntu.com/ubuntu/ feisty-backports main universe multiverse restricted

##feisty-backports Mirroir 2

##deb http://archive.ubuntu.com/ubuntu/ feisty-backports main universe multiverse restricted

##deb-src http://archive.ubuntu.com/ubuntu/ feisty-backports main universe multiverse restricted

################################### O F F I C I E U X #################################################

################################################################################################

## Dépot PLF / Pouit / Tuxfamily – All-In-One – Medibuntu

################################################################################################

##wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add –

deb http://medibuntu.sos-sts.com/repo/ feisty free non-free

deb-src http://medibuntu.sos-sts.com/repo/ feisty free non-free

Ubuntu 6.10 Edgy EftMaj 09/03/2007

## /etc/apt/sources.list

################################### O F F I C I E L S #################################################

################################################################################################

## edgy (packages officiels de base)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu edgy main restricted universe multiverse

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu edgy main restricted universe multiverse

##edgy Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu edgy main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu edgy main restricted universe multiverse

##edgy Mirroir 2

##deb http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu edgy main restricted universe multiverse

################################################################################################

## edgy-security (mises à jour de sécurité)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

##edgy-security Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

##edgy-security Mirroir 2

##deb http://archive.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

################################################################################################

## edgy-updates (mises à jour de bug, officielles)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse

## edgy-updates Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse

## edgy-updates Mirroir 2

##deb http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse

################################################################################################

## edgy-backports (mises à jour de version officielles)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse

##edgy-backports Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu/ edgy-backports main universe multiverse restricted

##deb-src http://fr.archive.ubuntu.com/ubuntu/ edgy-backports main universe multiverse restricted

##edgy-backports Mirroir 2

##deb http://archive.ubuntu.com/ubuntu/ edgy-backports main universe multiverse restricted

##deb-src http://archive.ubuntu.com/ubuntu/ edgy-backports main universe multiverse restricted

################################### O F F I C I E U X #################################################

################################################################################################

## Dépot PLF / Pouit / Tuxfamily – All-In-One – Medibuntu

################################################################################################

##wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add –

deb http://medibuntu.sos-sts.com/repo/ edgy free non-free

deb-src http://medibuntu.sos-sts.com/repo/ edgy free non-free

################################################################################################

## Dépot Enlightenment DR17

################################################################################################

##wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add –

#deb http://edevelop.org/pkg-e/ubuntu edgy e17

#ou

#deb http://e17.dunnewind.net/ubuntu edgy e17

################################################################################################

## BERYL

################################################################################################

##wget -q http://ubuntu.beryl-project.org/root@lupine.me.uk.gpg -O- | sudo apt-key add –

deb http://ubuntu.beryl-project.org edgy main

deb-src http://ubuntu.beryl-project.org edgy main

################################################################################################

# Ubuntu Pouit Repository (v2) / brasero

################################################################################################

# wget -q http://mrpouit.tuxfamily.org/12B83718.gpg -O- | apt-key add –

#deb http://mrpouit.tuxfamily.org edgy-pouit extra openalchemist

################################################################################################

## Dépot vlc freeplayer myfreetv

## http://www.tvfreeplayer.com/

################################################################################################

## Dépot Tvfreeplayer Edgy Freeplayer et Multipostes

## wget -q http://www.tvfreeplayer.com/linux/falcon/tvfreeplayer.gpg -O- | sudo apt-key add –

deb http://www.tvfreeplayer.com/linux/falcon edgy mods vlc all

Ubuntu 6.06 LTS Dapper DrakeMaj 21/10/2006

## /etc/apt/sources.list

################################################################################################

## dapper (packages officiels de base)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu dapper main restricted universe multiverse

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu dapper main restricted universe multiverse

##dapper Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu dapper main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu dapper main restricted universe multiverse

##dapper Mirroir 2

##deb http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse

################################################################################################

## dapper-security (mises à jour de sécurité)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

##dapper-security Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

##dapper-security Mirroir 2

##deb http://archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

################################################################################################

## dapper-updates (mises à jour de bug, officielles)

################################################################################################

deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse

deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse

## dapper-updates Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse

##deb-src http://fr.archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse

## dapper-updates Mirroir 2

##deb http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse

##deb-src http://archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse

################################################################################################

## dapper-backports (mises à jour de version officielles)

################################################################################################

# deb ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse

# deb-src ftp://ftp.proxad.fr/mirrors/ftp.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse

##dapper-backports Mirroir 1

##deb http://fr.archive.ubuntu.com/ubuntu/ dapper-backports main universe multiverse restricted

##deb-src http://fr.archive.ubuntu.com/ubuntu/ dapper-backports main universe multiverse restricted

##dapper-backports Mirroir 2

##deb http://archive.ubuntu.com/ubuntu/ dapper-backports main universe multiverse restricted

##deb-src http://archive.ubuntu.com/ubuntu/ dapper-backports main universe multiverse restricted

################################################################################################

## PLF repositories, contains litigious packages, see http://wiki.ubuntu-fr.org/doc/plf

################################################################################################

deb http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free

deb-src http://packages.freecontrib.org/ubuntu/plf/ dapper free non-free

## DEPOTS COMPLEMENTAIRES

# deb http://blognux.free.fr/debian unstable main

################################################################################################

# Treviño’s Ubuntu Repository v6.06, flash 9

# $ gpg –keyserver subkeys.pgp.net –recv-keys 81836EBF

# $ gpg –export –armor 81836EBF | sudo apt-key add –

################################################################################################

#deb http://3v1n0.tuxfamily.org dapper 3v1n0

#deb-src http://3v1n0.tuxfamily.org dapper 3v1n0

################################################################################################

# Ubuntu Pouit Repository (v2) / brasero

################################################################################################

# wget -q http://mrpouit.tuxfamily.org/12B83718.gpg -O- | apt-key add –

#deb http://mrpouit.tuxfamily.org dapper-pouit backports contrib openalchemist

################################################################################################

# WINKI DVD RIP

################################################################################################

# gpg –keyserver wwwkeys.eu.pgp.net –recv-keys 77FC3D4B

# gpg –armor –export 77FC3D4B | apt-key add –

#deb http://www.bunkus.org/ubuntu/breezy/ ./

#deb-src http://www.bunkus.org/ubuntu/breezy/ ./

#deb http://www.winki-the-ripper.de/share/debs/ubuntu dapper contrib

#deb-src http://www.winki-the-ripper.de/share/debs/ubuntu dapper contrib

################################################################################################

# Dépots Logiciels commerciaux

################################################################################################

# deb http://archive.canonical.com dapper-commercial main

################################################################################################

## geexbox

################################################################################################

##deb http://www.geexbox.org/debian/ unstable main

##deb-src http://www.geexbox.org/debian/ unstable main

################################################################################################

## hugin panorama …

################################################################################################

##deb http://www.debian-multimedia.org etch main

################################################################################################

## Compiz & XGL

################################################################################################

## wget http://www.beerorkid.com/compiz/quinn.key.asc -O – | sudo apt-key add –

## wget http://media.blutkind.org/xgl/quinn.key.asc -O – | sudo apt-key add –

## wget http://ubuntu.compiz.net/quinn.key.asc -O – | sudo apt-key add –

# deb http://ubuntu.compiz.net/ dapper main

# deb http://xgl.compiz.info dapper main

# deb http://www.beerorkid.com/compiz/ dapper main

# deb http://media.blutkind.org/xgl/ dapper main

################################################################################################

## Dépots MARILLAT

################################################################################################

## en root : $ gpg –keyserver wwwkeys.eu.pgp.net –recv-keys 1F41B907

##           $ gpg –armor –export 1F41B907 | apt-key add –

##deb ftp://ftp.nerim.net/debian-marillat/ sarge main

##deb ftp://ftp.nerim.net/debian-marillat/ etch main

##deb ftp://ftp.nerim.net/debian-marillat/ sid main

################################################################################################

## JAVA

################################################################################################

##deb http://debian.innovationsw.com/debian unstable/i386/

##deb http://debian.innovationsw.com/debian unstable/all/

################################################################################################

## OPERA

################################################################################################

##deb http://deb.opera.com/opera/ unstable  non-free

##deb http://deb.opera.com/opera/ stable non-free

##deb http://deb.opera.com/opera/ etch non-free

################################################################################################

## FREEVO

################################################################################################

##wget http://www.geole.info/fileadmin/data/misc/geole.info-apt-key.gpg

##sudo apt-key add geole.info-apt-key.gpg

##deb http://ubuntu.geole.info/ dapper universe multiverse

################################################################################################

## Dépot vlc freeplayer myfreetv

## http://lenerve.free.fr

################################################################################################

##Dépot Tvfreeplayer Dapper

#deb http://www.tvfreeplayer.com/linux/ubuntu/dapper/ unstable main

##Dépot Test freeplayer

##deb http://lenerve.free.fr/ubuntu/test-freeplayer/ unstable main

################################################################################################

## Asher256’s Repository

## http://asher256-repository.tuxfamily.org/french.php

################################################################################################

#deb http://asher256-repository.tuxfamily.org dapper main dupdate french

#deb http://asher256-repository.tuxfamily.org ubuntu main dupdate french

################################################################################################

## Dépot vlc SVN

################################################################################################

## deb http://nightlies.videolan.org/build/dapper-i386 /

################################################################################################

## OOo

################################################################################################

## deb http://people.ubuntu.com/~doko/OOo2 ./

################################################################################################

## JBROUT (gestion de photos)

################################################################################################

## deb http://jbrout.free.fr/download/debian binary/

################################################################################################

## LISTEN lecteur multimedia

################################################################################################

## deb http://theli.free.fr/packages/dapper/ ./

################################################################################################

## Cerkinfo Debian Repository multimedia à manier avec précaution

## http://apt.cerkinfo.be/

################################################################################################

## en root $ gpg –keyserver hkp://wwwkeys.eu.pgp.net –recv-keys F00175CA

##         $ gpg –armor –export F00175CA | sudo apt-key add –

## deb http://apt.cerkinfo.be/ unstable main contrib

## deb-src http://apt.cerkinfo.be/ unstable main contrib

################################################################################################

## IEs 4 Linux

################################################################################################

#deb http://wine.budgetdedicated.com/apt dapper main

Toutes modifications de /etc/apt/sources.list doit être suivi d’un :

$ sudo apt-get update

Fin du post"

Source: taltan.blog.bkp


Filed under: Ubuntu — Étiquettes : , — admin @ 7 juin 2006 19 h 25 min
Older Posts »