上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 83 下一页
摘要: bash shell: vim ~/.bash_aliases export PATH=$PATH:/opt:/home/euler/.bin 注意/opt,后面不要加/,不能写成/opt/ 同理/home/euler/.bin,不能写成home/euler/.bin/ :wq 保存退出 . ~/. 阅读全文
posted @ 2024-07-11 19:09 profesor 阅读(36) 评论(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 阅读(197) 评论(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 阅读(34) 评论(0) 推荐(0)
摘要: 科大镜像,推荐,下载速度非常快 https://mirrors.ustc.edu.cn/freebsd/releases/amd64/amd64/ISO-IMAGES/14.2/ (需要使用浏览器下载了,另存为) 163镜像,龟速 https://mirrors.163.com/freebsd/re 阅读全文
posted @ 2024-06-24 23:58 profesor 阅读(541) 评论(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 阅读(350) 评论(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 阅读(51) 评论(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 阅读(69) 评论(0) 推荐(0)
摘要: Check that you have the locales package installed dpkg -l locales If not, install it sudo apt-get install locales As root, type sudo dpkg-reconfigure 阅读全文
posted @ 2024-06-24 11:18 profesor 阅读(51) 评论(0) 推荐(0)
摘要: pkg search pip 查看版本 或者 查看python版本 如果是python3.9.x pkg install py39-pip 来源: https://darryldias.me/2021/install-python-pip-on-freebsd/ pip install bs4 re 阅读全文
posted @ 2024-06-22 17:10 profesor 阅读(64) 评论(0) 推荐(0)
摘要: sudo vim /etc/network/interfaces # interfaces(5) file used by ifup(8) and ifdown(8)auto loiface lo inet loopback auto eth0iface eth0 inet staticaddres 阅读全文
posted @ 2024-06-22 16:42 profesor 阅读(71) 评论(0) 推荐(0)
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 83 下一页