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

Docker: create a MariaDB or MySQL container

In this tutorial, I will explain how to create a MariaDB or MySQL container with Docker. Today, more and more applications are present in businesses and require a database. Previously, we often had a server dedicated to the MySQL or MariaDB database where all the databases coexisted on the same server and with the same …

Read more

Ansible: organize your hosts in an inventory file in YAML format

In this tutorial, I’ll walk you through how to organize your hosts into an inventory file in YAML format instead of the original file format with Ansible. If you are new to Ansible, I invite you to read this tutorial first: Ansible: installation, configuration and use with Windows and Linux To start here is our …

Read more

Exchange migration: creating receive connectors

In this tutorial, I will explain to you how to create and especially configure receive connectors in Exchange during a migration between two versions. When we do an Exchange migration, especially on large environments, it happens that we cannot do it in an evening or a weekend and we will end up with mailboxes in …

Read more

Zabbix: monitor a website

In this tutorial, I will explain to you how to monitor a website using Zabbix. The supervision of Internet sites is done using Web scenarios and it is possible to add parameters for example if authentication is necessary, here we will simply keep it as simple as possible. With Zabbix here is the information you …

Read more

Ubuntu Server: configure the time zone

In this tutorial, I will explain how to configure the time zone called timezone on Ubuntu Server. Unlike the Desktop version, when installing the server version of Ubuntu, the time zone is not requested, which means that by default, Ubuntu is in the UTC (+0) time zone. In order to have the logs and scheduled …

Read more