-
-
Save rkrishnasanka/5798846 to your computer and use it in GitHub Desktop.
Tight VNC startup script.
Be sure to '''chmod 755 vnc'''
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo tightvncserver | |
sudo vncserver :1 -geometry 1366x768 -depth 24 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Be sure to
chmod 755 vnc