上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 83 下一页
摘要: 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 阅读(22) 评论(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 阅读(276) 评论(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 阅读(64) 评论(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 阅读(8) 评论(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 阅读(82) 评论(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 阅读(25) 评论(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 阅读(350) 评论(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 阅读(160) 评论(0) 推荐(0)
摘要: https://github.com/Tyrrrz/YoutubeDownloader https://github.com/Tyrrrz/YoutubeDownloader/releases 比付费的软件还实用。 阅读全文
posted @ 2024-11-13 12:37 profesor 阅读(309) 评论(0) 推荐(0)
摘要: lsblk is not a default package on any platform that I'm aware, so you need to install it on any fresh install: $ opkg update $ opkg -A info lsblkPacka 阅读全文
posted @ 2024-11-13 02:16 profesor 阅读(593) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 83 下一页