Vevc 发布的文章

Claw cloud 容器 VPS 安装 ttyd,在浏览器 web 页面登录和使用 ssh 终端

本期摘要:Claw cloud | 容器vps | web ssh | ttydClaw cloud 注册地址:https://console.run.claw.cloud/signin?link=TSWVWVN3G294容器 VPS 项目地址:https://github.com/vevc/ubuntuttyd 项目地址:https://github.com/tsl0922/ttyd下载mkdir ~/ttyd cd ~/ttyd wget -O ttyd https://github.com/tsl0922/ttyd/releases/latest/download/ttyd.x86...

Claw cloud 容器 VPS SSH 端口释放,使用 xray 完成端口复用 | xray 自访问,掌控所有端口

本期摘要:Claw cloud | 容器vps | xray | 端口复用Claw cloud 注册地址:https://console.run.claw.cloud/signin?link=TSWVWVN3G294容器 VPS 项目地址:https://github.com/vevc/ubuntuXray-core 项目地址:https://github.com/XTLS/Xray-coreWhy1. 比较贵:0.05x31=1.552. 可替代:端口复用技术3. 总结:性价比问题Benefits1. 节省的端口可以给 UDP, 比如搭建 Hy2 节点2. 节省的费用可以用来增加 CP...

Claw cloud 容器 vps 优雅重启,supervisorctl 管理工具的使用

本期摘要:Claw cloud | 容器vps | reboot | supervisorctl | aliesClaw cloud 注册地址:https://console.run.claw.cloud/signin?link=TSWVWVN3G294项目地址:https://github.com/vevc/ubuntuSupervisor 官网及项目地址:https://supervisord.orghttps://github.com/Supervisor/supervisor容器重启Claw cloud 改造的 vps 怎么重启?1. Web 页面2. reboot为什么容器 r...

Claw cloud 容器改造 VPS, 使用 supervisor 管理容器进程,实现应用开机自启、自动保活、cron 规则持久化

本期摘要:Claw cloud | 容器vps | supervisor | 多进程保活 | cronClaw cloud 注册地址:https://console.run.claw.cloud/signin?link=TSWVWVN3G294项目地址:https://github.com/vevc/ubuntuSupervisor 官网及项目地址:https://supervisord.orghttps://github.com/Supervisor/supervisor进程管理工具选择❌ systemctl: 宿主机一般不会给特权模式✅ supervisor: 作为1号进程启动,管理...