随笔分类 -  转载

别人的链接
摘要:docker安装 ubuntu sudo apt-get update sudo apt-get install ca-certificates curl gnupg lsb-release curl -fsSL https://download.docker.com/linux/ubuntu/gp 阅读全文
posted @ 2021-03-03 20:25 benny1 阅读(45) 评论(0) 推荐(0)
摘要:端口扫描 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 阅读(72) 评论(0) 推荐(0)
摘要:看源码、去波浪线 https://www.cnblogs.com/welan/archive/2020/11/11/13960694.html 问题:import xx 导入同级目录显示红色报错,但是实际并没问题;通过from . import xx没有红色报错,但是解释报错 解决:if True 阅读全文
posted @ 2021-03-02 10:01 benny1 阅读(30) 评论(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 阅读(72) 评论(0) 推荐(0)