Testing the bandwidth on a local network with iPerf

IPerf overview iPerf is a client / server command line utility that allows you to perform bandwidth testing on a local network between two machines. iPerf will make it possible to perform a throughput test and to diagnose a possible bottleneck on a network between two points. By opening the appropriate ports, it is also …

Read more



GLPI : use Redis to optimize performance

In this tutorial, I will tell you about GLPI and optimization in order to get it in faster. I discovered quite by chance that GLPI is intended to use Redis … Before I explain how to use Redis, I will explain what Redis is. Redis is a key <-> value, high performance database system that …

Read more



MariaDB: version update

In this tutorial, I’ll explain how to perform a “mounted” (10.4 to 10.5) version of MariaDB on a Linux environment (Ubuntu). Before starting this operation, it is imperative to perform at least a backup of the databases. If the server is backed up, verify the backup. Small tip if you are in a virtual environment …

Read more



Veeam Backup Office 365 Community Edition (v5): installation and configuration

In this tutorial, I will (re) introduce you to Veeam Backup for Microsoft Office 365 Community Edition (V5). As its name suggests, it is a backup software dedicated to backing up Microsoft Office 365 tenants (Exchange, OneDrive, SharePoint, etc.). The Community Edition is a free edition of Veeam Backup Office 365 that allows you to …

Read more



Query Monitor: Analyze and optimize your WordPress site

In this article, I will tell you about the Query Monitor plugin for WordPress, which will allow you to (re) take control of WordPress sites by analyzing behavior and applying optimization Introducing Query Monitor Query Monitor is a WordPress development and optimization debugging plugin. Contrary to what the name of the plugin indicates, Query Monitor …

Read more



GLPI: reset the password of the glpi account

In this tutorial, I will explain how to reset GLPI account password. After installing GLPI, you are invited to change the password of the glpi account (super-admin) which has the glpi password. What if you “forgot” the account password and the rest of the user accounts are using an Active Directory that is no longer …

Read more



Cyberpanel: installation on Ubuntu and use

In this tutorial, I will explain how to install and use Cyberpanel on Ubuntu, after its installation we will see how to install WordPress. Cyberpanel overview In summary Cyberpanel is a web hosting management administration panel like Cpanel or Plesk. The particularity of Cyberpanel is to be based on the Web server (Open) LiteSpeed ​​which …

Read more



GLPI: installation on an Nginx server

Introduction In this tutorial, we will see step by step how to install GLPI on an Nginx / PHP / MariaDB server. Before you begin, you are going to need a web server with Nginx / PHP / MariaDB installed. If you need everything is explained in this tutorial: Ubuntu: install a web server – …

Read more



Fusioninventory: inventory plugin for GLPI – Installation and configuration

Presentation of FusionInventory FusionInventory (FI) is a GLPI plugin, which allows automatic inventory of positions. The plugin is made up of two parts: FI also allows network discovery and inventory using agents, with these options you can go back to GLPI almost all the equipment on your network and get information and statistics feedback. For …

Read more



GLPI: install a plugin

Presentation In this tutorial, I will explain how to install a plugin on GLPI. A plugin allows you to add additional features such as automatic inventory, adding form, adding fields …. the list is long … You can also develop your own plugin. Since GLPI version 9.5, there are two ways to install plugins, which …

Read more