yx
文章 231
未分类 统计nginx日志来源ip访问地区
#!/bin/bash ip_log=/var/log/g6k.log ip=`cat $log|awk ‘{…
未分类 centos6 nginx开机启动脚本练习
#!/bin/bash # chkconfig: 2345 32 62 # description: ngin…
未分类 简单的颜色菜单和case语句练习
#!/bin/bash RED_COLOR=’\E[1;31m’ GREEN_COLOR=’\E[1;32m’…
未分类 简单的检测网站是否异常脚本
#!/bin/bash httpcode(){a=(“`curl -I -s -o /dev/null -w”…
未分类 shell增删改查用户脚本练习
#!/bin/bash if [$UID -ne 0];then echo “oline root” exit…
未分类 shell简单的read和if练习
#!/bin/bash read -p “input number1 and number2:” num1 n…
未分类 镜像站怎么赚钱?像网易163,阿里云源等比较知名的镜像站!
镜像站怎么赚钱? 像网易 163, 阿里云源等比较知名的镜像站! 是不是带有公益性质的? 感觉就阿里云上面贴有…
未分类 centos7添加reids客户端环境变量
vim /etc/profile export PATH=/usr/local/redis/bin:$PATH…