1
0
Fork 0
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:
Jeef 2017-03-09 23:50:47 -05:00 committed by Agniva De Sarker
parent cd29c9775f
commit d5f7715879

15
pages/linux/vncserver.md Normal file
View 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}}`