Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-08 00:21:51 +00:00
parent 22bb163ffa
commit 4bbaaf8836
16 changed files with 164 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Create a system backup, save it into an IMG file (can be restored later by swapping `if` and `of`), and show the progress:
`dd if={{/dev/drive_device}} of={{path/to/file.img}} status=progress`
`sudo dd if={{/dev/drive_device}} of={{path/to/file.img}} status=progress`
- Check the progress of an ongoing `dd` operation (run this command from another shell):