Linux Weekly #15

📅 大事记

好用的开源直播软件 OBS Studio 25.0 发布,能捕获基于 Vulkan 的游戏,新的窗口捕获方法可捕获浏览器、基于浏览器的窗口、Microsoft Store (UWP) 程序,新增高级场景集导入等功能。

Open Broadcaster Software | OBS
OBS (Open Broadcaster Software) is free and open source software for video recording and live streaming. Stream to Twitch, YouTube and many other providers or record your own videos with high quality H264 / AAC encoding.

💡 他山石

How to Make Yourself Into a Learning Machine:这篇采访文给了我一些做笔记的新启发,该文描述了利用下列工具打造高效的学习系统:Readwise:自动爬 Kindle 中的高亮文本、标签、回顾,Anki:转换成 flashcard,间隔重复,Zettelkasten:导入笔记系统,处理、连接。

How to Make Yourself Into a Learning Machine
Shopify’s Director of Production Engineering explains how reading broadly helps him get to the bottom of things

Adventure: source:详细讨论 Bash 中 source 的使用方法。

LinuxCommand.org: source
Learn the Linux command line

在 Bash 的条件判断中为何具有 [][[]] 两种风格?[ 是 Bash 内置命令,跟 test 相似。它们分别对应 /bin/[/bin/test 命令的功能。为了向后兼容,仍然存在。[[ 是更现代的 Bash 选择,具有更好的语法。如果不在乎可移植性的话,那么 [[ 是更好的选择。

What do the two types of brackets do in Bash?
New article covering Bash scripts from ServerSuit remote Linux monitoring and management.

🔧 百宝箱

Sarasa Gothic:找一个好的中文等宽字体并不容易,但 Sarasa Gothic(更纱黑体)看起来还不错。它基于 Iosevka 和思源黑体,包含中日韩支持,免费开源,推荐。

be5invis/Sarasa-Gothic
Sarasa Gothic / 更纱黑体 / 更紗黑體 / 更紗ゴシック / 사라사 고딕. Contribute to be5invis/Sarasa-Gothic development by creating an account on GitHub.

lazygit:这个程序为 Git 版本控制系统提供一个终端界面,比较高级的 Git 功能如 rebase、cherry-pick、合并冲突等用起来更容易了。(Linux/macOS/Windows)

jesseduffield/lazygit
simple terminal UI for git commands. Contribute to jesseduffield/lazygit development by creating an account on GitHub.

LessPass:这个程序提供一种被称为无状态的密码管理方法,它利用站点网址、账号名以及一个主密码来自动生成密码。这样,只需记住主密码即可,没有同步要求。该程序开源,可以自架,提供 Firefox/Chrome、Android、命令行等客户端。

lesspass/lesspass
:key: stateless open source password manager. Contribute to lesspass/lesspass development by creating an account on GitHub.

Bottlerocket OS:Amazon 为了托管容器而推出的新 Linux 发行版。亮点:通过 API 配置系统、基于 partition flip 的系统升级、模型配置可通过升级自动化迁移、安全作为最高优先级。

bottlerocket-os/bottlerocket
An operating system designed for hosting containers - bottlerocket-os/bottlerocket

Roam Research:遵循 Zettelkasten 笔记方法的在线工具。

Roam Research – A note taking tool for networked thought.
As easy to use as a word document or bulleted list, and as powerful for finding, collecting, and connecting related ideas as a graph database. Collaborate with others in real time, or store all your data locally.

bach.sed:利用 sed 编写的巴赫 C 大调前奏曲,挺有意思。

laserbat/bach.sed
Bach’s prelude in C major from WTC book I, written in pure sed - laserbat/bach.sed