CentOS7.6下编译qbittorrent4.2.1

CentOS7.6下编译qbittorrent4.2.1一键安装脚本wget https://lala.im/static/script/qBittorrentCentOS7install.sh && chmod +x qBittorrentCentOS7install.sh ./qBittorrentCentOS7install.sh安装环境依赖yum groupinstall

常用脚本

常用VPS脚本内核更改-开启BBR,更换BBRplus等卸载内核版本wget -O tcp.sh "https://git.io/coolspeeda" && chmod +x tcp.sh && ./tcp.sh镜像(国内机器或ipv6 only请使用这个)wget -N --no-check-certificate "https:/

CentOS 7开放端口和关闭防火墙

开放端口永久的开放需要的端口sudo firewall-cmd --zone=public --add-port=3000/tcp --permanentsudo firewall-cmd --reload之后检查新的防火墙规则firewall-cmd --list-all关闭防火墙临时关闭防火墙,重启后会重新自动打开systemctl restart firewalld检查防火墙状态firewa

宝塔Linux面板

宝塔面板,让运维简单高效,宝塔面板支持Linux与Windows系统,一键配置:LAMP/LNMP、网站、数据库、FTP、SSL,通过Web端轻松管理服务器。官方更新1、上线全新文件管理器2、优化面板加载速度3、优化在线客服模块4、继续优化输入过滤逻辑5、调整计划任务增加时间为上次执行时间宝塔linux面板命令大全[link url="https://www.bt.cn/btcode.html"]

Imagevue X3

在主文件夹建立auth文件夹,并建立index.php<?php header('Access-Control-Allow-Origin:*'); header('Access-Control-Allow-Methods:POST'); header('Access-Control-Allow-Headers:x-requested-with,content-type');