摘要: https://www.madinaharabic.com/https://arabic-for-nerds.com/https://arabic.fi/ 阅读全文
posted @ 2024-04-09 20:56 profesor 阅读(7) 评论(0) 推荐(0) 编辑
摘要: https://kotobanomado.jp/ https://audiobook.jp/ https://l-world.shogakukan.co.jp/list-e-h.html https://l-world.shogakukan.co.jp/audio_download.html htt 阅读全文
posted @ 2024-03-31 11:52 profesor 阅读(376) 评论(0) 推荐(0) 编辑
摘要: https://news.ycombinator.com/item?id=20809666 So recently I did a couple of minor patches on the FreeBSD and NetBSD kernels and played with some linux 阅读全文
posted @ 2024-03-29 13:03 profesor 阅读(7) 评论(0) 推荐(0) 编辑
摘要: wget -c "https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/6515/sicp.zip" 下载解压后,可以放到本地的服务器上观看 https://www.google.com/search?q=si 阅读全文
posted @ 2024-03-25 02:13 profesor 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://www.telegraph.co.uk/ https://www.theguardian.com/ https://www.independent.co.uk/ https://www.thetimes.co.uk/ https://www.ft.com// https://www. 阅读全文
posted @ 2024-03-19 01:05 profesor 阅读(7) 评论(0) 推荐(0) 编辑
摘要: https://www.ams.org/home/page https://www.aps.org/ math journal: https://www.jstor.org/journal/mathhorizons 阅读全文
posted @ 2024-03-15 16:21 profesor 阅读(6) 评论(0) 推荐(0) 编辑
摘要: editorials: https://www.ft.com/ft-view 非常重要的英文语法: https://grammartips.homestead.com/possessivewithgerund.html sed & awk GNU manual https://www.gnu.org 阅读全文
posted @ 2024-03-15 16:02 profesor 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://theswissbay.ch/pdf/ https://repo.zenk-security.com/ 阅读全文
posted @ 2024-03-12 16:51 profesor 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://www.bootlin.comsite:https://bootlin.com/doc/ Linux Kernel in a Nutshell bookhttps://bootlin.com/community/kernel/lkn/ Linux Kernel in a Nutshe 阅读全文
posted @ 2024-03-12 15:51 profesor 阅读(5) 评论(0) 推荐(0) 编辑
摘要: No need to add that my being happy in Forks is an impossibility. 关于此句的有非常精彩的讨论,见: https://forum.wordreference.com/threads/no-need-to-add-that-my-being 阅读全文
posted @ 2024-03-09 14:12 profesor 阅读(8) 评论(0) 推荐(0) 编辑
摘要: Elementary Number Theory & its applications, 7th editionPublished by Pearson (November 18, 2022) © 2023 https://www.pearson.com/en-us/subject-catalog/ 阅读全文
posted @ 2024-03-03 20:23 profesor 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 莱昂氏UNIX源代码分析https://book.douban.com/subject/1231822/ 日本人开办过一个阅读此书源码的兴趣小组,可以使用google搜索下 搭配这个虚假机去理解内核代码:PDP-11虚拟机和UNIX V5,V6,V7的源代码https://book.douban.c 阅读全文
posted @ 2024-02-28 13:16 profesor 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 中科大的镜像,推荐,不限速 https://mirrors.ustc.edu.cn/ubuntu-releases/ 华中科技大学: https://mirrors.hust.edu.cn/ubuntu-releases/ 清华大学: https://mirrors.tuna.tsinghua.ed 阅读全文
posted @ 2023-12-11 00:39 profesor 阅读(1031) 评论(0) 推荐(0) 编辑
摘要: 官方源: https://download.freebsd.org/releases/ 阿里云: https://mirrors.aliyun.com/freebsd/releases/ 中科大(更新不及时) https://mirrors.ustc.edu.cn/freebsd/ OLD AMD6 阅读全文
posted @ 2023-09-11 10:47 profesor 阅读(45) 评论(0) 推荐(0) 编辑
摘要: Current Release: 2022.11.01 Included Kernel: 6.0.6 ISO Size: 782.3 MB 详细介绍:https://archlinux.org/download/ 安装指南:https://wiki.archlinux.org/title/Insta 阅读全文
posted @ 2022-11-06 12:39 profesor 阅读(263) 评论(0) 推荐(0) 编辑
摘要: 官方下载页面: https://getfedora.org/en/workstation/download/ 中科大下载页面: https://mirrors.ustc.edu.cn/fedora/releases/36/Workstation/x86_64/iso/ 阿里云: http://mir 阅读全文
posted @ 2022-08-20 14:20 profesor 阅读(111) 评论(0) 推荐(0) 编辑
摘要: some high-quality udemy courses to learn: https://www.udemy.com/user/reecekenney/ 阅读全文
posted @ 2021-04-06 00:29 profesor 阅读(51) 评论(0) 推荐(0) 编辑
摘要: texlive-base – 160 MB texlive-latex-recommended – 203 MB texlive – 269 MB texlive-latex-extra – 464 MB texlive-full – 5903 MB reference: https://linux 阅读全文
posted @ 2020-05-21 17:25 profesor 阅读(808) 评论(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 阅读(5) 评论(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:10 profesor 阅读(2) 评论(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 阅读(2) 评论(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 阅读(2) 评论(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 阅读(2) 评论(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 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://github.com/Tyrrrz/YoutubeDownloader https://github.com/Tyrrrz/YoutubeDownloader/releases 比付费的软件还实用。 阅读全文
posted @ 2024-11-13 12:37 profesor 阅读(4) 评论(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 阅读(8) 评论(0) 推荐(0) 编辑