mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 19:55:14 +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:
|
||||
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user