Update Aliyun guidelines to include SSH and VNC password setup script

This commit is contained in:
Timothyxxx
2025-08-18 07:24:39 +00:00
parent deff1fe385
commit a5dc64c943
2 changed files with 2 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ ALIYUN_SECURITY_GROUP_ID=sg-xxxxxxxxx
- 转到"实例"选项卡,使用导入的镜像创建新实例。
- 通过VNC连接到正在运行的实例。
- 连接到实例后,请打开终端并下载此配置脚本:`https://gist.githubusercontent.com/qykong/bea58ff98f20057d3a69921276dd4553/raw/cd1a91a0840c4192d793f43cfb90553370343b08/config.sh`
- 如果您还想设置ssh和vnc密码请使用此脚本 `https://huggingface.co/datasets/xlangai/ubuntu_osworld/resolve/main/aliyun_config.sh?download=true`
- 运行脚本并重启您的实例。
- 重启后实例将具有正确的分辨率和noVNC设置。您可以通过"http://<your_instance_public_ip>:5910/vnc.html"连接到实例确保您的安全组允许端口5910
- 将正在运行的实例保存为新镜像。新镜像将用作OSWorld镜像。