📌 📄 内容摘要:
ai来事 (@aigem) 在 腾讯云家的免费基础版GPU 空间的不停机 脚本彩蛋 中发帖
可以写个脚本,比如 heartbeat.sh,内容如下:
#!/usr/bin/bash
while true; do
curl -b 'key=' https://zjjdle.ap-shanghai.cloudstudio.work/heartbeat
sleep 60
done
然后通过 nohup ./heartbeat.sh &
把脚本切换到后台跑
获取免费1w分钟的GPU时长,官网:https://ide.cloud.tencent.com/
────────── 链接信息 ──────────
🔗 论坛链接: linux.do
📎 访问地址: https://linux.do/t/topic/460327/1
─────────────────────────────
📢 来源:LINUX DO