上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 75 下一页
摘要: 注意:本教程是通过代码直接安装一:安装Transmission第一步:直接安装代码:apt-get updateapt-get install -y transmission-daemon第二步:安装后,检查运行状态:代码:systemctl status transmission-daemon.s 阅读全文
posted @ 2024-12-03 16:38 profesor 阅读(1018) 评论(0) 推荐(0)
摘要: Unfortunately, this is technically impossible. Your clients do only query the host name and never tell the DNS server the full URL. You can see this a 阅读全文
posted @ 2024-12-03 00:27 profesor 阅读(16) 评论(0) 推荐(0)
摘要: https://wiki.bsd.cafe/ https://docs.freebsd.org/en/books/handbook/ 阅读全文
posted @ 2024-12-02 17:01 profesor 阅读(8) 评论(0) 推荐(0)
摘要: https://mirrors.tuna.tsinghua.edu.cn/help/raspbian/ aarch64 aarch64 用户可直接参考 Debian 帮助 sudo apt update sudo apt upgrade -y sudo apt install vim 阅读全文
posted @ 2024-11-27 13:39 profesor 阅读(15) 评论(0) 推荐(0)
摘要: pip install lxmlLooking in indexes: https://pypi.tuna.tsinghua.edu.cn/simpleCollecting lxml Downloading https://pypi.tuna.tsinghua.edu.cn/packages/e7/ 阅读全文
posted @ 2024-11-26 14:13 profesor 阅读(119) 评论(0) 推荐(0)
摘要: 镜像列表: https://mirrors.cernet.edu.cn/list https://help.mirrors.cernet.edu.cn/ https://help.mirrors.cernet.edu.cn/FreeBSD/ https://mirrors.cernet.edu.cn 阅读全文
posted @ 2024-11-26 00:20 profesor 阅读(133) 评论(0) 推荐(0)
摘要: 切换到root账号: # cd /usr/local/etc/transmission/home 把setting.json中的 "rpc-whitelist-enabled": true, 修改为: "rpc-whitelist-enabled": false, 如果需要增加用户名、密码登录: 修 阅读全文
posted @ 2024-11-25 19:46 profesor 阅读(72) 评论(0) 推荐(0)
摘要: The default passwords for the images are freebsd/freebsd and root/root. 来源:https://forums.freebsd.org/threads/what-is-the-login-root-password-of-freeb 阅读全文
posted @ 2024-11-25 18:37 profesor 阅读(14) 评论(0) 推荐(0)
摘要: su 输入密码:root 首次更新系统: # pkg update 输入y后,出现如下错误 Certificate verification failed for /CN=pkg.freebsd.org0020E11B77610000:error:0A000086:SSL routines:tls_ 阅读全文
posted @ 2024-11-25 18:31 profesor 阅读(92) 评论(0) 推荐(0)
摘要: Use gsub which does global substitution: echo This++++this+++is+not++done | awk '{gsub(/\++/," ");}1' sub function replaces only 1st match, to replace 阅读全文
posted @ 2024-11-19 18:19 profesor 阅读(14) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 75 下一页