随笔分类 -  运维日常

ops daily time
摘要:#!/bin/sh ##################################################### # Name: create_nginx_conf.sh # Version: V1.0 # Author: 运维菜鸟 # Description: 创建ng... 阅读全文
posted @ 2017-07-04 15:20 运维小兵 阅读(2995) 评论(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 运维小兵 阅读(288) 评论(0) 推荐(0)
摘要:#!/bin/bash ##################################################### # Name: change_nginx_upstream_conf.sh # Version: V1.0 # Author: 运维菜鸟 # Description: 更改nginx u... 阅读全文
posted @ 2017-07-04 14:11 运维小兵 阅读(5197) 评论(0) 推荐(0)
摘要:1、查看云主机所走公网ip 2、nginx查看某一时间段日志 阅读全文
posted @ 2017-06-25 21:39 运维小兵 阅读(166) 评论(0) 推荐(0)