上一页 1 2 3 4 5 6 ··· 61 下一页
摘要: 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 阅读(5) 评论(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 阅读(7) 评论(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 阅读(4) 评论(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 阅读(6) 评论(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 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Dictionnaire de l’Académie Française https://www.dictionnaire-academie.fr/article/A9B1826 France's new dictionary struggles to keep up with the times 阅读全文
posted @ 2024-11-15 17:44 profesor 阅读(3) 评论(0) 推荐(0) 编辑
摘要: “Emphasis on the upper female torso has recently given way to the lower area of the body, specifically the buttocks. Such a change happened quite rece 阅读全文
posted @ 2024-11-15 17:19 profesor 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Python 3.4+ Use pathlib.Path.stem >>> from pathlib import Path>>> Path("/path/to/file.txt").stem'file'>>> Path("/path/to/file.tar.gz").stem'file.tar' 阅读全文
posted @ 2024-11-14 18:21 profesor 阅读(5) 评论(0) 推荐(0) 编辑
摘要: >> smartctl --test short /dev/sdasmartctl 7.2 2020-12-30 r5155 [aarch64-linux-5.10.176] (localbuild)Copyright (C) 2002-20, Bruce Allen, Christian Fran 阅读全文
posted @ 2024-11-14 13:34 profesor 阅读(18) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Tyrrrz/YoutubeDownloader https://github.com/Tyrrrz/YoutubeDownloader/releases 比付费的软件还实用。 阅读全文
posted @ 2024-11-13 12:37 profesor 阅读(87) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 61 下一页