CentOS关闭多余的服务和端口
关闭bluetooth
systemctl stop bluetooth
systemctl disable bluetooth
关闭111端口
systemctl stop rpcbind.socket
systemctl stop rpcbind
systemctl disable rpcbind.socket
systemctl disable rpcbind
关闭25端口
systemctl stop postfix
systemctl disable postfix