This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1、yum系统更新 yum update | |
--------------------- | |
2、查看系统版本 | |
cat /etc/redhat-release | |
输出如下则表示已升级到7.5或者更高版本 | |
CentOS Linux release 7.5.1804 (Core) | |
--------------------- | |
3、安装elrepo并升级内核 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
第一步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 |
NewerOlder