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



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



Linux: display logs in real time

In this “how” tutorial, I will explain how to display logs in real time saved in a file in SSH This type of manipulation is useful when you want to see what is happening in real time. To illustrate this tutorial, I used the access logs of an NGINX server. Use the tail -f command …

Read more



Ubuntu: install Visual Studio Code

In this “How To” tutorial, we will see how to install the Microsoft Visual Studio Code IDE on Ubuntu. Open Ubuntu Software From the Unity desktop, open the Ubuntu application manager. Search for Visual Studio Code Click on the magnifying glass, to access the search area, enter visual studio and click on the VIsual Studio …

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



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



Linux: extend a partition

Intro In this tutorial, I will explain how to extend a partition on Linux (Ubuntu). This type of operation is common when using virtual machines on Hyper-V for example or on VPS (Virtual Private Server). Before doing anything, you need to make a backup of the virtual machine or the data on it even before …

Read more



Installing WEBMIN on Ubuntu

Presentation of Webmin WEBMIN is software that installs a web interface to administer a Linux server. Webmin allows: System administration Administration of server applications such as SSH, Postfix, Apache2 … Browse folders and files … Installation Installation of prerequisites sudo apt install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python libwww-perl liblwp-protocol-https-perl Adding the GPG …

Read more



Ubuntu: install a web server – NGINX / PHP / MariaDB

In this tutorial, we will see how to install and configure a server in Ubuntu with the following components: Nginx PHP MariaDB I’ll also explain how to put phpmyadmin to administer the MariaDB server and how to configure vhosts. In this tutorial, we will not use the official repositories of the distribution, but the repositories …

Read more