Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-17 00:22:45 +00:00
parent 38ecb2b6c5
commit 42c0c33dde
259 changed files with 1079 additions and 386 deletions

View File

@@ -10,20 +10,20 @@ source: https://github.com/tldr-pages/tldr.git
- Overwrite free space and inodes of a disk with 38 writes (slow but secure):
`sfill {{/path/to/mounted_disk_directory}}`
`sfill /{{path/to/mounted_disk_directory}}`
- Overwrite free space and inodes of a disk with 6 writes (fast but [l]ess secure) and show status ([v]erbose):
`sfill -l -v {{/path/to/mounted_disk_directory}}`
`sfill -l -v /{{path/to/mounted_disk_directory}}`
- Overwrite free space and inodes of a disk with 1 write (very fast but [l]ess secure [v]erbose) and show status:
`sfill -ll -v {{/path/to/mounted_disk_directory}}`
`sfill -ll -v /{{path/to/mounted_disk_directory}}`
- Overwrite only free space of a d[I]sk:
`sfill -I {{/path/to/mounted_disk_directory}}`
`sfill -I /{{path/to/mounted_disk_directory}}`
- Overwrite only free [i]nodes of a disk:
`sfill -i {{/path/to/mounted_disk_directory}}`
`sfill -i /{{path/to/mounted_disk_directory}}`