mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 00:59:11 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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}}`
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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}}`
|
||||
|
||||
@@ -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')}}`
|
||||
|
||||
Reference in New Issue
Block a user