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

Active Directory: create an organizational unit (OU) in PowerShell

In this “How to” tutorial, we will see how to create an Organizational Unit in an Active Directory with the New-ADOrganizationalUnit cmdlet. Create an OU in PowerShell Open a PowerShell command prompt From a domain controller open a PowerShell window Use the New-ADOrganizationalUnit Cmdlet to Create the OU Enter the following command by adapting the …

Read more

Exchange 2013: Installation and configuration

Introduction In this tutorial, we will see how to install Exchange 2013 on a Windows 2012R2 server. A complete tutorial on Exchange 2016 is available, installation and configuration is similar. Prerequisites To install Exchange 2013, you must: When installing Exchange, a schema update is performed. Installation d’Exchange 2013 Installing the roles and features needed for …

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

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