02 2021 档案

摘要:华为云 https://mirrors.huaweicloud.com/ 阿里云 https://developer.aliyun.com/mirror/ 腾讯云 https://mirrors.cloud.tencent.com/ 清华镜像 https://mirrors.tuna.tsinghu 阅读全文
posted @ 2021-02-24 20:20 benny1 阅读(90) 评论(0) 推荐(0)
摘要:后台启动进程 nohup 脚本 > /dev/null 2>&1 & 根据进程名杀进程 ps -a | grep node_exporter | awk '{print $1}' | xargs -i kill {} 阅读全文
posted @ 2021-02-24 13:36 benny1 阅读(51) 评论(0) 推荐(0)
摘要:能上网机器安装代理软件 apt install squid 修改配置 vim /etc/squid/squid.conf http_access deny all -> http_access allow all 重启 squid -k shutdown | systemctl restart sq 阅读全文
posted @ 2021-02-20 20:39 benny1 阅读(83) 评论(0) 推荐(0)
摘要:gas doc GasLimit = 0 GasUsage = 0 BaseFee = 0 GasPremium = 0 OverEstimationBurn = ((GasLimit - GasUsage) * (int(GasLimit - 1.1 * GasUsage))) // GasUsa 阅读全文
posted @ 2021-02-08 11:21 benny1 阅读(318) 评论(0) 推荐(0)