上一页 1 2 3 4 5 6 ··· 53 下一页
摘要: gentoo linux: https://mirrors.ustc.edu.cn/help/gentoo.html https://mirrors.ustc.edu.cn/gentoo/releases/amd64/autobuilds/ Installation Guide for AMD64: 阅读全文
posted @ 2024-07-16 10:51 profesor 阅读(2) 评论(0) 推荐(0) 编辑
摘要: efibootmgr sudo efibootmgr -b 0001 -B sudo !! 来源:https://www.youtube.com/watch?v=C_m0_JzbydU&ab_channel=GaryNewell 阅读全文
posted @ 2024-07-16 10:47 profesor 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Network中设置Adapter 1 Promiscuous Mode: Allow VMs 阅读全文
posted @ 2024-07-15 01:55 profesor 阅读(4) 评论(0) 推荐(0) 编辑
摘要: bash shell: vim ~/.bash_aliases export PATH=/home/kali/.scripts:$PATH :wq 保存退出 . ~/.bashrc 更新 参考:https://www.howtogeek.com/658904/how-to-add-a-directo 阅读全文
posted @ 2024-07-11 19:09 profesor 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 首先确保 data.txt的换行字符(Newline Character)是CR+TF(Windows) Encoding是UTF-8 without Signature 如果不按这个标准来,很容易出现词条数目对不上。 下面正式进行troubleshooting: 1.Invalid keyword 阅读全文
posted @ 2024-07-07 17:51 profesor 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 把换成国内源,加快升级速度: 可以换成清华的源: https://mirrors.tuna.tsinghua.edu.cn/help/kali/ sed -i "s@http://http.kali.org/kali@https://mirrors.tuna.tsinghua.edu.cn/kali 阅读全文
posted @ 2024-06-25 00:13 profesor 阅读(5) 评论(0) 推荐(0) 编辑
摘要: FreeBSD 14.1下载地址: 官方:https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.1/ 科大的镜像:https://mirrors.ustc.edu.cn/freebsd/releases/amd64/amd64 阅读全文
posted @ 2024-06-24 23:57 profesor 阅读(3) 评论(0) 推荐(0) 编辑
摘要: pip install lxmlCollecting lxml Using cached lxml-5.2.2.tar.gz (3.7 MB) Installing build dependencies ... done Getting requirements to build wheel ... 阅读全文
posted @ 2024-06-24 23:47 profesor 阅读(6) 评论(0) 推荐(0) 编辑
摘要: root账户下运行: pkg search texlive-full pkg install texlive-full https://www.freshports.org/print/texlive-full/ 参考:https://www.tug.org/texlive/quickinstall 阅读全文
posted @ 2024-06-24 23:09 profesor 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Not to resurrect an old thread, but if anyone has this same issue and was wondering, you can make it work by following these directions: http://jorisv 阅读全文
posted @ 2024-06-24 13:21 profesor 阅读(2) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 53 下一页