GitXplorerGitXplorer
s

comp-vnc

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
25fbc284b562cde4592ecd907877510eb7743eff

Update README.md

ssharifsalah committed 10 years ago
Unverified
b4e2a02a6e781f840002770cf0cf0f5902fee454

Update README.md

ssharifsalah committed 10 years ago
Unverified
d4c5bbef1bdc067305123158f71eb4b505acbed7

Update README.md

ssharifsalah committed 10 years ago
Unverified
528543a47afaa1682714873866c6d604d0adda10

Initial version

ssharifsalah committed 10 years ago
Unverified
2dde86b30fbb7fde571ce1a473e26cf02c1cd35f

Initial commit

ssharifsalah committed 10 years ago

README

The README file for this repository.

comp-vnc

A collection of scripts and configuration files for setting up VNC capable instances on Google Compute Engine.

To startup the VNC server:

vncserver :1 -depth 24 -geometry 1280x800

To kill the VNC server:

vncserver -kill :1

To start a VNC SSH encrypted connection:

ssh -L 5902:localhost:5901 x.x.x.x

Connect to the VNC server over localhost:5902