vncserver: Add page (#1290)
This commit is contained in:
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}}`
|
Reference in New Issue
Block a user