Which is the best blocklist for Transmission?

  • Auteur/autrice de la publication :
  • Post category:Informatique

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

Continuer la lectureWhich is the best blocklist for Transmission?

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

  • Auteur/autrice de la publication :
  • Post category:Informatique

  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…

Continuer la lectureRéplication Mysql Master-Master – La bonne méthode

Mysql – Restoring a single database from a full dump

  • Auteur/autrice de la publication :
  • Post category:Informatique

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…

Continuer la lectureMysql – Restoring a single database from a full dump