05/11/2015 Par PJ Michel DansDebian, Généralités Gearman sur Scaleway Bon ayant besoin de la dernière version de la lib gearman, sous armhf ( en clair plus récent que la 0.33 ), j'ai du installer depuis les sources celle ci… Read More
06/12/2013 Par PJ Michel DansDebian, pense-bête apt-mirror et translation i18 Il faut modifier /usr/bin/apt-mirror pour gérer les translations ligne 355 pour wheezy ligne 363 pour squeeze il vous faut trouver ces lignes de codes foreach (@components) { add_url_to_download($url . $_… Read More
23/08/2013 Par PJ Michel DansDebian, postfix HowTo/PostfixAndDovecotSASL – Dovecot Wiki HowTo/PostfixAndDovecotSASL - Dovecot Wiki. Postfix and Dovecot SASL Since version 2.3, Postfix supports SMTP AUTH through Dovecot SASL as introduced in the Dovecot 1.0 series. If using Postfix obtained from… Read More
18/07/2013 Par PJ Michel Dansopenvz LinuxBoss: enable fuse on vps – openvz enable fuse on vps - openvz1. In order to enable FUSE on VPS you need first confirm the FUSE module is enabled on Hardware node in which the vps is… Read More
06/06/2013 Par PJ Michel Dansmysql, pense-bête Splitter un dump mysql avec Bash, en 1 dump par table #!/bin/bash file=$1 # the input file directory="$file-splitted" # the output directory output="$directory/header" # the first file containing the header GREP="DROP TABLE" # what we are looking for mkdir $directory #… Read More
27/04/2013 Par PJ Michel DansDebian Debian – Free up some disk space Under Debian for most Linux distributions you can free up some disk space, simply by deleting the configuration files resulting unistallation of packages. The commands to be used are: dpkg… Read More
27/01/2013 Par PJ Michel DansDebian, mysql, pense-bête Collectd, monitorer mysql coté collectd Host "localhost" User "collectd" Password "Secrets of the Universe with Philo" Database "mysql" # MasterStats true coté Ligne de commande mysql -u root mysql> CREATE USER ‘collectd’@'localhost’ IDENTIFIED… Read More
11/01/2013 Par PJ Michel DansDebian Managing MySQL with Percona Toolkit by Frédéric Descamps | Colin Charles Agenda Managing MySQL with Percona Toolkit by Frédéric DescampsPosted on 5/2/2012, 10:58 am, by Colin Charles, under MySQL.Frédéric Descamps of Percona.Percona Toolkit is Maatkit & Aspersa combined. Opensource and the tools… Read More
18/12/2012 Par PJ Michel DansDebian /dev/doug – moving to BTRFS moving to BTRFSI’ve been following the development of btrfs for some time now eagerly awaiting its graduation from experimental status in the kernel. While it is still labeled as experimental… Read More
06/12/2012 Par PJ Michel DansApache, Debian, Hebergement iocube loader, php 5.3 sous debian Sous debian 64 bits mkdir /home/tmpioncube cd /home/tmpioncube wget http://downloads2.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz && tar -zxf ioncube_loaders_lin_x86-64.tar.gz && cd ioncube && cp ioncube_loader_lin_5.3.so /usr/lib64/php5/ echo "zend_extension=/usr/lib64/php5/ioncube_loader_lin_5.3.so" > /etc/php5/conf.d/ioncube-loader.ini et sa roule Read More