Skip to content

Instantly share code, notes, and snippets.

@ComeBey
ComeBey / bbr.txt
Last active January 31, 2024 00:45
centos7 bbr
1、yum系统更新 yum update
---------------------
2、查看系统版本
cat /etc/redhat-release
输出如下则表示已升级到7.5或者更高版本
CentOS Linux release 7.5.1804 (Core)
---------------------
3、安装elrepo并升级内核
@ComeBey
ComeBey / ssr多用户脚本搭建步骤
Last active November 6, 2019 02:00
ssr多用户脚本搭建步骤
第一步sudo -i
第二步.ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y
第二步.(1).centos 系统安装 Curl 方法: yum update -y && yum install curl -y (2).yum install wget 下载wget工具
第三步.wget -N --no-check-certificate https://raw.githubusercontent.com/ComeBey/more-user-ssr/master/hasan.sh && chmod +x hasan.sh && bash hasan.sh
第四步:bash hasan.sh