mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 18:51:27 +00:00
Update cheatsheets
This commit is contained in:
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}}`
|
||||
Reference in New Issue
Block a user