mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 19:50:01 +00:00
Update cheatsheets
This commit is contained in:
17
linux/x0vncserver
Normal file
17
linux/x0vncserver
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# x0vncserver
|
||||
|
||||
> TigerVNC Server for X displays.
|
||||
> More information: <https://tigervnc.org/doc/x0vncserver.html>.
|
||||
|
||||
- Start a VNC server using a passwordfile:
|
||||
|
||||
`x0vncserver -display {{:0}} -passwordfile {{path/to/file}}`
|
||||
|
||||
- Start a VNC server using a specific port:
|
||||
|
||||
`x0vncserver -display {{:0}} -rfbport {{port}}`
|
||||
Reference in New Issue
Block a user