06 2024 档案
摘要:把换成国内源,加快升级速度: 可以换成清华的源: https://mirrors.tuna.tsinghua.edu.cn/help/kali/ sed -i "s@http://http.kali.org/kali@https://mirrors.tuna.tsinghua.edu.cn/kali
阅读全文
摘要:科大镜像,推荐,下载速度非常快 https://mirrors.ustc.edu.cn/freebsd/releases/amd64/amd64/ISO-IMAGES/14.2/ (需要使用浏览器下载了,另存为) 163镜像,龟速 https://mirrors.163.com/freebsd/re
阅读全文
摘要:pip install lxmlCollecting lxml Using cached lxml-5.2.2.tar.gz (3.7 MB) Installing build dependencies ... done Getting requirements to build wheel ...
阅读全文
摘要:root账户下运行: pkg search texlive-full pkg install texlive-full https://www.freshports.org/print/texlive-full/ 参考:https://www.tug.org/texlive/quickinstall
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:查看python版本 如果是python3.19.x pkg install py39-pip 来源: https://darryldias.me/2021/install-python-pip-on-freebsd/ pip install bs4 requests lxml 注意使用国内的源,提
阅读全文
摘要: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
阅读全文
摘要:先备份, sudo cp /etc/systemd/logind.conf /etc/systemd/logind.conf.bak 修改: sudo vim /etc/systemd/logind.conf Just uncomment the "HandleLidSwitch=suspend"
阅读全文
摘要:wget https://www.oxfordlearnersdictionaries.com/media/english/uk_pron/a/a__/a__gb/a__gb_2.mp3 --2024-06-20 01:22:10-- https://www.oxfordlearnersdictio
阅读全文
摘要:如何获取图书的信息,google提供了获取图书信息的api. https://www.googleapis.com/books/v1/volumes?q=isbn:9781492097334 https://www.googleapis.com/books/v1/volumes?q=isbn:978
阅读全文
摘要:https://web.archive.org/web/20150102010357/https://support.apple.com/kb/dl1531 https://web.archive.org/web/20150112213836/http://appldnld.apple.com/Sa
阅读全文
摘要:Collins-Robert French Dictionary Harrap's Shorter French Dictionary Oxford–Hachette French Dictionary https://en.wikipedia.org/wiki/Collins-Robert_Fre
阅读全文
摘要:Pip源设置(使用清华源) 1、临时使用 pip install -i https://pypi.tuna.tsinghua.edu.cn/simple some-package 2、永久更改pip源 升级 pip 到最新的版本 (>=10.0.0) 后进行配置: pip install pip -
阅读全文
摘要:Ubuntu 24.04 LTS 下载 https://mirrors.ustc.edu.cn/ubuntu-releases/24.04/ http://mirrors.aliyun.com/ubuntu-releases/24.04/ https://mirrors.huaweicloud.co
阅读全文