Proxmox: configure a cluster with Ceph storage

In this tutorial, I will explain how to configure a cluster with Proxmox in order to ensure high availability and storage management will be with Ceph in order to have a Hyperconverged virtualization environment. Presentation Before launching into the tutorial, I will cover a few points for newbies. Let’s start with hyperconvergence, traditionally the Clustering …

Read more



Proxmox: installing a Hypervisor

In this tutorial, I will explain how to install Proxmox on a physical server. I used a DELL server and performed the installation through the iDRAC console. Regarding the configuration of the server, it has 2 CPUs, 32GB of RAM and 8 hard drives. The disk configuration is as follows: To get started, download Proxmox …

Read more



GLPI 10: network inventory with GLPI Agent

In this tutorial, I will explain to you how to set up network inventory in GLPI 10 with GLPI Agent. This is the functionality equivalent to network discovery and inventory with FusionInventory: Fusion Inventory: Configuring Discovery and Inventory Tasks – 247-IT Presentation of network inventory with GLPI Agent The network inventory allows you to discover …

Read more



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



Zabbix – monitor Docker

In this tutorial I will explain how to build a Docker server with Zabbix using agent 2. Zabbix agent2 allows you to monitor Docker without needing to add a template or plugin to the agent because it does it natively. Here is the official page : Docker monitoring and integration with Zabbix. My environment: Configuring …

Read more



Nginx – GeoIP: configuration

In this new tutorial dedicated to Nginx, I will explain to you how to configure GeoIP in order to be able to set filters (restrictions) based on the country of your visitors. GeoIP will allow us to determine the country (see city) of a visitor based on their IP address, for this we will rely …

Read more



Keycloak: deploy an identification manager with Docker

In this tutorial, I will explain how to deploy Keycloak with Docker. Keycloak Overview Before getting to the heart of the matter, I will present to you Keycloak. Keycloak is open source software, which allows you to set up a single sign-on SSO system that supports: If you know ADFS, Keycloak allows you to do …

Read more



Docker: create a MariaDB or MySQL container

In this tutorial, I will explain how to create a MariaDB or MySQL container with Docker. Today, more and more applications are present in businesses and require a database. Previously, we often had a server dedicated to the MySQL or MariaDB database where all the databases coexisted on the same server and with the same …

Read more