Eclipse Che and Meteor Tips
For meteor projects use this recipe https://raw.githubusercontent.com/codenvy/dockerfiles/master/meteor/latest/Dockerfile to launch and make accessible on network ensure to specify host_IP otherwise socket […]
For meteor projects use this recipe https://raw.githubusercontent.com/codenvy/dockerfiles/master/meteor/latest/Dockerfile to launch and make accessible on network ensure to specify host_IP otherwise socket […]
I figured out how to get apt-get to work again. Edit gai.conf: sudo vim /etc/gai.conf change line ~54 to uncomment the […]
Look at examples here: https://community.c9.io/t/plugin-packages-for-cloud9/2210 Step-by-step guide: https://cloud9-sdk.readme.io/docs/create-your-first-package
ssh -L 3301:localhost:3301 -l cloud9 cloud9 or ssh -L 3301:localhost:3301 cloud9@cloud9 This will allow you to connect locally […]
Install dependencies sudo apt-get install libxrandr-dev libx11-dev libxfixes-dev libssl-dev libpam0g-dev -y $ sudo nano /etc/xrdp/xrdp.ini change max bpp from 32 […]
Many posts written about this topic. The solution that will work is to add a keyboard mapping on the host […]
1. Open Disks application 2. Choose the Disk Drive on the left hand panel 3. Chose the Edit Mount Options […]
Use this script to install cloud9 curl -L https://raw.githubusercontent.com/c9/install/master/install.sh | bash On Ubuntu 16.04, add to ~/.bash_profile if not […]
How to fix ‘There were too many redirects.’ error with cloud9, c9.io Add an exception to allow 3rd party cookies […]
If you are having problems with the keyboard mapping on OSX with x2go client try disconnecting and reconnecting to the […]
You must be logged in to post a comment.