Reconcile EN/FR content drift flagged in the audit (B9-B18)
Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
@@ -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).
|
- 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).
|
- 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
|
## Software RAID
|
||||||
(coming soon)
|
(coming soon)
|
||||||
|
|||||||
@@ -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 |
|
| `/var/log` | an **absolute** path, same result from anywhere |
|
||||||
| `logs/today` | a **relative** path, understood from where you currently stand |
|
| `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.
|
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 |
|
| `chmod` | change mode | Changes a file's permissions |
|
||||||
| `chown` | change owner | Changes who owns a file |
|
| `chown` | change owner | Changes who owns a file |
|
||||||
| `sudo` | substitute user do | Runs one command as administrator |
|
| `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 |
|
| `systemctl` | control systemd | Starts, stops and enables services |
|
||||||
| `ssh` | secure shell | Opens a session on a remote machine |
|
| `ssh` | secure shell | Opens a session on a remote machine |
|
||||||
| `scp` | secure copy | Copies files over SSH |
|
| `scp` | secure copy | Copies files over SSH |
|
||||||
|
|||||||
@@ -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.
|
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"}
|
::steps{level="4"}
|
||||||
#### Find the interface and its MAC address
|
#### Find the interface and its MAC address
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ Utilisez vos disques sans RAID si vous n’avez pas peur de perdre des données
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
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
|
### RAID 1
|
||||||
|
|
||||||
|
|||||||
@@ -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 |
|
| `chmod` | change mode | Change les permissions d'un fichier |
|
||||||
| `chown` | change owner | Change le propriétaire d'un fichier |
|
| `chown` | change owner | Change le propriétaire d'un fichier |
|
||||||
| `sudo` | substitute user do | Lance une commande en administrateur |
|
| `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 |
|
| `systemctl` | control systemd | Démarre, arrête et active des services |
|
||||||
| `ssh` | secure shell | Ouvre une session sur une machine distante |
|
| `ssh` | secure shell | Ouvre une session sur une machine distante |
|
||||||
| `scp` | secure copy | Copie des fichiers via SSH |
|
| `scp` | secure copy | Copie des fichiers via SSH |
|
||||||
|
|||||||
@@ -189,7 +189,7 @@ Installer et déployer la stack Servarr
|
|||||||
::
|
::
|
||||||
::
|
::
|
||||||
|
|
||||||
### Cloud & Photos
|
### Cloud Drive & Photos
|
||||||
|
|
||||||
:::div{class="relative"}
|
:::div{class="relative"}
|
||||||
:ellipsis{left=0px width=40rem top=10rem blur=140px}
|
:ellipsis{left=0px width=40rem top=10rem blur=140px}
|
||||||
|
|||||||
@@ -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 :
|
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
|
- [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 Bittorent, mais vous pouvez également en choisir un autre, à condition qu'il propose le protocole 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 BitTorrent, mais vous pouvez également en choisir un autre, à condition qu'il propose le protocole BitTorrent.
|
||||||
- [Gluetun](https://github.com/qdm12/gluetun)
|
- [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).
|
- [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.
|
- Et le mode [vuetorrent](https://github.com/gabe565/linuxserver-mod-vuetorrent) pour une interface moderne et intuitive.
|
||||||
|
|||||||
@@ -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 :
|
En gros, voilà ce que donne mon workflow à présent pour poster sur Insta :
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Je vous présente donc **Instam[eex]{style="color: #1ad6ff"}**
|
Je vous présente donc **Instam[eex]{style="color: #1ad6ff"}**
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ Mes dossiers originaux sont dans `seedbox`, et il ne faut surtout pas les modifi
|
|||||||
L'idée est donc de :
|
L'idée est donc de :
|
||||||
|
|
||||||
- lister les originaux dans seedbox
|
- 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
|
- comparer les deux listes et isoler les chemins des doublons
|
||||||
- supprimer les doublons
|
- supprimer les doublons
|
||||||
- hardlinker les originaux dans les dossiers des doublons supprimés
|
- hardlinker les originaux dans les dossiers des doublons supprimés
|
||||||
|
|||||||
Reference in New Issue
Block a user