Merge remote branch 'upstream/master'
This commit is contained in:
@@ -79,6 +79,7 @@ There a few reasons why a proxy is required:
|
|||||||
server under Ubuntu you would do something like this:
|
server under Ubuntu you would do something like this:
|
||||||
|
|
||||||
`sudo apt-get install tightvncserver`
|
`sudo apt-get install tightvncserver`
|
||||||
|
|
||||||
`vncserver :1`
|
`vncserver :1`
|
||||||
|
|
||||||
The VNC server will run in the background. The port that it runs
|
The VNC server will run in the background. The port that it runs
|
||||||
@@ -90,6 +91,7 @@ There a few reasons why a proxy is required:
|
|||||||
server will fight over the mouse.
|
server will fight over the mouse.
|
||||||
|
|
||||||
`sudo apt-get install x11vnc`
|
`sudo apt-get install x11vnc`
|
||||||
|
|
||||||
`x11vnc -forever -display :0`
|
`x11vnc -forever -display :0`
|
||||||
|
|
||||||
Without the `-forever` option, x11vnc will exit after the first
|
Without the `-forever` option, x11vnc will exit after the first
|
||||||
|
|||||||
Reference in New Issue
Block a user