mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 21:15:32 +02:00
vncserver: Add page (#1290)
This commit is contained in:
parent
cd29c9775f
commit
d5f7715879
1 changed files with 15 additions and 0 deletions
15
pages/linux/vncserver.md
Normal file
15
pages/linux/vncserver.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# vncserver
|
||||
|
||||
> Launches a VNC (Virtual Network Computing) desktop.
|
||||
|
||||
- Launch a VNC Server on next available display:
|
||||
|
||||
`vncserver`
|
||||
|
||||
- Launch a VNC Server with specific screen geometry:
|
||||
|
||||
`vncserver --geometry {{width}}x{{height}}`
|
||||
|
||||
- Kill an instance of VNC Server running on a specific display:
|
||||
|
||||
`vncserver --kill :{{display_number}}`
|
Loading…
Add table
Reference in a new issue