New plugin for for DokuWiki

As for Piwik 2.0, I published a new plugin to embed Matomo into DokuWiki today. Matomo ist the follow-up of Piwik and. The switch took place between Piwik 3.2.1 and Matomo 3.3.0 in January 2018. It has exactly the same purpose and functionality but is adapted for Matomo. You can find it on https://www.dokuwiki.org/plugin:matomo and the repository can […]

Get the currently installed Java version and vendor on Ubuntu / Debian Linux

Today I had to  figure out the Java version installed on my machine while digging through some problems with my IntelliJ IDE. This is how you can get the currently installed Java version and vendor on Ubuntu or other Debian derivatives on bash. $> sysinfo That gives you something like that: Java Version: 1.8.0_131 Java […]

Convert EPS files to SVG graphics using PHP and Inkscape

Recently I had the job to convert EPS files to SVG graphics. It has been done for a product configurator that had to be implemented. The whole implementation mentioned here was done for a Magento Online Shop. But the base-paradigms described here can be used in other PHP based applications too because I’ve implemented them […]