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

Hyper-V Cluster: Installation and Configuration

Introduction Through this tutorial, we will see how to set up a Hyper-v cluster under Windows Server (2012R2 / 2016/2019) step by step. Each step requires it, will take you on a tutorial to guide you in setting up a Hyper-V cluster. Prerequisites Be in an Active Directory environment, ideally having a server-side domain controller …

Read more

Exchange puts a DAG node into maintenance

Scripts to run on one of the DAG nodes. Script locations: Open a powershell window. Navigate to the script folder: Call the script for maintenance: To take the node out of mode now, you need to call the following script: During maintenance, the script transfers all active databases to another node of the DAG and …

Read more

Windows Server 2025: Install and configure a DHCP server

In this tutorial dedicated to Windows Server 2025, I suggest you see or review how to install the DHCP Server role in order to provide automatic IP configuration to the computers on your network. If you are familiar with the DHCP service in Windows Server, the implementation in Windows Server is identical. Before getting into …

Read more

Ubuntu 24.04: Installing Docker and Docker compose

In this tutorial, I will explain how to install Docker and Docker Compose from the official Docker sources. Au moment de la rédaction de ce tutoriel, Ubuntu 24.04 vient tout juste de sortir et Docker est déjà disponible sur les dépôt On the Docker documentation, you have to pass several command lines to first install …

Read more

Deploy Guacamole in a container with Docker and docker-compose

In this tutorial, I will explain how to deploy Guacamole in a container using Docker and docker-compose. In my first Guacamole tutorial available here, I explained how to install Guacamole directly on Ubuntu. As you will see, deploying Guacamole in a container is very simple and fast. Maintaining the application is also easier, especially for …

Read more

Exchange: convert a shared mailbox into a user mailbox

In this tutorial, I will show you how to convert a shared mailbox to a user mailbox on Exchange using PowerShell. It happens that for the needs of consulting a shared mailbox on mobile, users request a change of mailbox type. Mobile applications do not allow you to view shared mailboxes unless you go through …

Read more

GLPI 10: link with an Active Directory

Presentation In this tutorial, I will explain how to link GLPI 10 with an Active Directory to allow users to log in with their domain account. This link will allow you to synchronize users in GLPI, if you use an email collector, this allows you to provision user accounts and allows the import of emails …

Read more

Create a sub-certificate authority with AD CS

In this tutorial, I will explain how to create a sub CA with Windows AD CS. Sub-CAs are underused on firewalls when SSL decryption is implemented, generating a sub-CA with Windows AD CS allows you to avoid deploying the firewall certificate if you have already deployed the root certificate. Before you begin, verify that the …

Read more

Configure a reverse proxy with Apache on Ubuntu

Introducing the Reverse Proxy In this tutorial, I will explain how to configure a reverse proxy with Apache on Ubuntu (By adapting the Apache installation commands, this tutorial can easily be transposed to other distributions). Before getting into the technical part, let’s take a look at what a Reverse proxy is? A reverse proxy is …

Read more

Install WSUS role on Windows Server 2025

In this tutorial, we will see how to install the WSUS (Windows Server Update Services) role on Windows Server 2025, which will allow you to have a server in your environment to control the distribution of updates for Microsoft products (Windows, Office, SQL Server, etc.). The WSUS role is also a “component” of MECM, because …

Read more

Windows Server 2025: Enable SSH Server for Remote Access

In this tutorial, I will explain how to SSH server on Windows Server 2025 to administer it remotely. If you have been following me for several years, this is not the first article I have done on OpenSSH on Windows Server. At the beginning of the portability of the SSH server on Windows Server, to …

Read more