会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
arun
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
22
23
24
25
26
27
28
29
30
···
64
下一页
2017年8月16日
006_nginx动态upstream和安全检查模块
摘要: 一、参考Tengine http://tengine.taobao.org/document_cn/http_dyups_cn.html ngx_http_dyups_module Description This module can be used to update your upstream
阅读全文
posted @ 2017-08-16 18:58 arun_yh
阅读(997)
评论(0)
推荐(0)
2017年8月8日
001_打开临时文件导致/路径报警
摘要: 👇下面遇到一个奇怪的事情 一、 xxx-machine-hostname的 / 目录磁盘空间不足,当前值[80.33%,5.49GiB]异常开始于08-08 19:27:34,已持续30分钟 -rw 1 dev dev 18G Aug 8 19:30 /var/tmp/app.log.swp 二、
阅读全文
posted @ 2017-08-08 22:31 arun_yh
阅读(203)
评论(0)
推荐(0)
2017年8月3日
调查问卷工具汇总
摘要: 一、调查问卷工具汇总 https://zh.surveymonkey.com
阅读全文
posted @ 2017-08-03 09:32 arun_yh
阅读(525)
评论(0)
推荐(0)
2017年8月1日
006_ssl监测及评分
摘要: https://testssl.sh/ 一、 https://www.ssllabs.com/ssltest/analyze.html?d=jyall.com 监测下jyll.com,不忍直视啊! 二、 https://myssl.com/dns_check.html#dns_check 实用工具箱
阅读全文
posted @ 2017-08-01 15:13 arun_yh
阅读(266)
评论(0)
推荐(0)
2017年7月31日
005_nginx414_nginx 414 Request-URI Too Large
摘要: 一、开发请求一个非常长的请求参数 https://jiaju.jyall.me/backend/dish/getSales/?dishId=167271&dishId=166975&dishId=166509&dishId=167088&dishId=166976&dishId=159375&dis
阅读全文
posted @ 2017-07-31 19:16 arun_yh
阅读(1226)
评论(0)
推荐(0)
2017年7月30日
001_vagrant利器
摘要: 一、 这是一个关于Vagrant的学习系列,包含如下文章: git地址=> https://github.com/aruncre/vagrant 二、
阅读全文
posted @ 2017-07-30 21:27 arun_yh
阅读(198)
评论(0)
推荐(0)
2017年7月28日
003_docsify - 无需构建、轻量级的文档生成工具 - V2EX
摘要: 一、 https://docsify.js.org/#/
阅读全文
posted @ 2017-07-28 15:50 arun_yh
阅读(431)
评论(0)
推荐(0)
2017年7月27日
002_HTTP每日分析及翻译
摘要: 一、Request Headers <1>Accept <2>Accept-Encoding <3>Accept-Language <4>Cache-Control <5>Connection <6>Cookie <7>Host <8>Pragma <9>Referer <10>Upgrade-In
阅读全文
posted @ 2017-07-27 18:03 arun_yh
阅读(315)
评论(0)
推荐(0)
2017年7月26日
004_Nginx 499错误的原因及解决方法
摘要: 一、 今天进行系统维护,发现了大量的499错误, 499错误 ngx_string(ngx_http_error_495_page), /* 495, https certificate error */ngx_string(ngx_http_error_496_page), /* 496, htt
阅读全文
posted @ 2017-07-26 05:53 arun_yh
阅读(1233)
评论(0)
推荐(0)
007_linux显示一个文件的某几行(中间几行)
摘要: <1>从第3000行开始,显示1000行。即显示3000~3999行 cat -n filename | tail -n +3000 | head -n 1000 <2>显示1000行到3000行 cat filename| head -n 3000 | tail -n +1000 *注意两种方法的
阅读全文
posted @ 2017-07-26 05:45 arun_yh
阅读(298)
评论(0)
推荐(0)
上一页
1
···
22
23
24
25
26
27
28
29
30
···
64
下一页
公告