mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 19:51:09 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/kinfocenter
Normal file
21
tldr/linux/kinfocenter
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# kinfocenter
|
||||
|
||||
> KDE information center to show system information.
|
||||
> More information: <https://manned.org/kinfocenter>.
|
||||
|
||||
- Open the GUI:
|
||||
|
||||
`kinfocenter`
|
||||
|
||||
- List all possible KCM modules for `kinfocenter`:
|
||||
|
||||
`kinfocenter --list`
|
||||
|
||||
- Display help:
|
||||
|
||||
`kinfocenter {{[-h|--help]}}`
|
||||
17
tldr/linux/krdpserver
Normal file
17
tldr/linux/krdpserver
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# krdpserver
|
||||
|
||||
> Start an RDP server.
|
||||
> More information: <https://invent.kde.org/plasma/krdp#running-the-example-server>.
|
||||
|
||||
- Start an RDP server with a username and password:
|
||||
|
||||
`krdpserver {{[-u|--username]}} {{user_name}} {{[-p|--password]}} {{password}}`
|
||||
|
||||
- Share a specific monitor marked by its index:
|
||||
|
||||
`krdpserver {{[-u|--username]}} {{user_name}} {{[-p|--password]}} {{password}} --monitor {{n}}`
|
||||
@@ -30,7 +30,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Display help:
|
||||
|
||||
`kscreen-console --help`
|
||||
`kscreen-console {{[-h|--help]}}`
|
||||
|
||||
- Display help including Qt specific command-line options:
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show display output information:
|
||||
|
||||
`kscreen-doctor --outputs`
|
||||
`kscreen-doctor {{[-o|--outputs]}}`
|
||||
|
||||
- Set the rotation of a display output with an ID of 1 to the right:
|
||||
|
||||
|
||||
21
tldr/linux/systemsettings
Normal file
21
tldr/linux/systemsettings
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# systemsettings
|
||||
|
||||
> KDE central settings program.
|
||||
> More information: <https://manned.org/systemsettings>.
|
||||
|
||||
- Open the settings GUI:
|
||||
|
||||
`systemsettings`
|
||||
|
||||
- List all possible KCM modules for `systemsettings`:
|
||||
|
||||
`systemsettings --list`
|
||||
|
||||
- Display help:
|
||||
|
||||
`systemsettings {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user