上一页 1 2 3 4 5 6 ··· 10 下一页
摘要: 1、chatgpt生成project.go文件,使用命令行生成project.go 的go.mod文件 go mod init project.go 2、使用命令行下载project.go的依赖 go mod tidy 3、运行go程序 go run project.go 4、go编译二进制文件 g 阅读全文
posted @ 2024-07-17 14:46 狂奔的狼 阅读(22) 评论(0) 推荐(0)
摘要: 使用场景:本地主机安装好的python3.8 版本的运行环境,迁移道其他主机执行 pip install -r .\requirements.txt 运行一下命令解决: python3 -m pip install watchdog 阅读全文
posted @ 2024-05-10 09:28 狂奔的狼 阅读(131) 评论(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 狂奔的狼 阅读(1825) 评论(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 狂奔的狼 阅读(156) 评论(0) 推荐(0)
摘要: 记录问题:挖坑 阅读全文
posted @ 2023-11-15 21:00 狂奔的狼 阅读(51) 评论(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 狂奔的狼 阅读(38) 评论(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 狂奔的狼 阅读(275) 评论(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 狂奔的狼 阅读(142) 评论(0) 推荐(0)
摘要: kunyu 工具的常见案例和示例命令: 基本主机搜索:执行基本的主机搜索,以获取有关特定域或IP地址的信息。 SearchHost example.com 基本 Web 搜索:执行基本的 Web 搜索,以查找与特定查询条件相关的网站。 SearchWeb "vulnerabilities in Wo 阅读全文
posted @ 2023-09-11 15:03 狂奔的狼 阅读(120) 评论(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 狂奔的狼 阅读(770) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 10 下一页