Vevc 发布的文章

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号进程启动,管理...

Claw cloud 容器改造 VPS, 实现 SSH 远程登录

本期摘要:Claw cloud | vps | sshClaw cloud 注册地址:https://console.run.claw.cloud/signin?link=TSWVWVN3G294项目地址:https://github.com/vevc/ubuntu容器特点容器一般只运行一个前台进程(PID=1)容器重启后,未挂载存储的数据会丢失容器内部端口需要映射到外部,才可以访问家目录初始化1、权限设置ls -l /home sudo chown -R $USER:$USER /home/$USER2、终端字体颜色美化、ls -l 命令别名设置等curl -sk -o ~/.bash...