Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-01 00:22:00 +00:00
parent 8b234c18b9
commit 2b9882f70a
12 changed files with 89 additions and 10 deletions

17
tldr/linux/krdpserver Normal file
View 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}}`