• 用jq过滤嵌套数组中的字段

    jq '.[] | select (.csetname == "online") | .routes | .[] | .id?'

  • docker buildx构建多架构镜像

    docker buildx build –platform linux/amd64,linux/arm64 –push -t membermatters/membermatters .

  • 呼吸都像在演戏

    对于经常演戏骗人的人,她的每一次呼吸都像在演戏。

  • 昨夜还在烧

    昨天夜里4点左右,体温又上来了,又喝了布洛芬。看今天情况怎么样吧。

  • TCP TIMEWAIT连接复用行为测试

    myip:port -> hub.corp.com:80 hub.corp.com 上面大量 timewait 新的 myip:port -> hub.corp.com:80 进来的时候,hub.corp.com 上面这个连接还是 timewait 会发生什么情况。 测试下来,服务端会丢弃这个 timewait 端口,然后正常建连。

  • 偏激

    偏激,意味着不能理性的有逻辑的看待问题。

  • 讨论问题

    说话的时候,要知道,自己是在讨论问题,还是在劝导对方。 但要避免逃避责任,要真诚直接。这样成本才小。

  • Linux内核RWBS块IO类型字符串说明

    For tracing observability, the kernel provides a way to describe the type of each I/O using a character string named rwbs. This is defined in the kernel blk_fill_rwbs() function, and...

  • Mission_control_is_constantly_changing_the_positions_of_windows

    https://www.reddit.com/r/MacOS/comments/cuhcz2/mission_control_is_constantly_changing_the/ I'll bet you have "group windows by application" turned on in Mission Control preferences. If so, try turning that off. I think the reason why this happens when that...

  • Ebpf Permission Denied

    报错: load program: permission denied: Unrecognized arg#0 type PTR ... ; bpf_map_update_elem(&birth, &pid, &v, BPF_ANY); 20: (18) r1 = 0xffff89a90e035c00 22: (bf) r2 = r7 23: (b7) r4 = 0...