Installation de GPGSuite https://gpgtools.org/gpgsuite.html Documentation : http://support.gpgtools.org/kb/how-to/first-steps-where-do-i-start-where-do-i-begin Dans les préférences de mail.app :  Créer une clef PGP : Exécutez l’application « GPG Keychain Access », et créez une nouvelle clef Ne pas perdre la para phrase. PGP s’intèfre automatique dans Mail.app. Par défaut …

Maverick – PGP Read more »

Mettre à jour SVN avec OSX  10.9 Maverick http://mingstert.blogspot.fr/2013/10/svn-18-on-osx-109-mavericks.html Il faut au préalable avoir installé Xcode et « command line tool » : Apple’s dev center cd ~/Downloads/ curl -o subversion-1.8.3.tar.gz http://archive.apache.org/dist/subversion/subversion-1.8.3.tar.gz tar -xvf subversion-1.8.3.tar.gz Mise à jour de Tool chain : sudo …

osx 10.9, update SVN Read more »

Installation Postgres 9.3 http://www.pontikis.net/blog/postgresql-9-debian-7-wheezy http://howto.biapy.com/fr/debian-gnu-linux/serveurs/bases-de-donnees/installer-postgresql-sur-debian apt-get install php5-pgsql nano /etc/apt/sources.list.d/pgdg.list # ajouter la ligne : deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main Exécuter wget https://www.postgresql.org/media/keys/ACCC4CF8.asc apt-key add ACCC4CF8.asc apt-get update apt-get install postgresql Config postgres command apt-get install postgresql apg PGSQL_PWD= »$(command apg -q …

Debian Read more »

Démarrage automatique du service apache: $systemctl enable httpd $systemctl is-enabled httpd systemctl is-enabled httpd autoriser port http firewall-cmd –permanent –zone=public –add-service=http Insallation Postgre (https://wiki.postgresql.org/wiki/YUM_Installation) nano /etc/yum.repos.d/CentOS-Base.repo Section « update » ajouter la ligne « exclude=postgresql* » yum localinstall http://yum.postgresql.org/9.3/redhat/rhel-6-x86_64/pgdg-centos93-9.3-1.noarch.rpm yum list postgres yum install …

CentOS – Config Read more »

Debuggage php sous Eclipse : Php.ini [Xdebug] zend_extension=/usr/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so xdebug.remote_enable=On xdebug.remote_host= »localhost » xdebug.remote_port=9000 xdebug.remote_handler= »dbgp » http://xdebug.org/wizard.php Introducing xdebug http://blog.pascal-martin.fr/post/xdebug-debugging-graphique-eclipse-pdt#configuration-php-xdebug