会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jack2zhang
博客园
首页
新随笔
联系
订阅
管理
2018年1月29日
nginx关闭favicon.ico 日志记录
摘要: # 把以下配置放到 server {} 块. #关闭favicon.ico不存在时记录日志location = /favicon.ico {log_not_found off;access_log off;}
阅读全文
posted @ 2018-01-29 15:01 jack2zhang
阅读(256)
评论(0)
推荐(0)
2017年12月11日
利用proxychains在终端使用socks5代理
摘要: 111
阅读全文
posted @ 2017-12-11 14:28 jack2zhang
阅读(598)
评论(0)
推荐(0)
python虚拟环境
摘要: 原文地址:http://www.cnblogs.com/jack2zhang/p/8022270.html 安装: ::: warning*here be dragons*::: 本文作者: jack2zhang 本文链接: http://www.cnblogs.com/jack2zhang/p/8
阅读全文
posted @ 2017-12-11 11:35 jack2zhang
阅读(124)
评论(0)
推荐(0)
2017年12月2日
七牛上传操作
摘要: 下载qshell wget -c https://dn-devtools.qbox.me/2.1.5/qshell-linux-x64 设置执行权限和配置环境变量 $ mv qshell-linux-x64 qshell $ chmod +x qshell mv qshell /usr/bin/ 原
阅读全文
posted @ 2017-12-02 22:38 jack2zhang
阅读(331)
评论(0)
推荐(0)
公告