start-vncserver.sh 153 B

1234567
  1. #!/bin/bash
  2. echo "starting VNC server ..."
  3. export USER=root
  4. alias python=python3
  5. vncserver :1 -geometry 1280x800 -depth 24 && tail -F /root/.vnc/*.log