上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 38 下一页

2018年4月26日

tcpdump过滤某个端口

摘要: 一般我们使用Tcpdump时都是使用: Java代码 tcpdump -i ethx www.2cto.com 下面这条命令就是查看80端口的访问量,进行排序,取前20位 Java代码 tcpdump -i eth0 -tnn dst port 80 -c 1000 | awk -F"." '{pr 阅读全文

posted @ 2018-04-26 20:43 林肯公园 阅读(16538) 评论(0) 推荐(0)

dnstop DNS分析工具

摘要: http://dns.measurement-factory.com/tools/dnstop/src/ https://github.com/measurement-factory/dnstop http://www.tcpdump.org/release/ (libpcap tcpdump) # 阅读全文

posted @ 2018-04-26 15:13 林肯公园 阅读(1199) 评论(0) 推荐(0)

DNS压力测试

摘要: queryperf 集成在 <= BIND 9.12.4 的版本中。 安装 queryperf cd /usr/local/src wget http://ftp.isc.org/isc/bind9/9.12.4/bind-9.12.4.tar.gz // 编译queryperf tar -zxvf 阅读全文

posted @ 2018-04-26 14:50 林肯公园 阅读(1276) 评论(0) 推荐(0)

bind智能DNS + bindUI管理系统(mysql + bind dlz)

摘要: # 软件环境 * Centos 7.6 * bind-9.14.1.tar.gz * mariadb-server-5.5.60 * python 3.7 * django 2.2.1 QPS:单节点2400 qps # bind UI 管理系统 https://github.com/cucker0 阅读全文

posted @ 2018-04-26 10:54 林肯公园 阅读(2425) 评论(0) 推荐(0)

2018年4月23日

什么情况下,英文单词中的k发音变g,t发音变d,p发音变b

摘要: 当k,t,p在s发音的后面,且在重读音节中,k,t,p就要发相对应的浊辅音g,d,b. 阅读全文

posted @ 2018-04-23 08:00 林肯公园 阅读(1370) 评论(0) 推荐(0)

2018年4月21日

rsyn同步软链接保持不变

摘要: -L, --copy-links transform symlink into referent file/dir 将软链接当文件或目录处理 -K, --keep-dirlinks treat symlinked dir on receiver as dir 将接收文件这端的软件链接目录当作目录 - 阅读全文

posted @ 2018-04-21 18:59 林肯公园 阅读(1549) 评论(0) 推荐(0)

yaml,json,ini这三种格式用来做配置文件优缺点

摘要: 适合人类编写:ini > toml > yaml > json > xml > plist可以存储的数据复杂度:xml > yaml > toml ~ json ~ plist > ini 作者:赵扶摇链接:https://www.zhihu.com/question/41253282/answer 阅读全文

posted @ 2018-04-21 10:31 林肯公园 阅读(17770) 评论(1) 推荐(0)

自动挡车档位介绍

摘要: 自动挡与手动挡的区别自动挡车型与手动挡车型最为直观的区别就是自动挡只有油门和刹车踏板,手动挡车型还有个离合器踏板。自动挡一般在行驶过程中可以解放左脚和右手,只需“一D到底”即可,操作时非常方便、省力;而手动挡无论是在加速还是减速,哪怕是转弯前后都需要手动加减档,驾驶步骤相对繁琐,堵车时更会消耗驾驶者 阅读全文

posted @ 2018-04-21 09:29 林肯公园 阅读(2746) 评论(0) 推荐(0)

"挡位"还是"档位",究竟谁错了

摘要: http://baijiahao.baidu.com/s?id=1581395663965196858&wfr=spider&for=pc 对于“挡”与“档”两个字,我一直并没有给以太多的重视,按照一些《现代汉语词典》解释简单地以为与机械装置有关的应该用“挡”,如:挡位、空挡、倒挡、挂挡、排挡;而有 阅读全文

posted @ 2018-04-21 09:22 林肯公园 阅读(605) 评论(0) 推荐(0)

2018年4月20日

Gitlab备份与恢复、迁移与升级

摘要: 0.Gitlab安装 1.安装和配置必要的依赖关系 在CentOS7,下面的命令将在系统防火墙打开HTTP和SSH访问。 https://mirror.tuna.tsinghua.edu.cn/help/gitlab-ce/ 版本:Gitlab Community Edition 注意: gitla 阅读全文

posted @ 2018-04-20 22:39 林肯公园 阅读(3958) 评论(0) 推荐(1)

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 38 下一页

导航