Skip to content

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

License

Notifications You must be signed in to change notification settings

sharifsalah/comp-vnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages