Monitor Veeam in PRTG

Introduction In this tutorial, we will see how to monitor Veeam using PRTG. Having the results of the backups in PRTG makes it possible to centralize the monitoring of the infrastructure in a single console and to reduce notification emails. Prerequisites On the PRTG server, it is necessary to install the Veeam management console, it …

Read more



Jenkins: run PowerShell scripts

To complete the tutorial on Jenkins where I explain how to use it to run scheduled tasks and therefore turn it into a scheduler, I will show you in this tutorial, how to run PowerShell scripts. The Double-Hop Problem If you followed the first tutorial, I showed you how to run “simple” PowerShell cmdlets. If …

Read more



Ansible: installation, configuration and use with Windows and Linux

Ansible is open source multi-platform configuration management software (Linux, Windows, network equipment, etc.). In other words, Ansible will allow you to manage, deploy or even execute actions on a group of computers in a “single command line”. Actions / configuration are written to a YAML format file also called playbook. Through this tutorial, I will …

Read more



Veeam: File Recovery from Volume with Deduplication

Windows deduplication issue When you want to restore a file from a volume with deduplication enabled, you get the following error messages: Veeam : Copying data from deduplicated volumes requires that the console is installed on Windows 2012 R2 with data deduplication feature enabled. Windows: Error 0x80070780: The system cannot access the file. Cause To …

Read more



GLPI: Collector – Automatic ticket creation

The collectors in GLPI allow the creation of tickets automatically in the assistance part by sending an e-mail. A user sends an email to [email protected]. GLPI will use the automatic tasks to retrieve the email in the box and create a ticket in the helpdesk. Prerequisites Have the PHP IMAP extension enabled. Have configured the …

Read more



WordPress: install a theme

In this tutorial, I will explain how to install a theme on the WordPress CMS. Before starting, the “technical” explanations, I will explain to you what a theme if you are new to WordPress. In general, a WordPress theme will define the visual / design of a site. There are thousands (free or paid) that …

Read more



Ubuntu : install the FusionInventory agent

In this tutorial, I will explain how to install the FusionInventory agent on Ubuntu in order to bring it up in your GLPI inventory. Installation is done from the command line. Installation of prerequisites To function correctly, it is necessary to install several packages first. Enter the command line below to install all dependencies : …

Read more



Guacamole: manage access to your IT environment

In this tutorial, I will explain how to install Guacamole on Ubuntu, configure access to equipment and use it. Before starting the technique, I will first introduce you to Apache Guacamole and especially why to put it in place. What is Guacamole? No, I’m not going to talk about the avocado sauce recipe in this …

Read more



WP Rocket : cache plugin for WordPress – Installation – Configuration – Test

In this tutorial, I will explain how to install and configure the WP Rocket plugin on WordPress. Introducing WP Rocket WP Rocket is a paid plugin for WordPress which allows you to set up a caching and optimization system for the WordPress CMS. The plugin is developed by the company SAS WP MEDIA which is …

Read more