[ ARTICLES CRÉÉS EN 2025 ]

Ce bot Discord, prénommé Marvin, a été développé en Python par curiosité et par amusement. Son nom est une référence à Marvin le robot dépressif de H2G2 (Le Guide du voyageur galactique) de Douglas Adams : un robot cynique et blasé, doté d’un cerveau gigantesque, condamné à supporter l’univers et toutes ses absurdités. Créer son botPour créer un bot “officiel” sur Discord, l’étape de base à suivre est : https://discord.com/developers/applications Il faut créer une application, lui donner un nom,

En Europe, la reproduction des triops a lieu principalement au printemps. Les femelles portent les œufs dans une poche incubatrice située à l’extrémité de la onzième paire de pattes. Avant que les œufs n’atteignent leur pleine maturité, ils sont déposés en petits amas sur le substrat ou sur la végétation aquatique. À la suite de l’assèchement estival des mares temporaires, les œufs entrent en dormance. Enfouis dans la boue desséchée, ils présentent une résistance élevée aux conditions extrêmes,

Shema COMMANDS# fdisk /dev/vdb # partprobe /dev/vdb // Restart partition table CREATION# pvcreate /dev/vdb1 // Create a new Physical Volume on the new partition # vgcreate vg01 /dev/vdb1 // Create a Volume Group (VG) on the Physical Volume # lvcreate -n lv01 -L 20G vg01 // Create a Logical Volume (LV) in the Volume Group # mkfs.ext4 /dev/vg01/lv01 // Format the logical volume with mkfs for ext4 # mkfs -t ext4 /dev/vg01/lv01

Useful for testing redundancyDisks and Storage showpd Display physical disks (PDs) in the system. Useful for checking if disks are properly distributed, and whether there are spares available for redundancy. showspare Show information about spare and relocated chunklets. Verifies the presence of spare disks to handle failures. showldch Display chunklet mapping of logical disks (LDs) to physical disks. Helps to confirm that disk chunks are distributed across multiple physical disks for redund

System and General ManagementSystem Information cmd Explanation showai System AI information showdate Date and time on all system nodes showsys System information (system name, serial number, etc. ) showversion Installed software versions showdomain Show domains in the system showdomainset Show sets of domains in the system Licenses and Certificates cmd Explanation showlicense Installed license keys showcert SSL certificates System Co

Un benchmark est un test standardisé permettant de mesurer, comparer et evaluer les performances d’un système, d’un logiciel ou d’un composant materiel dans des conditions controlées. Il sert de référence pour analyser le comportement, les limites et l’efficacité d’une solution, ainsi que pour comparer différents environnements ou configurations entre eux. Ce benchmark permet d’evaluer les performances de lecture et d’ecriture aleatoires sur un stockage. Les tests sont realises a l’aide de l’out

A simple and quick command to use Git installed on a company server. In this example, the Git server is accessible at https://my-git.my.company.org and the working directory is located on the development server DEV-SRV-0033. Create a repository on Git serverCreate your repository on https://my-git.my.company.org/For example in https://my-git.my.company.org/fallout/vault-tec Clone the directory on your work serverConnect to DEV-SRV-0033 and go to your development server and your home directory: [

Le terme triops vient du grec ancien τρία (tría) et ὄψ (óps), signifiant “trois yeux”. Le triops est un genre de crustacés de l’ordre des Notostraca (crevettes-têtards). Les œufs ont une très bonne résistence à la dessication et les larves éclosent au contact de l’eau douce. La plupart des Triops adultes ont une espérance de vie allant jusqu’à 90 jours et peuvent tolérer un pH compris entre 6 et 10. Dans la nature, ils vivent souvent dans des mares temporaires. ClassementSelon la classification

Un favicon est une petite image associée à un site Web et affichée dans l’onglet du navigateur. C’est un repère visuel qui permet d’identifier rapidement une page parmi plusieurs ouvertes. Par exemple, l’onglet de ce site présente un favicon avec le chiffre « 0 » (pour n0tes) en vert sur un fond noir. Ce symbole aide à reconnaître le site d’un seul coup d’œil. Les favicons apparaissent également dans la liste des favoris, dans la barre d’adresse et parfois même dans les résultats de recherche, o

The autofs program is designed to automatically mount directories only when they are accessed, and to unmount them after a period of inactivity. This behaviour helps conserve bandwidth and improves overall performance, especially compared to static mounts defined in fstab. By using this approach for NFS or Samba shares, the system avoids keeping remote resources permanently active while still providing seamless access when needed. The steps below illustrate how to set up automatic access to a r

How I set up an automated backup system for Ansible Automation Platform (AAP) using the containerized installer. The script and the crontab setup run a daily backup, store it on a remote NFS location, and clean up older backups over time. The backup script must be launched using the dedicated non-root user (in this case, aap). This user also needs access to the AAP installation directory, since the backup command has to be run from there. PrerequisesPackagesYou have to install the following pack

Logging in with the dedicated non-root user account (here, aap) to perform a backup and access the automation platform’s installation directory is required. To control the compression of backup files before sending them to the host running the operation, you can use specific variables in the inventory file. Inventory file optionConnect to the aap user ang go to the installation directory then open the inventory-growth file: $ cd MyInstallDir$ vim inventory-growth Then add the following configu