Skip to content

mistyseay24/cloud9-vnc-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VNC

Running X11 in a Cloud9 workspace.

Screen Shot

Installation

Clone the repository to where you'd like (in the example I use the home folder ~)

cd ~
git clone https://github.com/billyprice1/cloud9-vnc.git

Enter the repository sub-directory

cd cloud9-vnc/

Now make sure apt-get has been updated with

sudo apt-get update

Run the install script with privileges

sudo ./install.sh

Clean up installation directory

rm -rf ./

Uninstallation

Run the uninstallation script with privileges

    sudo /opt/c9vnc/uninstall.sh

Running

Use the custom C9 runner

Run > Run With > C9vnc

Run the start script symlinked into your /usr/local/bin

c9vnc

Usage: c9vnc <args>
   -h          Print this message
   -f          Run in the foreground
   -k          Kill running daemon
No arguments will try to start daemon process


This Project Is no longer worked on

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%