mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 17:50:46 +00:00
Update cheatsheets
This commit is contained in:
25
linux/vncviewer
Normal file
25
linux/vncviewer
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# vncviewer
|
||||
|
||||
> Launches a VNC (Virtual Network Computing) client.
|
||||
> More information: <https://manned.org/vncviewer>.
|
||||
|
||||
- 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}}`
|
||||
Reference in New Issue
Block a user