Mindblown: a blog about philosophy.

  • Fork Me on Art Hub (project proposal)

    This was one of my project proposals for the Interactivos'13 open-source projects workshop in Madrid. It didn't get selected in the end, but if you feel inspired by this or want to implement this … feel free to do so. This is open content licenced under CC BY 3.0 or at your option, any later version. Project Summary For many professions, […]

  • Git for GIMP (project proposal)

    This was one of my project proposals for the Interactivos'13 open-source projects workshop in Madrid. It didn't get selected in the end, but if you feel inspired by this or want to implement this … feel free to do so. This piece is open content licenced under CC BY 3.0 or at your option, any later version. […]

  • How to set up PHP-FPM together with Apache2 and Froxlor?

    This applies to Debian 6 "Squeeze", using PHP 5.4.11 from Dotdeb, and Froxlor 0.9.27 from the Debian archives. Setup instructions We assume that your Apache2 server is installed and working, and so is your PHP 5.4.x installation. Install PHP-FPM: apt-get install libapache2-mod-fastcgi php5-fpm Enable to use PHP-FPM in Froxlor. (After saving, you will get an […]

  • How use a fitting PHP client library version when using PHP 5.4 and MySQL 5.5 from Dotdeb?

    Problem. When installing a PHP 5.4 package and a MySQL 5.5 package, both from Dotdeb for Debian 6.0 "Squeeze", this results in PHP interfacing with MySQL via a SQL client library version 5.1.66 (or another one from the MySQL 5.1 series). That in turn causes phpMyAdmin to complain about it after logging in there: "Your PHP MySQL […]

  • Which Apache2 PHP handler to use?

    Not an easy question, also there's a lot of discussion about this on the web. I will just summarize what I found on the web, give my personal evaluation of it, and name some sources. The selection criteria here are esp. security and ease of use, within boundaries of performance and memory usage (here, of a […]

  • How to fix that the absolute document root path is interpreted relatively in Froxlor?

    Problem This description applies to Froxlor 0.9.27. The issue was reported by me as Froxlor issue #1159 ("Absolute document root path interpreted as relative to customer folder"), but since their issue reporting system is down as of 2013-02-18 I publish it here with teh workaround, as good as I can remember. How to reproduce this problem: Create domain with […]

  • How to do remote installs of Android apps?

    In this post, I want to show a solution that can help to quickly install your set of desired open source Android apps from FDroid, by installing them with adb. It also works with Google Play, but you have to download them as .apk files first. This is not possible on Google Play directly, but […]

Got any book recommendations?