Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-19 00:20:59 +00:00
parent 133bbf5e2b
commit 16134c78d9
17 changed files with 120 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Run a game with specified maximum number of players:
`{{path/to/cs2}} -dedicated +map {{de_dust2}} -maxplayers {{64}}`
`{{path/to/cs2}} -dedicated +map {{de_dust2}} -maxplayers {{64}}`
- Run a game with specified server IP and port:

View File

@@ -14,4 +14,4 @@ source: https://github.com/tldr-pages/tldr.git
- Display the contents of all NOTE segments/sections, or of a particular segment/section:
`eu-readelf {{[-n--notes]}} {{.note.ABI-tag}} {{path/to/file}}`
`eu-readelf {{[-n|--notes]}} {{.note.ABI-tag}} {{path/to/file}}`

View File

@@ -8,17 +8,17 @@ source: https://github.com/tldr-pages/tldr.git
> Probe for the hardware present in the system.
> More information: <https://manpages.opensuse.org/hwinfo/hwinfo.8.en.html>.
- Get graphics card information:
- Display all available hardware information:
`hwinfo --gfxcard`
`hwinfo`
- Get network device information:
- Display information about a specific hardware component:
`hwinfo --network`
`hwinfo --{{cpu|memory|disk|gfxcard|network|usb|pci|keyboard|mouse|monitor|sound|fingerprint|...}}`
- List disks and CD-ROM drives, abbreviating the output:
- Display information about a specific hardware component succinctly:
`hwinfo --short --disk --cdrom`
`hwinfo {{--component}} --short`
- Write all hardware information to a file:

View File

@@ -22,11 +22,11 @@ source: https://github.com/tldr-pages/tldr.git
- Navigate forwards and backwards through the links on a page:
`{{ArrowUp|ArrowDown}}`
`{{<ArrowUp>|<ArrowDown>}}`
- Go forwards and backwards one page:
`{{ArrowLeft|ArrowRight}}`
`{{<ArrowLeft>|<ArrowRight>}}`
- Exit:

View File

@@ -10,4 +10,4 @@ source: https://github.com/tldr-pages/tldr.git
- Suspend PulseAudio while running `jackd`:
`pasuspender -- {{jackd {{[-d|--driver]}} alsa {{[-d|--device]}} hw:0}}`
`pasuspender -- {{jackd --driver alsa --device hw:0}}`

View File

@@ -34,4 +34,4 @@ source: https://github.com/tldr-pages/tldr.git
- Drag and select a window on screen to display screenkey:
`screenkey {{[-p|--position]}} fixed {{[-g|--geometry]}} {{$(slop {{[-n|--nodecorations]}} {{[-f|--format]}} '%g')}}`
`screenkey {{[-p|--position]}} fixed {{[-g|--geometry]}} {{$(slop --nodecorations --format '%g')}}`