随笔分类 -  经验类

各种经验总结
摘要:端口扫描 nc -nvz 175.24.120.234 1-1000 创建多级目录 https://www.jianshu.com/p/d9be0321f519 ssh-proxycommand;自动跨过中间节点,直达目标 https://cikeblog.com/proxycommand.html 阅读全文
posted @ 2021-03-02 13:28 benny1 阅读(71) 评论(0) 推荐(0)
摘要:transport是一个线程 SShClient.connect()的时候,新建了一个transport; 然后这个transport开启了一个后台线程专门来发送或者接受数据。 其他线程和这个后台线程进行数据交互的中间件是一个称为packetizer的东西, 放进去的东西需要告知类别与处理方法,然后 阅读全文
posted @ 2021-03-02 10:46 benny1 阅读(140) 评论(0) 推荐(0)
摘要:华为云 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 阅读(51) 评论(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 阅读(39) 评论(0) 推荐(0)
摘要:pbkdf2_sha256$216000$HemUbE205Tbj$PT7B/2ZuuL6mTZoQBBHp5Hxp9r/8udRrbS+XTqZPblc 》数据库内密码 pbkdf2_sha256--》算法 216000--》迭代次数 HemUbE205Tbj--》盐 PT7B/2ZuuL6mTZ 阅读全文
posted @ 2021-01-23 10:17 benny1 阅读(252) 评论(0) 推荐(0)