Category

Tuto

40 Posts
2022.06.19 #archlinux

Emojis in Arch Linux

You don't see emojis in your freshly installed Arch Linux? One packet is enough to solve the problem, follow the guide!

2022.06.18 #linux

YAY, install packages from AUR repositories

Can't find a package in the official Arch Linux repositories? Use the YAY tool! This utility allows you to install packages from AUR repositories.

2022.06.17 #linux

Pamac, a graphic tool to manage Arch Linux packages

Pamac is a graphical tool to manage your packages. Easy to use, you will gain time in searching and managing your packages in your system.

2022.06.16 #linux

My Arch Linux post-installation steps

A few useful packages to set up after a fresh Arch Linux installation.

2022.06.08 #linux

Install Arch Linux with the GNOME graphical interface

My notes for installing Arch Linux with the GNOME graphical interface, including full disk encryption with LUKS and LVM.

2022.05.25 #traefik

Usage of HTTP/3 with Traefik

Since Traefik 3.0, HTTP/3 is stable without any flag. This post shows how to enable HTTP/3 requests in Traefik on Debian.

2022.05.23 #traefik

Prometheus metrics of Traefik

Traefik can be configured to give some metrics for Prometheus. Learn how here.

2022.05.18 #traefik

Custom TLS configuration for Traefik

This post teach you how to configure Traefik with a custom TLS configuration.

2022.05.16 #traefik

Use the Traefik binary without docker

This post explain you how to install and configure Traefik without docker.

2022.05.06 #traefik

Create a basic authentication with Traefik

Add a simple login/password basic authentication in front of your Traefik services to protect apps that lack their own.