会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
benny
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
2021年2月24日
常用长linux命令
摘要: 后台启动进程 nohup 脚本 > /dev/null 2>&1 & 根据进程名杀进程 ps -a | grep node_exporter | awk '{print $1}' | xargs -i kill {}
阅读全文
posted @ 2021-02-24 13:36 benny1
阅读(41)
评论(0)
推荐(0)
2021年2月20日
ubuntu借网
摘要: 能上网机器安装代理软件 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
阅读(74)
评论(0)
推荐(0)
2021年2月8日
filecoin
摘要: 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
阅读(310)
评论(0)
推荐(0)
2021年1月23日
django密码生成
摘要: pbkdf2_sha256$216000$HemUbE205Tbj$PT7B/2ZuuL6mTZoQBBHp5Hxp9r/8udRrbS+XTqZPblc 》数据库内密码 pbkdf2_sha256--》算法 216000--》迭代次数 HemUbE205Tbj--》盐 PT7B/2ZuuL6mTZ
阅读全文
posted @ 2021-01-23 10:17 benny1
阅读(252)
评论(0)
推荐(0)
2021年1月13日
python-panda
摘要: 数据类型转换 https://www.cnblogs.com/onemorepoint/p/9404753.html 条件筛选-组合筛选 https://www.cnblogs.com/beyondChan/p/10861045.html
阅读全文
posted @ 2021-01-13 19:36 benny1
阅读(62)
评论(0)
推荐(0)
2020年8月10日
vsftpd配置详解
摘要: vsftpd配置
阅读全文
posted @ 2020-08-10 12:29 benny1
阅读(153)
评论(0)
推荐(0)
ubuntu配置下载源
摘要: 国内用户通常要改下载源,加快速度
阅读全文
posted @ 2020-08-10 11:45 benny1
阅读(963)
评论(0)
推荐(0)
ubuntu下载源详解
摘要: 由于要更改下载源,不知道具体配置那是不行的
阅读全文
posted @ 2020-08-10 11:42 benny1
阅读(458)
评论(0)
推荐(0)
上一页
1
2
3
4
5