项目地址: https://github.com/Anankke/ss-panel-v3-mod_Uim
环境要求: 宝塔、1GB内存、centos7
安装宝塔,LNMP环境部署后添加配置网站vivi.ink
复制下面全部代码,然后粘贴到ssh命令端:
cd /www/wwwroot/vivi.ink
yum update && yum install git -y
git clone -b master https://github.com/Anankke/ss-panel-v3-mod_Uim.git tmp && mv tmp/.git . && rm -rf tmp && git reset --hard
cp config/.config.php.example config/.config.php
chown -R root:root *
chmod -R 755 *
chown -R www:www storage
php composer.phar install
软件设置php修改:
关闭 display_errors
禁用函数 system proc_open proc_get_status
运行模式设为静态
运行目录设置为public,取消勾选防跨站攻击
设置伪静态:
location / {
try_files $uri /index.php$is_args$args;
}
新建数据库,并导入sql文件夹下的glzjin_all.sql
进入网站根目录/config/config.php修改参数:
appName
baseUrl
db_database
db_username
db_password
创建管理员:
php xcat initQQWry //下载ip解析库,必须
php xcat createAdmin //创建管理员,必须
php xcat npmbuild //构建index
设置定时任务:
执行crontab -e命令, 添加以下四条
30 22 * php /www/wwwroot/demo.baiyue.one/xcat sendDiaryMail
0 0 * php -n /www/wwwroot/demo.baiyue.one/xcat dailyjob
/1 * php /www/wwwroot/demo.baiyue.one/xcat checkjob
/1 * php /www/wwwroot/demo.baiyue.one/xcat syncnode
然后按ECS键后输入:wq回车退出。
当你离职时如果想彻底清除电脑硬盘里的数据,防止格式化后被人恢复,可以参考三个方法:
A:用管理员权限运行powershell或者cmd,输入命令:
cipher /w:D (D为需要擦除的磁盘分区,不会删除分区,反复用0和1读写硬盘来完整擦除数据)
B:用Eraser软件清除。
C:假如需要整个硬盘清除,建议使用Gdisk,需要刻启动盘或者用UltraISO写入U盘。
*工具包下载地址: http://tokyohot.ltd/
*清除数据后可以使用OntrackEasyRecovery等磁盘恢复工具扫一遍。
1.基于virtio的KVM,CentOS7或Debian9系统,内存4GB,DebianNET.sh脚本由Vicer开发,网址:https://moeclub.org
wget -qO DebianNET.sh qiu.sh/dd && bash DebianNET.sh -dd "https://delivery.yuntu.moe/teddysun/cn_windows2019.gz"
2.Teddysun版本,15GB VHD。
wget -O- "https://delivery.yuntu.moe/teddysun/cn_windows2019.gz" | gunzip | dd of=/dev/sda
/远程桌面的默认用户名/密码/
用户: administrator
密码: Password147
3.KMS客户端安装密钥
https://docs.microsoft.com/zh-cn/windows-server/get-started/kmsclientkeys
V2Ray 原生支持 Socks、HTTP、Shadowsocks、VMess 等协议。
ubuntu/debian 安装 Curl:
apt-get update -y && apt-get install curl -y
centos 安装 Curl:
yum update -y && yum install curl -y
官方:
bash <(curl -L -s https://install.direct/go.sh)
其它脚本:
bash <(curl -s -L https://git.io/v2ray.sh)
或
bash <(curl -s -L https://raw.githubusercontent.com/233boy/v2ray/master/install.sh)
Wordpress+v2ray_ws_tls1.3一键脚本(Centos7 VPS, 2GB RAM, 完成后访问域名,开始wordpress初始配置):
yum install -y wget && wget https://raw.githubusercontent.com/atrandys/v2ray-ws-tls/master/v2ray_ws_tls_with_wp.sh && chmod +x v2ray_ws_tls_with_wp.sh && ./v2ray_ws_tls_with_wp.sh
查看参数:
cat /etc/v2ray/myconfig.json
BBR:
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
启动
systemctl start v2ray
service start v2ray
停止
systemctl stop v2ray
service stop v2ray
重启
systemctl restart v2ray
service restart v2ray
V2Ray快速管理:
v2ray bbr 配置BBR
v2ray info 查看 V2Ray 配置信息
v2ray config 修改 V2Ray 配置
v2ray link 生成 V2Ray 配置文件链接
v2ray infolink 生成 V2Ray 配置信息链接
v2ray qr 生成 V2Ray 配置二维码链接
v2ray ss 修改 Shadowsocks 配置
v2ray ssinfo 查看 Shadowsocks 配置信息
v2ray ssqr 生成 Shadowsocks 配置二维码链接
v2ray status 查看 V2Ray 运行状态
v2ray start 启动 V2Ray
v2ray stop 停止 V2Ray
v2ray restart 重启 V2Ray
v2ray log 查看 V2Ray 运行日志
v2ray update 更新 V2Ray
v2ray update.sh 更新 V2Ray 管理脚本
v2ray uninstall 卸载 V2Ray