senku21230 commited on
Commit
c1010fc
·
verified ·
1 Parent(s): 277dfe3

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +2 -2
start.sh CHANGED
@@ -3,8 +3,8 @@
3
  # আগের কোনো ক্র্যাশ করা সেশন থাকলে ক্লিন করা
4
  rm -rf /tmp/.X11-unix /tmp/.X*-lock
5
 
6
- # VNC সার্ভার চালু করা (পাসওয়ার্ড ছাড়া ডিরেএক্সেস)
7
- vncserver :1 -geometry 1280x720 -depth 24 -SecurityTypes None -localhost no
8
 
9
  # noVNC ওয়েব ইন্টারফেস চালু করা (সরাসরি 7860 পোর্টে)
10
  websockify --web /usr/share/novnc/ 7860 localhost:5901
 
3
  # আগের কোনো ক্র্যাশ করা সেশন থাকলে ক্লিন করা
4
  rm -rf /tmp/.X11-unix /tmp/.X*-lock
5
 
6
+ # VNC সার্ভার চালু করা (নতুন িকিউরিি ল্যাগ )
7
+ vncserver :1 -geometry 1280x720 -depth 24 -SecurityTypes None -localhost no --I-KNOW-THIS-IS-INSECURE
8
 
9
  # noVNC ওয়েব ইন্টারফেস চালু করা (সরাসরি 7860 পোর্টে)
10
  websockify --web /usr/share/novnc/ 7860 localhost:5901