Reconcile EN/FR content drift flagged in the audit (B9-B18)

Co-Authored-By: Claude Sonnet 5 <[email protected]>
This commit is contained in:
Djeex
2026-09-07 21:15:51 +02:00
co-authored by Claude Sonnet 5
parent 4e86fe2c4a
commit 924fd9cc69
9 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -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)
+4 -2
View File
@@ -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 |