Skip to content

Instantly share code, notes, and snippets.

@rkrishnasanka
Last active December 18, 2015 14:39
Show Gist options
  • Save rkrishnasanka/5798846 to your computer and use it in GitHub Desktop.
Save rkrishnasanka/5798846 to your computer and use it in GitHub Desktop.
Tight VNC startup script. Be sure to '''chmod 755 vnc'''
#!/bin/bash
sudo tightvncserver
sudo vncserver :1 -geometry 1366x768 -depth 24
@rkrishnasanka
Copy link
Author

Be sure to chmod 755 vnc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment