上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 83 下一页
摘要: 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 阅读(44) 评论(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 阅读(197) 评论(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 阅读(166) 评论(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 阅读(99) 评论(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 阅读(29) 评论(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 阅读(142) 评论(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 阅读(21) 评论(0) 推荐(0)
摘要: 安装transmission opkg update opkg list | grep transmission opkg install transmission-cli transmission-daemon transmission-remote transmission-web transm 阅读全文
posted @ 2024-11-19 18:11 profesor 阅读(263) 评论(0) 推荐(0)
摘要: https://chromewebstore.google.com/detail/the-stream-detector/iakkmkmhhckcmoiibcfjnooibphlobak Emre YILMAZ Jun 30, 2024 Doesnnt work with twitch anymor 阅读全文
posted @ 2024-11-19 12:52 profesor 阅读(54) 评论(0) 推荐(0)
摘要: require 5.013002; # or better: use Syntax::Construct qw(/r); print "bla: ", $myvar =~ s/a/b/r, "\n"; See perl5132delta: The substitution operator now 阅读全文
posted @ 2024-11-15 17:58 profesor 阅读(7) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 83 下一页