Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duongkum999
/
testvnc
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f31fc6c
testvnc
/
start.sh
Duongkum999
Create start.sh
f31fc6c
verified
6 months ago
raw
Copy download link
history
blame
Safe
228 Bytes
#!/bin/bash
# Thiết lập mật khẩu cho x11vnc
mkdir
-p ~/.vnc
x11vnc -storepasswd 1 ~/.vnc/passwd
# Khởi động XFCE4
startxfce4 &
# Khởi động Supervisor
/usr/bin/supervisord -c /etc/supervisor/supervisord.conf