Skip to content

Commit

Permalink
vncserver: Add page (tldr-pages#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeftor authored and agnivade committed Mar 10, 2017
1 parent cd29c97 commit d5f7715
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/linux/vncserver.md
Original file line number Diff line number Diff line change
@@ -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}}`

0 comments on commit d5f7715

Please sign in to comment.