上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: 使用场景:本地主机安装好的python3.8 版本的运行环境,迁移道其他主机执行 pip install -r .\requirements.txt 运行一下命令解决: python3 -m pip install watchdog 阅读全文
posted @ 2024-05-10 09:28 狂奔的狼 阅读(148) 评论(0) 推荐(0)
摘要: # 先卸载旧的golang yum remove golang # 然后找到最新版本 https://golang.google.cn/dl/ # 下载安装 cd /usr/local/src wget https://golang.google.cn/dl/go1.21.1.linux-amd64 阅读全文
posted @ 2024-04-15 12:57 狂奔的狼 阅读(1940) 评论(0) 推荐(1)
摘要: 安装deb软件,如google 下载google: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 使用gdebi安装google的deb软件:gdebi google-chrome-sta 阅读全文
posted @ 2024-02-26 00:38 狂奔的狼 阅读(204) 评论(0) 推荐(0)
摘要: 记录问题:挖坑 阅读全文
posted @ 2023-11-15 21:00 狂奔的狼 阅读(64) 评论(0) 推荐(0)
摘要: docker-compose up -d 安装docker环境,提示一下错误:docker-compose 命令没发现。 docker compse up -d 报错: Cannot connect to the Docker daemon at unix:///var/run/docker.soc 阅读全文
posted @ 2023-11-15 20:32 狂奔的狼 阅读(59) 评论(0) 推荐(0)
摘要: 0x00 问题: sudo apt install libxml2-dev libxslt1-dev 提示:E: Unable to locate package libxslt1-dev 0x01 查看kali源,是国外的kali源,需要更换国内ali源。 vim /etc/apt/sources 阅读全文
posted @ 2023-11-11 13:55 狂奔的狼 阅读(305) 评论(0) 推荐(0)
摘要: usage: zoomeye domain [-h] [-page PAGE] [-dot] q {0,1} //用法:zoomeye域[-h][-page page][-dot]q{0,1} positional arguments: //位置参数: q search key word(eg:ba 阅读全文
posted @ 2023-09-16 01:03 狂奔的狼 阅读(178) 评论(0) 推荐(0)
摘要: kunyu 工具的常见案例和示例命令: 基本主机搜索:执行基本的主机搜索,以获取有关特定域或IP地址的信息。 SearchHost example.com 基本 Web 搜索:执行基本的 Web 搜索,以查找与特定查询条件相关的网站。 SearchWeb "vulnerabilities in Wo 阅读全文
posted @ 2023-09-11 15:03 狂奔的狼 阅读(154) 评论(0) 推荐(0)
摘要: 0、快捷安装 pip install -r requirement.txt -i https://pypi.tuna.tsinghua.edu.cn/simple pip install -r requirement.txt -i https://pypi.tuna.tsinghua.edu.cn/ 阅读全文
posted @ 2023-09-11 11:29 狂奔的狼 阅读(857) 评论(0) 推荐(0)
摘要: 更换镜像执行bundle install即可 bundle config mirror.https://rubygems.org https://gems.ruby-china.com 阅读全文
posted @ 2023-08-28 00:37 狂奔的狼 阅读(753) 评论(0) 推荐(1)
上一页 1 2 3 4 5 6 ··· 9 下一页