• Phpize error with phpbrew (Debian like)

    Today I’m using Laravel to prototype an application. I have to manage a lot of PHP versions at the same time that’s why I’m using phpbrew which is an awesome piece of software btw. I compiled recently PHP 7.2.9 and forgot to add the GD library to it. With phpbrew...

    Read More...
  • phpMyAdmin "No input file specified." error (Nginx with FastCGI)

    If you encounter a “No input file specified error” when you try to access your phpMyAdmin alias on your Nginx web server, please try to add this line to your vhost or default configuration: location ~ \.php$ { ... fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; } This fastcgi_param line was missing into my...

    Read More...
  • Clavier QWERTY avec un layout AZERTY customisé

    Pour la petite histoire, j’ai toujours codé et utilisé des claviers AZERTY. Je n’ai jamais pu m’en passer sans que celà n’affecte ma productivité. Lorsque je suis arrivé au Japon il y a 4 ans j’avais pris avec moi un clavier AZERTY compacte que je transportais un peu partout mais...

    Read More...