mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 04:51:56 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,28 +14,28 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Print a full description of CPU, memory, disk, network, and process information and filter sensitive information:
|
||||
|
||||
`inxi --expanded --filter`
|
||||
`inxi {{[-ez|--expanded --filter]}}`
|
||||
|
||||
- Print a summary of CPU information:
|
||||
|
||||
`inxi --cpu`
|
||||
`inxi {{[-C|--cpu]}}`
|
||||
|
||||
- Print a summary of graphics information:
|
||||
|
||||
`inxi --graphics`
|
||||
`inxi {{[-G|--graphics]}}`
|
||||
|
||||
- Print a summary of system RAM:
|
||||
|
||||
`inxi --memory`
|
||||
`inxi {{[-m|--memory]}}`
|
||||
|
||||
- Print a summary of system audio:
|
||||
|
||||
`inxi --audio`
|
||||
`inxi {{[-A|--audio]}}`
|
||||
|
||||
- Print available sensor data:
|
||||
|
||||
`inxi --sensors`
|
||||
`inxi {{[-s|--sensors]}}`
|
||||
|
||||
- Print information about the distribution's repositories:
|
||||
|
||||
`inxi --repos`
|
||||
`inxi {{[-r|--repos]}}`
|
||||
|
||||
Reference in New Issue
Block a user