Centos-7系统优化脚本

Centos-7系统优化脚本

### 脚本如下,后续继续优化 “`sh #!/bin/bash #author junxi by #this script is only for CentOS 7.x #check the OS platform=`uname -i` if [ $platform != x86_64 ];then echo this script is only for 64bit Operating System ! exit 1 fi echo the pla