1、firewalld的基本使用启动:systemctl start firewalld关闭:systemctl stop firewalld查看状态:systemctl status firewalld 开机禁用:systemctl disable firewalld开机启用:systemctl enable firewalld2.systemc…
SuperBench脚本:1、中文版 wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh 2、英文版 wget -N --no-che…
Linux ssh 安全设置,Linux默认的SSH端口是22,为了安全性就需要修改掉默认的SSH端口号,防止被穷举密码。禁止root登录,新建普通用户登录。修改SSH默认端口编辑/etc/ssh/sshd_config 文件vim /etc/ssh/sshd_config 找到Port 22 改成Port 10086 重启ssh/etc/init…
在使用了Cloudflare加速的域名后面加上/cdn-cgi/trace即可,如http://a.com/改为http://a.com/cdn-cgi/traceCloudflare全球网络信息:https://www.cloudflare.com/network/Cloudflare服务器状态监控:https://www.cloudflares…
说明:Rinetd就是另外一种lkl bbr,好处是不需要开启TUN/TAP,对于后台没有或者找不到这个模块的,刚好可以用一下。其实这种方式的BBR加速很早前就提过了,参考:OpenVZ平台Google BBR加速TCP之Rinetd方式,不过就是需要手动安装,对新手有点不友好,这里loc南琴浪大佬根据这种方式,写了个魔改BBR一键脚本,就发一下。…
在 functions.php 中加入以下代码:/** * 加载时间 * @return bool */ function timer_start() { global $timestart; $mtime = explode( ' ', microtime() ); $timestart = $mtime[1] + $mtime[0]; retu…
宝塔面板专业版破解(破解之后所有付费插件都可以装,因为都是官方。无后门。专业版到期时间每天增加一天)测试系统:Ubuntu 14.04 *64Ubuntu 16.04 *64测试平台:搬瓦工、Ultravps、AWS日本第一步:(官方安装宝塔5.9免费版)wget -O install.sh http://download.bt.cn/instal…
在Nginx配置文件中加入以下代码:ssl_prefer_server_ciphers on; ssl_protocols TLSv1 TLSv1.1 TLSv1.2 TLSv1.3; ssl_ciphers TLS13-AES-256-GCM-SHA384:TLS13-CHACHA20-POLY1305-SHA256:TLS13-AES-128-…