1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 10:15:33 +02:00

krdpserver: add page (#16285)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
Managor 2025-05-01 00:18:12 +03:00 committed by GitHub
parent 08725a0722
commit 546707b3ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages/linux/krdpserver.md Normal file
View file

@ -0,0 +1,12 @@
# 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}}`