Apache2 with PHP-FPM

PHP-FPM is another way to use PHP with Apache2, we forget the libmod-apache2-phpX. PHP-FPM is a variant of FAST-CGI. PHP-FPM has the advantage of no longer being embedded in Apache. So PHP is used / called when needed.(When an image is requested PHP does not need to be loaded). PHP-FPM installs PHP as a service …

Read more


Veeam – extracting a backup with the Export Backup

Select point

With version 9.5u4, a new feature has been added to Veeam which is the Export Backup. The export backup is used to extract (export) files from a backup, a restore point of a virtual machine. This feature can, for example, make it possible to extract from a backup chain a virtual machine that is deleted …

Read more



Centreon: installation, configuration and supervision of equipment

In this tutorial, we will see how to set up Centreon, which is a Linux (CentOS) monitoring solution. The points addressed are the following: Installation of the distribution by an ISO 1. Start on the ISO. 2. Select CENTOS language 1 and click on Continue 2. 3. Click INSTALLATION TYPE 1. 4. Choose option 1 …

Read more



Update Veeam Backup and Replication

Console Veeam

In this tutorial, we will see how to update the Veeam Backup and Replication backup software. This operation is usually carried out once or twice a year. Schedule the update operation at a time when no job is in progress (Backup, Backup Copy, Replication …). Allow 1 to 2 hours to complete Veeam. The captures …

Read more



Veeam Agent 3 for Windows: Installation and Configuration

Veeam Agent

The Veeam Agent allows physical or virtual computer backup directly from Windows unlike Veeam Backup & Replication which manages the backup of virtual machines from the Hypervisor (VMware, Hyper-V). Version 3 of the agent is available since January 2019 with the following new features: Change of the interface (even more sober). Optimized backup management Supports …

Read more



GLPI: automatic actions configuration

Presentation of automatic actions The automatic actions in GLPI is a brick essential to the proper functioning of it. They perform back-to-back tasks for software optimization and also inventory actions, helpdesk …. Some examples : Automatic closing of incidents Send email Collecting emails Discovery Management and Inventory in FusionInventory Log rotation … Automatic actions can …

Read more



How to update GLPI

GLPI, base de données à jour

In this tutorial I will explain how to update GLPI. Before updating GLPI, I strongly recommend that you make a full backup (file + database). Once your backup is done, you should also check the following: If you use plugins, that they are compatible with the new version That your environment is compatible (Apache / …

Read more



GLPI: basic installation and configuration.

In this article, we will see step by step how to install GLPI (Free Management of IT Park).

GLPI is an open source solution that offers businesses a complete solution for managing the information system.



PRTG: Hyper-V Statistics CPU and RAM Resource Allocation

This script creates a sensor in PRTG that displays the allocation of physical resources to virtual machines. Scripts can be used to monitor a standalone / clustered Hyper-V host and / or cluster. Canals : VM Count : number of virtual machines CPU allocated (%) : percentage of logical CPUs allocated to VMs. CPU assigned …

Read more



PowerShell: Running Veeam backups.

The PowerShell script below allows you to run a Veeam backup. This type of script can be used with a schedule task to initiate a backup.