101

https://en.wikipedia.org/wiki/101_(topic)
101 (pronounced “one-oh-one”) is a topic for beginners in any area. It has all the basic principles and concepts that are expected in a particular field.

UUID

https://en.wikipedia.org/wiki/Universally_unique_identifier
A universally unique identifier (UUID) is a 128-bit number used to identify information in computer systems. The term globally unique identifier (GUID) is also used, typically in software created by Microsoft.

UUIDs are generally used for identifying information that needs to be unique within a system or network thereof. Their uniqueness and low probability in being repeated makes them useful for being associative keys in databases and identifiers for physical hardware within an organization.

SpanDB

https://github.com/SpanDB/SpanDB

SpanDB: A Fast, Cost-Effective LSM-tree Based KV Store on Hybrid Storage

posix error code

https://man7.org/linux/man-pages/man3/errno.3.html
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/errno.h.html

usbserial/pl2303

USBSerial interface is used to emulate a serial port over USB.

Prolific (PL2303) adapter is an common solution about USB to Serial port adapters.

Intel VTune

https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/vtune-profiler.html
Intel® VTune™ Profiler optimizes application performance, system performance, and system configuration for HPC, cloud, IoT, media, storage, and more.

Kata Container 介绍

https://www.cnblogs.com/qccz123456/p/10978505.html

Github 项目与 Travis CI 集成

https://lingxiankong.github.io/2018-06-28-travis-ci-integration.html
要知道什么是 Travis CI,首先要知道什么是持续集成。持续集成,Continuous Integration,简称CI,意思是,在一个项目中,任何人对代码库的任何改动,都会触发CI服务器自动对项目进行构建,自动运行测试,自动编译,甚至自动部署到测试环境。这样做的好处就是,随时发现问题,随时修复。因为修复问题的成本随着时间的推移而增长,越早发现,修复成本越低。

Travis CI 是在线托管的CI服务,用Travis来进行持续集成,不需要自己搭服务器,在网页上点几下就好,用起来更方便。最重要的是,Travis CI 对 Github 友好,这也是很多程序员喜欢 Travis CI 的理由。写完代码,提交,让 Traivs CI 跑自动化测试,或者 repo 收到 PR 时也会自动跑测试,repo owner 自然就根据测试结果决定是否 review,提高效率。

Question on MMIO for a PCI device

https://community.osr.com/discussion/143641/question-on-mmio-for-a-pci-device
Question on MMIO for a PCI device

Junfeng Yang

http://www.cs.columbia.edu/~junfeng/

十年,阿里云重构“计算”

https://mp.weixin.qq.com/s/RECOMlm46-yaFbEgwlH6iA

ghproxy.com

GitHub 文件 , Releases , archive 以及 raw.githubusercontent.com 文件加速下载服务