Linux Weekly #3

📅 大事记

Introducing elementary OS 5.1 Hera
A major update on a solid foundation

界面外观很不错的 Linux 发行版 elementary OS 发布 5.1 版本,带来全新的初次运行体验,Flatpak 支持,改善了易访问性、系统设置及所有应用,以及最新的硬件支持。

Tails 4.1:以匿名浏览著称的 Linux 发行版 Tails 4.1 将内核、Tor Browser、Thunderbird 等分别更新到了 9.0.2、68.2.2、5.3.9,并修复了发现的安全漏洞。

Firefox 71:改进了 Lockwise 密码管理器,对跟踪保护进行了增强,画中画视频(for Windows),以及支持原生的 MP3 解码。

其它值得关注的发布:


💡 他山石

Rio: Revolutionizing the Way You Deploy Applications
Rio Beta was released on November 19. This article gives you a broad introduction to the features and capabilities of this awesome application deployment engine for Kubernetes.

Rio 是由 Rancher Labs 推出的针对 Kubernetes 的应用部署引擎,该软件通过组合 Kubernetes、knative、linkerd、cert-manager、buildkit、gloo 等技术,从而使代码部署到生产环境更容易。

Raspberry Pi PXE Boot - Netbooting a Pi 4 without an SD card - Linuxhit.com
Raspberry Pi PXE Boot tutorial. We show how to boot a raspberry pi 4 with no SD card. We setup a PXE boot server using PXE, DHCP and TFTP to netboot a Pi 4.

此文详细介绍通过网络引导(PXE)树莓派 4 的操作步骤,不必使用 SD 卡。对于简化树莓派的准备过程及维护工作将大有帮助。

A Technical Guide to Version Control System (VCS) Internals
Compare and contrast the inner workings of some of the most historically significant Version Control Systems, including SCCS, RCS, CVS, Subversion, Git, and Mercurial.

一篇版本控制系统的内幕文章,内容覆盖从第一代版本控制系统(SCCS/RCS)、第二代版本控制系统(CVS/SVN)到第三代版本控制系统(Git/Mercurial),由此可以了解版本控制系统从单机走向分布式的历程。


🔧 百宝箱

Home Assistant
Open source home automation that puts local control and privacy first.

Home Assistant:开源的家庭自动化软件,它能够跟踪家里所有设备的状态,并通过移动设备进行控制。(Web/Android/iOS)

cilium/hubble
Hubble - Network, Service & Security Observability for Kubernetes - cilium/hubble

Hubble:适用于 Kubernetes 的分布式网络和安全观测平台,因其构建于 Cilium 和 eBPF 的基础之上,故可深入观测通信、服务行为以及网络基础设施。(Linux)

hisxo/gitGraber
gitGraber: monitor GitHub to search and find sensitive data in real time for different online services such as: Google, Amazon, Paypal, Github, Mailgun, Facebook, Twitter, Heroku, Stripe... - hisxo...

gitGraber:通过实时监视 GitHub 来查找提交的敏感数据,支持 Google、AWS、Paypal、GitHub、Mailgun、Facebook、Twitter、Stripe 等多种在线服务。(Python)

sheshbabu/freshlytics
Open source privacy-friendly analytics. Contribute to sheshbabu/freshlytics development by creating an account on GitHub.

Freshlytics:开源且注重隐私的网站分析软件,支持多个项目,可跟踪网站页面浏览量,包括网址、来源、浏览器等等。

Advent of Code 2019:每天一个编程挑战,直到 25 号(圣诞节)结束。