上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 53 下一页
摘要: 原文:https://www.jianshu.com/p/e53083132a25 Buffer 介绍 Buffer 是 bytes 包中的一个 type Buffer struct{…} A buffer is a variable-sized buffer of bytes with Read 阅读全文
posted @ 2020-06-05 19:04 salami_china 阅读(3048) 评论(0) 推荐(1) 编辑
摘要: Linux高性能交流社区 阅读全文
posted @ 2020-06-02 11:18 salami_china 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 原文:https://ericfu.me/aws-notes-vpc/ VPC 把 VPC 想象成一个逻辑上的数据中心 包含一个 IGW (Internet Gateway)或者 Virtual Private Gateway,Route Tables,Network ACLs,Subnets,Se 阅读全文
posted @ 2020-06-02 09:24 salami_china 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 原文:https://colobu.com/2017/10/11/badger-a-performant-k-v-store/ github地址:https://github.com/dgraph-io/badger badger 大家好,给大家介绍一下, 新晋的高性能的 K/V数据库: badge 阅读全文
posted @ 2020-06-01 09:27 salami_china 阅读(718) 评论(0) 推荐(0) 编辑
摘要: package main import "fmt" func main(){ fmt.Println("Hello, World!") aaa := []string{"111", "222", "333"} bbb := []string{"aaa", "bbb", "ccc"} fmt.Prin 阅读全文
posted @ 2020-05-26 17:23 salami_china 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 检查 [root@localhost]# ethtool -n eth1 rx-flow-hash tcp4 TCP over IPV4 flows use these fields for computing Hash flow key: IP SA IP DA L4 bytes 0 & 1 [T 阅读全文
posted @ 2020-05-22 10:55 salami_china 阅读(923) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python from scapy.all import * a=IPv6(nh=58, src='fe80::214:f2ff:fe07:af0', dst='ff02::1', version=6L, hlim=255, plen=64, fl=0L, tc=224L) b 阅读全文
posted @ 2020-05-18 15:30 salami_china 阅读(1324) 评论(0) 推荐(0) 编辑
摘要: arp_ignore:定义接收到ARP请求时的响应级别0:只要本地设置的有相应的地址,就给予响应。(默认)1:仅回应目标IP地址是本地的入网地址的arp请求。2:仅回应目标IP地址是本地的入网地址,而且源IP和目标IP在同一个子网的arp请求。3:不回应网络界面的arp请求,而只对设置的唯一和连接地 阅读全文
posted @ 2020-05-08 15:52 salami_china 阅读(489) 评论(0) 推荐(0) 编辑
摘要: Linux-负载均衡LVS 阅读全文
posted @ 2020-05-08 11:24 salami_china 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 1)filter表——三个链:INPUT、FORWARD、OUTPUT作用:过滤数据包 内核模块:iptables_filter. 2)Nat表——三个链:PREROUTING、POSTROUTING、OUTPUT作用:用于网络地址转换(IP、端口) 内核模块:iptable_nat 3)Mangl 阅读全文
posted @ 2020-04-28 16:42 salami_china 阅读(731) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 53 下一页