摘要: 先备份 sysctl.conf,然后在文件里修改 ip_default_ttl ip报文的time to live值,表示报文可以在网络中存活的跳数 默认值64,一般32就够了 ipfrag IP Fragment,ip 分段 ipfrag_high_thresh、ipfrag_low_thresh 阅读全文
posted @ 2022-03-15 17:43 武平宁 阅读(301) 评论(0) 推荐(0)
摘要: #!/bin/bash dst_dir=${2:-/tmp} # 当 $2 为空或null时,设置默认值。 docker cp prometheus:$1 $dst_dir 阅读全文
posted @ 2022-03-15 09:56 武平宁 阅读(165) 评论(0) 推荐(0)