maj TOC
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Grégory Lebreton 2025-09-29 14:48:10 +02:00
parent ea2df719d8
commit dc568aa6e7
2 changed files with 12 additions and 13 deletions

View File

@ -7,10 +7,9 @@
- [nmcli](nmcli.md)
- [lvm](lvm.md)
- [Monter une partition](mount.md)
- [Monter et gérer un RAID](raid.md)
- [Système de fichier ZFS](zfs.md)
- [Monter et gérer un RAID](raid.md)
- [chroot](chroot.md)
- [read](read.md), pour permettre à l'utilisateur d'interagir avec un script (user prompt / user input)
- [heredoc](heredoc.md), le fameux `EOF`, pour afficher du contenu sur plusieurs lignes
- [listes et dictionnaires avec Bash](bash-lists.md)
- [Mise en place d'un raid](raid.md)

View File

@ -99,19 +99,19 @@ nav:
- Divers:
- divers/index.md
- "Les mémos Linux":
- divers/cmd/index.md
- "Rsync" : divers/cmd/backup.md
- divers/process-nwipe/nwipe.md
- divers/cmd/screen.md
- divers/cmd/nmcli.md
- "Mount" : divers/cmd/mount.md
- divers/cmd/read.md
- divers/cmd/heredoc.md
- "Ssh" : divers/cmd/ssh.md
- "Bash: Listes": divers/cmd/bash-lists.md
- "Ssh" : divers/cmd/ssh.md
- "Rsync" : divers/cmd/rsync.md
- "Screen" : divers/cmd/screen.md
- "Nwipe" : divers/process-nwipe/nwipe.md
- "Nmcli" : divers/cmd/nmcli.md
- "Mount" : divers/cmd/mount.md
- "Read" : divers/cmd/read.md
- "Heredoc" : divers/cmd/heredoc.md
- "Raid": divers/cmd/raid.md
- "Chroot" : divers/cmd/chroot.md
- "LVM" : divers/cmd/lvm.md
- "Chroot" : divers/cmd/chroot.md
- "Zfs" : divers/cmd/zfs.md
- "Les tutos Admin Sys":
- divers/admin/index.md
- "Installer Adobe pdf reader": divers/admin/acroread-debian.md