忘言阁

Zenith John's Nonsense

一些阅读辅助脚本

我创建了一个新的仓库 https://github.com/zenith-john/ReadingTools ,包含了我个人使用的几个 Python 脚本。作用是进行非线性读书的规划和提取外语文章的单词并创建生词表。欢迎意见和建议。

Emacs

版本 Emacs 是我最常用的编码工具。我使用的是 Emacs 27 版本,自己编译,编译选项为 ./configure --with-dbus --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xft --with-xpm --with-xml2 --with-xwidgets --with-modules --with-native-compilation --with-pgtk --with-json --with-mailutils CFLAGS="-O3 -mtune=native -march=native -fomit-frame-pointer" 配置文件主体 对于新手而言,不建议

Emacs mu4e 配置

Offlineimap 首先我们需要使用 Offlineimap 来获取服务器上的邮件。我们需要准备几个文件,一是 ~/.offlineimaprc 如下 [general] accounts = Foxmail, Tsinghua pythonfile = ~/.offlineimap.py [Account Foxmail] localrepository = LocalFoxmail remoterepository = RemoteFoxmail proxy = SOCKS5:172.26.240.1:10800 [Repository LocalFoxmail] type = Maildir localfolders = ~/Documents/Mail/Foxmail [Repository RemoteFoxmail] type = IMAP remotehost

Ubuntu 安装后

使用的代理软件 v2raya 以及 v2ray-core。具体可以参考 这篇文章。 同时,为让命令行工具使用代理,我使用的是 privoxy apt install privoxy vim /etc/privoxy/config 修改为 forward-socks5t / 127.0.0.1:1080 . listen-address 127.0.0.1:8118 注意 .

Windows 装机指南

常用软件 Office: 请卸载 OneNote UWP 版后,重新下载。 In powershell: Get-AppxPackage *OneNote* | Remove-AppxPackage 从这里 https://www.onenote.com/download# 下载 Firefox (也可用 Edge) http://www.firefox.com.cn/ 使用全球服务同步,导入 switchOmega 配置 考虑使用 dogedoge 作为搜索引擎 Vscode: R, R lsp

半自动化下载B站收藏夹视频

其实就是使用 js 和大佬写的 you-get 工具。由于学艺不精(对于前端还有命令行并不了解)只能使用半自动化的方法,希望能够有人提出更好的方案。 首先打开收藏夹

我的工具

Manjaro Linux 目前我使用的发行版是Manjaro Linux,这个发行版基于 Arch 但是有图形化的安装界面对于新手更加的友好。使用这个发行版的好处是有大量的软

HUGO SUMMARY

如果HUGO的文章为中文,那么在config.toml需要修改 hasCJKLanguage = true 这样HUGO的SUMMARY系统才能够正常的工作! 参考:Hugo 从入门到