mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
Merge 8be4af3572
into 9776b1a283
This commit is contained in:
commit
2008051918
1 changed files with 12 additions and 0 deletions
12
pages/linux/krdpserver.md
Normal file
12
pages/linux/krdpserver.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue