会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
扩大
缩小
明月青天
博客园
首页
新随笔
联系
管理
订阅
2019年11月23日
网站状态相关统计检查脚本
摘要: #!/bin/bash##日志格式:'$remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$http_referer" "$http_user_agent" "$http_x_forwarded
阅读全文
posted @ 2019-11-23 14:29 明月青天
阅读(192)
评论(0)
推荐(0)
2019年11月21日
linux系统状态脚本
摘要: #!/bin/bashprintf "%10s\n" "##主机名##"printf "%-10s\n" "$(hostname)"echo "############CPU状态#############################################################
阅读全文
posted @ 2019-11-21 11:26 明月青天
阅读(308)
评论(0)
推荐(0)
2019年11月14日
安装rabbitMQ的PHP扩展
摘要: 1.环境准备:centos 7.6+PHP7.3 2.安装rabbitmq-ctar xf rabbitmq-c-0.9.0.tar.gzcd rabbitmq-c-0.9.0mkdir build && cd buildcmake -DCMAKE_INSTALL_PREFIX=/usr/local
阅读全文
posted @ 2019-11-14 15:21 明月青天
阅读(1187)
评论(0)
推荐(0)
公告