Update cheatsheets

This commit is contained in:
ivuorinen
2024-06-17 00:15:22 +00:00
parent d935153c57
commit 9158de884d
14 changed files with 14 additions and 14 deletions

View File

@@ -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:

View File

@@ -20,6 +20,6 @@ source: https://github.com/tldr-pages/tldr.git
`grub-editenv /boot/grub/grubenv unset saved_entry`
- Append "quiet splash" to the kernel command line:
- Append "quiet splash" to the kernel command-line:
`grub-editenv /boot/grub/grubenv list kernel_cmdline`

View File

@@ -5,7 +5,7 @@ source: https://github.com/tldr-pages/tldr.git
---
# navi
> An interactive cheatsheet tool for the command line and application launchers.
> An interactive cheatsheet tool for the command-line and application launchers.
> More information: <https://github.com/denisidoro/navi>.
- Browse through all available cheatsheets: