摘要: #!/bin/sh ##################################################### # Name: create_nginx_conf.sh # Version: V1.0 # Author: 运维菜鸟 # Description: 创建ng... 阅读全文
posted @ 2017-07-04 15:20 运维小兵 阅读(2936) 评论(0) 推荐(0) 编辑
摘要: yum remove *jdk* -y #修改selinux以及修改最大文件打开数 echo -e "root soft nofile 65535\nroot hard nofile 65535\n* soft nofile 65535\n* hard nofile 65535" >> /etc/security/limits.conf echo -e "* soft ... 阅读全文
posted @ 2017-07-04 14:49 运维小兵 阅读(274) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash ##################################################### # Name: change_nginx_upstream_conf.sh # Version: V1.0 # Author: 运维菜鸟 # Description: 更改nginx u... 阅读全文
posted @ 2017-07-04 14:11 运维小兵 阅读(5099) 评论(0) 推荐(0) 编辑