mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-14 10:59:45 +00:00
Update cheatsheets
This commit is contained in:
16
tldr/glances
16
tldr/glances
@@ -14,16 +14,24 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Run in web server mode to show results in browser:
|
||||
|
||||
`glances -w`
|
||||
`glances {{[-w|--webserver]}}`
|
||||
|
||||
- Run in server mode to allow connections from other Glances clients:
|
||||
|
||||
`glances -s`
|
||||
`glances {{[-s|--server]}}`
|
||||
|
||||
- Connect to a Glances server:
|
||||
|
||||
`glances -c {{hostname}}`
|
||||
`glances {{[-c|--client]}} {{hostname}}`
|
||||
|
||||
- Require a password in (web) server mode:
|
||||
|
||||
`glances -s --password`
|
||||
`glances {{[-s|--server]}} --password`
|
||||
|
||||
- Exit Glances:
|
||||
|
||||
`<q>`
|
||||
|
||||
- Display help:
|
||||
|
||||
`glances {{[-h|--help]}}`
|
||||
|
||||
Reference in New Issue
Block a user