需要先搭建v免签web端:https://db.ci/orther/share/4910.html v免签PC端监控下载:https://gitee.com/pmhw/VpayVpay监控 PC 5.1 在操作pc监控端…
自动获取 Cloudflare 的 Ip 解决假墙
1、利用 cloudflare 的 cname 解析(cdn。wzfou。com); 2、购买 dnspod 个人专业版,因为免费版 600 秒 ttl,专业版可以最低 120 秒 ttl,频繁改 ip,ttl 得低一点…
centos7安装Go开发环境
1、下载Go源码包 wget https://golang.google.cn/dl/go1.17.2.linux-amd64.tar.gz 2、编译安装Go到/usr/local tar zxvf go1.17.2.l…
linux中给PHP安装mongodb的扩展
centos7.x 64bit php 5.4.45 1.首先下载php的mongodb扩展 从http://pecl.php.net/package/mongo这个网址下载mongodb的扩展源码包 wget …
Alice-LiveMan 转播姬搭建流程
注意:Alice-LiveMan 使用过程中十分消耗服务器资源,如果只是转播情况相对较好,但是一旦需要使用到内容规制的时候就会对服务器 CPU 有相当的硬性要求。一般超开严重的 VPS 并不适合进行搭建(包括如腾讯、阿里…
Owncast 直播管理平台一键安装脚本
测试环境:centos7 64 在ssh输入以下命令 curl -s https://owncast.online/install.sh | bash 安装完如下: Created directory [✓] Downl…
关于python 3.6:ImportError:没有名为’requests’的模块,但是请求已安装
ImportError: No module named 'requests' but, requests has been installed 我已经在Mac上安装了请求,但错误消息显示该库不存在。…