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…
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…
ffmpeg -i input.avi -c:v copy -c:a copy -y output.mp4
source http://php.net/manual/en/ref.dba.php If you need a 'download data' button that automatically fires up a spreadsheet (like Excel), find that fputcsv() isn't working as expected, that none of the installed…
http://john.bitsurge.net/public/biglist.p2p.gz the good news is that exists a windows version of transmission :) http://sourceforge.net/projects/trqtw/ Source https://giuliomac.wordpress.com/2014/02/19/best-blocklist-for-transmission/ Here is an other block list https://list.iblocklist.com/?list=bt_level1&fileformat=p2p&archiveformat=gz
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…
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…
in php.ini sendmail_path=/bin/true so to block mails silently (php will believe the mail is sent) you would want /bin/true if you want php to know that sent has failed then…
Actuellement ( juin 2018 ) chez gandi la configuration DNS ressemble à ceci Info: ne pas copier coller la ligne en vert, conserver celle du registrar. @ 10800 IN SOA…
à la racine du site, on peut désormais placer un fichier nommé php.ini qui peut redéfinir la configuration de php au besoin. pour afficher les erreurs voici quoi y mettre…
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…
en utilisant phpmyadmin voici le code sql à executer UPDATE wp_posts SET ping_status='closed', comment_status='closed' WHERE post_type = 'attachment'