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

Active Directory: Add an organizational unit – OU

In this “How to” tutorial, we will see how to create an Organizational Unit in an Active Directory with the Active Directory Users and Computers console available on domain controllers in graphical mode. Add an OU in the Active Directory Open the Active Directory Users and Computer console From a domain controller, open the Active …

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

Hyper-V setting up replication between two hosts

Console source

In this tutorial, we will see how to set up and use replication between two Hyper-V infrastructures. This Hyper-V native solution makes it easy to set up a PRA at a lower cost. Replication is possible between standalone hosts and clustered hosts. Prerequisites You must have two Hyper-V hosts in the same configured version and …

Read more

RDS Farm 2012R2/2016 take remote control over user sessions

From Server Manager, go to Remote Desktop Services / Collections / The_Collection. In the CONNECTIONS section, right-click on a session 1 and click on Snapshot 2. Choose an Action 1 and click OK 2. The user must validate the remote control from their session by clicking on Yes 1. Controlling the Remote Desktop session from …

Read more

RDS Farm add a host to a collection

Ajout du serveur hôte

Introduction This tutorial follows the following article: Deploy a Windows 2012R2/2016/2019 RDS farm In this tutorial, we will see how to add a second collection to an RDS deployment. Adding several collections to the same deployment allows you to share the broker, gateway, license server and web access. Add a collection to an RDS deployment …

Read more

RDS Farm add a host to a collection

In this article, I’ll walk you through how to add a Remote Desktop Session Host to a collection. The article follows the following post: Deploy a Windows 2012R2/2016/2019 RDS farm. Prerequisites Add a host to a collection All manipulations were carried out in the BROKER server. Add the server in the console: Server Manager From …

Read more

DUF: show available disk space on Ubuntu

In this tutorial, I will explain how to install duf to show available disk space on Ubuntu. DUF is a command line utility that allows you to view available disk space on Linux and Windows in a terminal. If you are used to using Linux, you probably know the following command: df -h which allows …

Read more