Skip to content

Instantly share code, notes, and snippets.

@HemaZ
Created May 13, 2020 14:36
Show Gist options
  • Save HemaZ/91ceae3187de19929e199a55842472f3 to your computer and use it in GitHub Desktop.
Save HemaZ/91ceae3187de19929e199a55842472f3 to your computer and use it in GitHub Desktop.
#!/bin/bash
(while sleep 2; do /opt/TurboVNC/bin/vncserver -geometry 1366x768 -securitytypes TLSNone,X509None,None :1; done & DISPLAY=":1" sh ~/.vnc/xstartup.turbovnc & cd /noVNC && ./utils/launch.sh --vnc localhost:5901) & (export DISPLAY=:1 ; ./opt/ipg/carmaker/linux64-8.1.1/bin/CM -cmdport 16660
) & sleep infinity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment