Informatique

Asterisk cheat-cheat

Blind transfer: #1One Touch Record a.k.a. Touch Monitor: *1Attended transfer: *2Park call (one step parking): #72Disconnect: *0One Touch Record a.k.a. Touch MixMonitor: *3 Pickup extension: *8 transfers cancel the attended transfer: *1complete the attended transfer, dropping out of the call: *2complete the attended transfer, but stay in the call. This will turn the call into […]

Asterisk cheat-cheat Lire la suite »

Configuration d’un client mail pour compte@cantoute.com

Voici les paramètres de configuration standard Préférez le protocole imap qui vous permettra une synchronisation de vos courriels via l’interface web https://mail.cantoute.com/ Avec le protocole pop, un courriel récupéré sur votre ordi ou votre téléphone sera supprimé du webmail (le client récupère le courrier et non le consulte comme avec le protocol imap) Je vous

Configuration d’un client mail pour compte@cantoute.com Lire la suite »

Réplication Mysql Master-Master – La bonne méthode

  http://stackoverflow.com/questions/2366018/how-to-re-sync-the-mysql-db-if-master-and-slave-have-different-database-incase-o Il vous faudra au préalable avoir créé les users avec les droits de réplication Sur le serveur A Dans une console car il faudra maintenir la connexion pour tenir le verrou à l’écriture $ mysql mysql> RESET MASTER; Query OK, 0 rows affected (0.37 sec) mysql> FLUSH TABLES WITH READ LOCK; Query OK,

Réplication Mysql Master-Master – La bonne méthode Lire la suite »

Mysql – Restoring a single database from a full dump

http://pento.net/2009/04/16/extracting-a-database-from-a-mysqldump-file/ Restoring a single database from a full dump is pretty easy, using the mysql command line client’s –one-database option: mysql> mysql -u root -p –one-database db_to_restore < fulldump.sql But what if you don’t want to restore the database, you just want to extract it out of the dump file? Well, that happens to be

Mysql – Restoring a single database from a full dump Lire la suite »

Retour en haut