摘要:
https://blog.csdn.net/wt334502157/article/details/120290580 https://www.cnblogs.com/students/p/10060017.html 阅读全文
摘要:
#!/bin/bash #服务器一键优化工具 function define_check_network() { echo 主机名为`hostname -f` ping www.baidu.com -c 6 } function define_yum () { #关闭selinux sed -i ' 阅读全文