March 2019

What to do if the Debian 8 (Jessie) APT package manager throws 404 (not found) errors when upgrading

botond published 2019/03/29, p - 13:17 time
On March 2019, 20, Debian moved the entire Debian 7 (Wheezy) repositories and the non-LTS repositories of Debian 8 (Jessie) to archive.debian.org. For Debian 8 (Jesssie), archiving affects the jessie-updates and jessie-backports repositories, so they are no longer available in the Debian main repository, but only in the archive, and no security updates are available for them. In this tutorial we will look at how to configure the APT package manager repositories so that we can continue to upgrade our Debian 8 (Jessie) system smoothly.

How to install PHP-FPM on a Debian 8 (Jessie) LAMP server (page 2)

botond published 2019/03/24, v - 12:54 time
Mod_php, the default way to run PHP, is outdated and has more modern and secure solutions. In this tutorial, we will install and configure the PHP-FPM (PHP FastCGI Process Manager) server API on an existing Debian 8 (Jessie) + Apache-based LAMP server. On this page, you will learn how to use POOLs to run each web site as a separate user and with PHP settings.

How to install PHP-FPM on a Debian 8 (Jessie) LAMP server

botond published 2019/03/24, v - 12:50 time
Mod_php, the default way to run PHP, is outdated and has more modern and secure solutions. In this tutorial, we will install and configure the PHP-FPM (PHP FastCGI Process Manager) server API on an existing Debian 8 (Jessie) + Apache-based LAMP server. On this page, after installing PHP-FPM, we make the PHP process manager live with a simple global configuration.

Managing and Using Arrays in Shell Scripts (page 4)

botond published 2019. 03. 11., h - 17:11 time
During programming, it is often necessary to use arrays, which can be used to store several values ​​at once, which can then be processed automatically in cycles. This is no different for Shell scripts. In this four-page description, we’ll look at several examples of how we can use array variables in different situations in our Shell scripts. On this page, we will look at how to export arrays to the global namespace.

Managing and Using Arrays in Shell Scripts (page 3)

botond published 2019. 03. 11., h - 17:10 time
During programming, it is often necessary to use arrays, which can be used to store several values ​​at once, which can then be processed automatically in cycles. This is no different for Shell scripts. In this four-page description, we will look at several examples of how we can use array variables in different situations in our Shell scripts. On this page, we continue to use arrays to get acquainted with associative arrays.

Managing and Using Arrays in Shell Scripts (page 2)

botond published 2019. 03. 11., h - 17:09 time
During programming, it is often necessary to use arrays, which can be used to store several values ​​at once, which can then be processed automatically in cycles. This is no different for Shell scripts. In this four-page description, we will look at several examples of how we can use array variables in different situations in our Shell scripts. On this page, we continue to get acquainted with indexed arrays by using arrays in branches and functions.

Manage and use arrays in Shell scripts

botond published 2019. 03. 11., h - 17:08 time
During programming, it is often necessary to use arrays, which can be used to store several values ​​at once, which can then be processed automatically in cycles. This is no different for Shell scripts. In this four-page description, we’ll look at several examples of how we can use array variables in different situations in our Shell scripts. On this page, we’ll learn how to create indexed arrays, load and read data into arrays, and see how to use indexed arrays in loops.