1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 19:19:44 +01:00
tldr/pages/linux/vncserver.md
Vítor Henrique 5edbf734fb
pages*: improve page descriptions (#12558)
* pages*: improve page descriptions

* ical: improve page description

* cockpit-desktop: remove unneeded word from page description

* nc: improve description wording

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-04-25 19:58:21 -03:00

387 B

vncserver

Launch 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}}