mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 16:06:03 +02:00
vncviewer: add page (#2401)
This commit is contained in:
parent
1801c151ae
commit
a777ea5d89
1 changed files with 19 additions and 0 deletions
19
pages/linux/vncviewer.md
Normal file
19
pages/linux/vncviewer.md
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# vncviewer
|
||||||
|
|
||||||
|
> Launches a VNC (Virtual Network Computing) client.
|
||||||
|
|
||||||
|
- Launch a VNC client which connects to a host on a given display:
|
||||||
|
|
||||||
|
`vncviewer {{host}}:{{display_number}}`
|
||||||
|
|
||||||
|
- Launch in full-screen mode:
|
||||||
|
|
||||||
|
`vncviewer -FullScreen {{host}}:{{display_number}}`
|
||||||
|
|
||||||
|
- Launch a VNC client with a specific screen geometry:
|
||||||
|
|
||||||
|
`vncviewer --geometry {{width}}x{{height}} {{host}}:{{display_number}}`
|
||||||
|
|
||||||
|
- Launch a VNC client which connects to a host on a given port:
|
||||||
|
|
||||||
|
`vncviewer {{host}}::{{port}}`
|
Loading…
Add table
Reference in a new issue