常用的脚本
bash <(curl -sL kejilion.sh) app komari 探针
bash: wget: command not found
apt update
apt install -y wget curl sudo
bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh) x-ui面板
bash -c "$(curl -fsSL https://raw.githubusercontent.com/caigouzi121380/singbox-deploy/main/install-singbox-yyds.sh)" 快捷创建节点
bash <(curl -sL https://run.NodeQuality.com) 质量检测脚本
bash <(curl -sL https://IP.Check.Place) -4 ipv4质量
bash <(curl -Ls https://raw.githubusercontent.com/admin8800/s-ui/main/install.sh) 备份s-ui
bash <(curl -Ls https://raw.githubusercontent.com/alireza0/s-ui/master/install.sh) s-ui面板
一键开启 BBR + fq
modprobe tcp_bbr
cat > /etc/modules-load.d/bbr.conf <<EOF
tcp_bbr
EOF
cat > /etc/sysctl.d/99-bbr-fq.conf <<EOF
net.core.default_qdisc=fq
net.ipv4.tcp_congestion_control=bbr
EOF
sysctl --system