GLPI 10: configure automatic computer inventory with GLPI Agent

Introduction In this tutorial, I will explain how to set up automatic inventory in GLPI 10 with GLPI Agent. Before version 10 of GLPI, you had to go through a plugin (Fusioninventory or OCSInventory) to have automatic inventory in GLPI. Since this functionality is native to GLPI, if you are used to using FusionInventory, you …

Read more



GLPI 10: installation

In this tutorial, I will explain how to install GLPI 10. Presentation of GLPI GLPI is the acronym for Gestionnaire Libre de Parc Informatique, it is open source software written in PHP and which uses a MySQL or MariaDB database. GLPI is today published by the company Teclib which distributes GLPI under an Open Source …

Read more



Ubuntu 22.04: install Docker

In this tutorial, I will show you a script to install Docker and Docker Compose on Ubuntu 22.04. Today more and more applications are available in containers with Docker, I regularly have to install a new machine on Ubuntu and have to install Docker and Docker Compose. Personally, I prefer to install Docker from the …

Read more



Exchange 2013: Installation and configuration

Introduction In this tutorial, we will see how to install Exchange 2013 on a Windows 2012R2 server. A complete tutorial on Exchange 2016 is available, installation and configuration is similar. Prerequisites To install Exchange 2013, you must: When installing Exchange, a schema update is performed. Installation d’Exchange 2013 Installing the roles and features needed for …

Read more



Add-WindowsCapability: resolve error 0x800f0954

In this tutorial, I will explain how to solve error 0x800f0954 with the PowerShell Add-WindowsCapability Cmdlet when trying to install a Windows feature. This error mainly occurs when you use a WSUS server to update your Windows computers and therefore when using the Cmdlet Add-WindowsCapability, it will look for files on the WSUS server. Here …

Read more



Install Docker on Ubuntu and Debian

In this tutorial, I will walk you through how to install Docker and Docker Compose on Ubuntu and Debian. Installation of Docker and docker-compose from the official repositories Docker and docker-compose are part of the official repositories of both distributions (Ubuntu and Debian), so just run the two commands below: Installing Docker: Installing docker-compose: The …

Read more



Windows Server 2019: installing the Hyper-V role

In this tutorial, I will walk you through how to install the Hyper-V role on Windows Server 2019. If you have already installed the Hyper-V role on Windows Server 2012R2 or 2016, it is the same. Before installing Hyper-V, you must ensure that Bios level virtualization is enabled. In a production environment, you must also …

Read more



Windows Server 2022: Installation of an Active Directory domain controller

In this first tutorial dedicated to Windows Server 2022, I will show you how to install an Active Directory domain controller. Si vous débutez avec les services Active Directory, je vous invite à suivre le cours j’ai créé avant : In this tutorial, here is what we will see: Installing the Active Directory Domain Services …

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



Ubuntu: install and configure the SNMP service

In this tutorial, I will explain to you how to install and configure the SNMP service on Ubuntu, which will then allow you to monitor the server using PRTG or Centreon for example. We will first install the service on the Ubuntu server and then configure it so that it is accessible by the network …

Read more