mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-12 21:47:52 +00:00
Update cheatsheets
This commit is contained in:
21
linux/vncserver
Normal file
21
linux/vncserver
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# vncserver
|
||||
|
||||
> Launches a VNC (Virtual Network Computing) desktop.
|
||||
> More information: <https://manned.org/vncserver.1x>.
|
||||
|
||||
- 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