From de3498fa659a263437f2988a3fdc569851a17645 Mon Sep 17 00:00:00 2001 From: Djeex Date: Mon, 7 Sep 2026 21:15:51 +0200 Subject: [PATCH] Reconcile EN/FR content drift flagged in the audit (B9-B18) --- content/en/2.general/3.storage/1.raid.md | 2 +- content/en/2.general/5.linux/1.cli-basics.md | 6 ++++-- content/en/3.serveex/2.core/1.installation.md | 2 +- content/fr/2.general/3.storage/1.raid.md | 2 +- content/fr/2.general/5.linux/1.cli-basics.md | 2 +- content/fr/3.serveex/1.introduction.md | 2 +- content/fr/3.serveex/5.media/2.qbittorrent.md | 4 ++-- content/fr/5.nonsense/2.python/4.instameex.md | 2 +- content/fr/5.nonsense/3.bash/1.servarr-duplicates.md | 2 +- 9 files changed, 13 insertions(+), 11 deletions(-) diff --git a/content/en/2.general/3.storage/1.raid.md b/content/en/2.general/3.storage/1.raid.md index b7c0620..4998063 100644 --- a/content/en/2.general/3.storage/1.raid.md +++ b/content/en/2.general/3.storage/1.raid.md @@ -102,7 +102,7 @@ Use RAID 5 when you want reliable storage with 3 to 5 disks and minimal space lo - Total capacity is the sum of all disks minus two (e.g., 4×10TB = 20TB). - Minimum of 4 disks (6 recommended to minimize space loss). -Use RAID 6 in similar situations as RAID 5, especially with 6 or more disks. More disks mean higher failure risk. RAID 6 offers peace of mind by tolerating two simultaneous failures. +Use RAID 6 in similar situations as RAID 5, especially with 6 or more disks. More disks mean higher failure risk. RAID 6 offers peace of mind by tolerating two simultaneous failures. There's nothing more frustrating than losing a second disk while the array is still rebuilding from replacing the first. ## Software RAID (coming soon) diff --git a/content/en/2.general/5.linux/1.cli-basics.md b/content/en/2.general/5.linux/1.cli-basics.md index 331cfdc..e6bcd3a 100644 --- a/content/en/2.general/5.linux/1.cli-basics.md +++ b/content/en/2.general/5.linux/1.cli-basics.md @@ -49,7 +49,9 @@ When the target is a place on the disk, you write it as a path, and there are a | `/var/log` | an **absolute** path, same result from anywhere | | `logs/today` | a **relative** path, understood from where you currently stand | -Which folder holds what is a subject of its own, covered in [folders and partitions](/general/linux/filesystem). +::note{to="/general/linux/filesystem"} +Which folder holds what is a subject of its own, covered in **folders and partitions**. +:: The prompt itself tells you where you are: in `username@serveex:~/docker$`, you're logged in as `username` on the machine named `serveex`, inside the `docker` folder of your home. That final `$` means a normal user. If it ever shows `#`, you're root and every typo counts double. @@ -241,7 +243,7 @@ The ones worth keeping at hand, and where their names come from. | `chmod` | change mode | Changes a file's permissions | | `chown` | change owner | Changes who owns a file | | `sudo` | substitute user do | Runs one command as administrator | -| `apt` | Advanced Packaging Tool | Installs, updates and removes packages | +| `apt` | Advanced Package Tool | Installs, updates and removes packages | | `systemctl` | control systemd | Starts, stops and enables services | | `ssh` | secure shell | Opens a session on a remote machine | | `scp` | secure copy | Copies files over SSH | diff --git a/content/en/3.serveex/2.core/1.installation.md b/content/en/3.serveex/2.core/1.installation.md index 0d6502a..fe1bb8c 100644 --- a/content/en/3.serveex/2.core/1.installation.md +++ b/content/en/3.serveex/2.core/1.installation.md @@ -216,7 +216,7 @@ The door is now closed for every other machine too, including the next one you'l A machine that runs 24/7 for two hours of actual use burns power, spins fans and wears drives for nothing. Wake on LAN lets you shut it down properly when you're done and bring it back in a few seconds without walking to it: the network card stays powered in standby, listening for one specific broadcast (the *magic packet*) carrying the server's MAC address, and switches the machine on when it sees it. Handy for a backup target you only need at night, or a media server nobody watches during the day. -Two conditions before you start: the machine has to be wired to ethernet, WiFi cards almost never support this, and the packet has to be sent from the same local network, since a broadcast doesn't cross a router. The BIOS side was covered in [BIOS setup](#bios-setup), here is the Debian side. +Two conditions before you start: the machine has to be wired to ethernet, WiFi cards almost never support this, and the packet has to be sent from the same local network, since a broadcast doesn't cross a router, unless you use a dedicated app and port-forwarding rules on your router. The BIOS side was covered in [BIOS setup](#bios-setup), here is the Debian side. ::steps{level="4"} #### Find the interface and its MAC address diff --git a/content/fr/2.general/3.storage/1.raid.md b/content/fr/2.general/3.storage/1.raid.md index 4dbb1be..6dfc572 100644 --- a/content/fr/2.general/3.storage/1.raid.md +++ b/content/fr/2.general/3.storage/1.raid.md @@ -54,7 +54,7 @@ Utilisez vos disques sans RAID si vous n’avez pas peur de perdre des données -Utilisez RAID 0 si vous souhaitez privilégier la performance et que la perte de données n’est pas un problème. Idéal pour le stockage temporaire à haute vitesse (montage vidéo, IA, etc). Pas adapté au stockage à long terme. +Utilisez RAID 0 si vous souhaitez privilégier la performance et que la perte de données n’est pas un problème. Idéal pour le stockage temporaire à haute vitesse (montage vidéo, IA, etc). Pas adapté au stockage à long terme, car la perte d'un seul disque entraîne la perte totale des données. ### RAID 1 diff --git a/content/fr/2.general/5.linux/1.cli-basics.md b/content/fr/2.general/5.linux/1.cli-basics.md index ce1a5ac..c2c9304 100644 --- a/content/fr/2.general/5.linux/1.cli-basics.md +++ b/content/fr/2.general/5.linux/1.cli-basics.md @@ -243,7 +243,7 @@ Les commandes qui valent la peine d'être gardées sous la main, et d'où vienne | `chmod` | change mode | Change les permissions d'un fichier | | `chown` | change owner | Change le propriétaire d'un fichier | | `sudo` | substitute user do | Lance une commande en administrateur | -| `apt` | advanced package tool | Installe, met à jour et supprime des paquets | +| `apt` | Advanced Package Tool | Installe, met à jour et supprime des paquets | | `systemctl` | control systemd | Démarre, arrête et active des services | | `ssh` | secure shell | Ouvre une session sur une machine distante | | `scp` | secure copy | Copie des fichiers via SSH | diff --git a/content/fr/3.serveex/1.introduction.md b/content/fr/3.serveex/1.introduction.md index f85568a..d30e311 100644 --- a/content/fr/3.serveex/1.introduction.md +++ b/content/fr/3.serveex/1.introduction.md @@ -189,7 +189,7 @@ Installer et déployer la stack Servarr :: :: -### Cloud & Photos +### Cloud Drive & Photos :::div{class="relative"} :ellipsis{left=0px width=40rem top=10rem blur=140px} diff --git a/content/fr/3.serveex/5.media/2.qbittorrent.md b/content/fr/3.serveex/5.media/2.qbittorrent.md index 48ca7e0..80437c8 100644 --- a/content/fr/3.serveex/5.media/2.qbittorrent.md +++ b/content/fr/3.serveex/5.media/2.qbittorrent.md @@ -10,8 +10,8 @@ description: Installer qBittorrent avec Gluetun et ProtonVPN pour télécharger Afin de télécharger vos media favoris en toute sécurité, nous allons monter un système à base de : -- [Qbittorent](https://github.com/linuxserver/docker-qbittorrent) comme logiciel de téléchargement bittorent -- [Proton VPN Plus](https://protonvpn.com/torrenting), VPN pour sécuriser vos échanges, auquel vous devez souscrire (il y a de nombreux codes promo) pour accéder au protocole Bittorent, mais vous pouvez également en choisir un autre, à condition qu'il propose le protocole bittorent. +- [qBittorrent](https://github.com/linuxserver/docker-qbittorrent) comme logiciel de téléchargement BitTorrent +- [Proton VPN Plus](https://protonvpn.com/torrenting), VPN pour sécuriser vos échanges, auquel vous devez souscrire (il y a de nombreux codes promo) pour accéder au protocole BitTorrent, mais vous pouvez également en choisir un autre, à condition qu'il propose le protocole BitTorrent. - [Gluetun](https://github.com/qdm12/gluetun) - [qBittorrent port update](https://codeberg.org/TechnoSam/qbittorrent-gluetun-port-update) pour mettre automatiquement à jour le port de votre VPN (qui change régulièrement). - Et le mode [vuetorrent](https://github.com/gabe565/linuxserver-mod-vuetorrent) pour une interface moderne et intuitive. diff --git a/content/fr/5.nonsense/2.python/4.instameex.md b/content/fr/5.nonsense/2.python/4.instameex.md index b11ee6a..ca6b104 100644 --- a/content/fr/5.nonsense/2.python/4.instameex.md +++ b/content/fr/5.nonsense/2.python/4.instameex.md @@ -25,7 +25,7 @@ Je me suis alors inspiré d'un [fork du premier projet](https://github.com/kosti En gros, voilà ce que donne mon workflow à présent pour poster sur Insta : -![Instameex](/img/nonsense/instameex-workflow.svg) +![Workflow Instameex](/img/nonsense/instameex-workflow.svg) Je vous présente donc **Instam[eex]{style="color: #1ad6ff"}** diff --git a/content/fr/5.nonsense/3.bash/1.servarr-duplicates.md b/content/fr/5.nonsense/3.bash/1.servarr-duplicates.md index 5cd5b06..8a8fb75 100644 --- a/content/fr/5.nonsense/3.bash/1.servarr-duplicates.md +++ b/content/fr/5.nonsense/3.bash/1.servarr-duplicates.md @@ -29,7 +29,7 @@ Mes dossiers originaux sont dans `seedbox`, et il ne faut surtout pas les modifi L'idée est donc de : - lister les originaux dans seedbox -- lister les fichiers dans movies +- lister les fichiers dans movies et tvseries - comparer les deux listes et isoler les chemins des doublons - supprimer les doublons - hardlinker les originaux dans les dossiers des doublons supprimés