by admin | Jul 13, 2018 | Linux, PHP
[:en]Scenario You are doing a Ubuntu LTS upgrade from 14.04. Having new 16.04 installed, everything seems fine, but after the upgrade to 18.04, Apache shows only blank pages for PHP sites. Even simple commands like phpinfo() do not work. The common log files do not...
by admin | Aug 7, 2017 | Administration, Home Automation, Linux, PHP
[:en] In a previous post, I explained how to set up Mikrotik Routerboards as a VPN gateway. This post is about how to remotely switch the VPN on and off via Smart Home visualization OpenHAB 2, so it affects your whole LAN. You can even switch to other VPN...
by admin | Jun 8, 2017 | Administration, Linux, PHP
[:en]Fake orders by guest customers (or robots) in Magento shops can become quite annoying, some bots are even able to solve or skip the shop’s captcha codes. Decline disposable email domains To add another obstacle for bots and to make the checkout process not...
by admin | Apr 21, 2017 | Administration, PHP
[:en]Signup Create an account on www.github.com, should be self-explaining. Also create a repository; I will call it “testrepo” in this tutorial. We will use a Ubuntu VM as local machine in this case. Prepare local directory I suppose you already have a...
by admin | Apr 20, 2017 | Administration, PHP, Software
[:en]Spark Messenger is a great open source messenger for internal and external usage, in combination with OpenFire Server. Because the integrated smileys and icons seem a bit outdated, I created an IconSet generator which uses the much more beautiful emoticons from...
by admin | Apr 10, 2017 | PHP
[:en]If you migrate from Ubuntu 14 to Ubuntu 16, PHP’s version also changes from 5.x to 7.x. Magento 1.9.x versions seem to work the same at first sight, but e.g. the cart and also the order process is done without VAT. According to various forum threads, the...