Audigy 4 (EMU10k1) surround 5.1 [asound.conf]
1) put in asound.conf : pcm.!default { type plug slave.pcm “surround51” slave.channels 6 route_policy duplicate } 2) restart alsa => sudo /etc/init.d/alsa-utils restart
1) put in asound.conf : pcm.!default { type plug slave.pcm “surround51” slave.channels 6 route_policy duplicate } 2) restart alsa => sudo /etc/init.d/alsa-utils restart
En en-tête du script, apres le shebang (#!/usr/bin/env python en général, ou #!/usr/bin/python), insérer la ligne suivante afin de forcer l’encodage a utf-8 (car python… Read More »Non-ASCII character when running Python scripts
#1 from django.db import models from django.contrib.auth.models import User, UserManager class CustomUser(User): birthday = models.DateField() activation_key = models.CharField(max_length=255, blank=True, default=”) … Read More »extender auth_user django modificando campos — (aplicando herencia)
#!/bin/sh # Ce script est a appeler dans la crontab : # ~$ crontab -e # 0 6 * * * /home/benoit/make_backups.sh >>/home/benoit/backups_automatises.log # Dans… Read More »Backup quotidien de repertoires
Procédure à exécuter : * à partir de Windows lancer Putty ; * à gauche de la fenêtre dans le menu, sélectionner “Translation” ; *… Read More »Passage du ISO-Latin1 à UTF-8 de PuTTY
// Fonction pour redemarrer Windows avec les MFC void RestartWindows(void) { // Declaration HANDLE hToken; … Read More »MFC redemarrer Windows
#Linux for ip in $(seq 1 254); do ping -c 1 192.168.1.$ip>/dev/null; [ $? -eq 0 ] && echo “192.168.1.$ip UP” || : ; done… Read More »Finding All Hosts On the LAN From Linux / Windows Workstation
//MenuCardTable.class public function getMenuCardForCombo(){ $q = Doctrine_Query::create() ->select(‘m.*’) ->from(‘MenuCard m’); … Read More »colocar un item por defecto a un combo relacionado
user = request.user.id
wget http://www.xdobry.de/mysqltcl/mysqltcl-2.50.tar.gz tar xfz mysqltcl-2.50.tar.gz export CPP=/usr/BIN/cpp ./configure –with-tcl=/root/lib/ –with-tclinclude=/root/include/ –with-mysql-include=/etc/mysql –with-mysql-lib=/usr/bin/mysql make make install