September 2019

How to install newer PHP versions on our Debian 9 (Stretch) LAMP server in PHP-FPM mode

botond published 2019/09/28, Sat - 23:39 time
The official repository for Debian 9 (Stretch) has PHP 7.0.x, which is a bit out of date, and you won't receive any updates. Therefore, we may need newer versions if we run live websites, but we can even expand our test environment. In this description, we will conveniently install several versions of PHP using the deb.sury.org external repository, which can be run side-by-side on our Debian-based servers using the PHP-FPM server API.

How to flexibly handle parameters in our shell scripts

botond published Jan. 2019, 09, 11:15 p.m. time
When programming, it is important that when we write a program that performs a certain task, our code should be prepared for several possibilities, variations and, if possible, parameterized - with which we can make its operation fine-tuned. This is no different for shell scripts. In today’s example, we’ll look at how we can flexibly handle the parameters we get in our scripts, making it easier to create programs that are easier for others to use.

How to install Matomo (formerly Piwik) web analytics software on our Apache server

botond published 2019/09/01, v - 16:01 time
In this tutorial, we will install Matomo (formerly Piwik) web analytics system on an existing server, which will then provide us with detailed statistics on visitor traffic to websites running on the server. First, we create the database, storage, and configure the Apache for the system ...