🌶 过期警告: 本页面距今已有 1452 天未更新,年久失修,内容可能有所偏颇,还请仔细甄别!
1# centos2yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh3 4wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh5 6# debian7wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh8 9# fedora10wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh11 12# 更新13curl http://download.bt.cn/install/update6.sh|bash14 5 collapsed lines15# 删除登录验证16sed -i "s|if (bind_user == 'True') {|if (bind_user == 'REMOVED') {|g" /www/server/panel/BTPanel/static/js/index.js17rm -rf /www/server/panel/data/bind.pl18# 还原绑定19sed -i "s|if (bind_user == 'REMOVED') {|if (bind_user == 'True') {|g" /www/server/panel/BTPanel/static/js/index.js
1wget --no-check-certificate -O tcp.sh https://github.com/cx9208/Linux-NetSpeed/raw/master/tcp.sh && chmod +x tcp.sh && ./tcp.sh2 3wget -O tcp.sh mcnb.top/tcp.sh && bash tcp.sh4 5wget "https://dt.yixiagege.cn/shell/TCP-CN.sh" && chmod +x TCP-CN.sh && ./TCP-CN.sh
1wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh2bash testrace.sh3 4bash <(curl -sL mcnb.top/besttcp.sh)
1# SuperBench2wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash3curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash4 5# Zbench6wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh7wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench.sh && bash ZBench.sh8 9# SuperSpeed10bash <(curl -Lso- https://git.io/superspeed)11 12# LemonBench13curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast14 15# 91yun1 collapsed line16wget -N --no-check-certificate https://raw.githubusercontent.com/91yun/91yuntest/master/test.sh && bash test.sh -i "io,bandwidth,chinabw,download,traceroute,backtraceroute,allping"
1# 备份2cp /etc/ssh/sshd_config /etc/ssh/sshd_config.backup3# 更改端口4vim /etc/ssh/sshd_config5# 重启服务6systemctl restart sshd7# 设置防火墙8# firewall9firewall-cmd --permanent --zone=public --add-port=xxxx/tcp10firewall-cmd --reload11# iptables12iptables -A INPUT -p tcp --dport xxxx -j ACCEPT13service iptables save14systemctl enable iptables
1# 安装2wget https://raw.githubusercontent.com/FunctionClub/Fail2ban/master/fail2ban.sh3bash fail2ban.sh4# 卸载5wget https://raw.githubusercontent.com/FunctionClub/Fail2ban/master/uninstall.sh6bash uninstall.sh
1wget -N --no-check-certificate https://zhujiget.com/wp-content/uploads/2020/brook-pf.sh && chmod +x brook-pf.sh && ./brook-pf.sh
1wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh
1# 查询存储块ID2ls /dev/disk/by-id/3# 格式化硬盘4mkfs.ext4 -F /dev/disk/by-id/scsi-0BUYVM_SLAB_VOLUME-xxxx5# 创建挂载点6mkdir /mnt/pan7# 挂载硬盘8mount -o discard,defaults /dev/disk/by-id/scsi-0BUYVM_SLAB_VOLUME-xxxx /mnt/pan9# 开机自动挂载10echo '/dev/disk/by-id/scsi-0BUYVM_SLAB_VOLUME-xxxx /mnt/pan ext4 defaults,nofail,discard 0 0' | sudo tee -a /etc/fstab
1bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
阿巴阿巴 o((>ω< ))o
/