mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 01:58:07 +00:00
Update cheatsheets
This commit is contained in:
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Benchmark the write performance of a disk:
|
||||
|
||||
`dd bs={{1M}} count={{1000000}} if=/dev/zero of={{path/to/file_1GB}}`
|
||||
`dd bs={{1M}} count={{1024}} if=/dev/zero of={{path/to/file_1GB}}`
|
||||
|
||||
- Create a system backup, save it into an IMG file (can be restored later by swapping `if` and `of`), and show the progress:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user