博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
sys_init
阅读量:6841 次
发布时间:2019-06-26

本文共 542 字,大约阅读时间需要 1 分钟。

#!/bin/bashyum install  -y wget && \wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo && \yum -y install vim wget bash-completion lrzsz nmap tree nc net-tools htop iotop iftop psmisc && \systemctl stop firewalld.service && systemctl disable firewalld.service setenforce  0  && sed '7s#enforcing#disabled#g' /etc/selinux/config -i #优化文件描述符echo '*               -       nofile          65535 ' >>/etc/security/limits.confulimit -n 65535   #内核优化cat >>/etc/sysctl.conf<

 

转载于:https://www.cnblogs.com/root0/p/9713328.html

你可能感兴趣的文章