热插拔、热迁移和热升级

https://www.jaguarmicro.com/n4.html

qboot

https://github.com/bonzini/qboot
A simple x86 firmware that can boot Linux.

Xnip

Mac下的截图小软件

service vs systemctl

https://serverfault.com/questions/867322/what-is-the-difference-between-service-and-systemctl
https://stackoverflow.com/questions/43537851/difference-between-systemctl-and-service-command

service operates on the files in /etc/init.d and was used in conjunction with the old init system. systemctl operates on the files in /lib/systemd. If there is a file for your service in /lib/systemd it will use that first and if not it will fall back to the file in /etc/init.d. Also If you are using OS like ubuntu-14.04 only service command will be available.

service is adequate for basic service management, while directly calling systemctl give greater control options.So if systemctl is available ,it will be better to use it.

SSH免密登录

https://blog.csdn.net/jeikerxiao/article/details/84105529

  • 上传公钥到服务器

这里测试用的服务器地址为:192.168.235.22,用户为:root

1
ssh-copy-id -i ~/.ssh/id_rsa.pub root@192.168.235.22

上面这条命令是写到服务器上的ssh目录下去了:

1
2
cd ~/.ssh
vim authorized_keys

可以看到客户端写入到服务器的 id_rsa.pub (公钥)内容。

听悟

https://www.sohu.com/a/496586977_114930
阿里推出会议AI助理“听悟”,可秒速生成智能会议纪要。

Computer Organization and Design RISC-V edition

http://home.ustc.edu.cn/~louwenqi/reference_books_tools/Computer%20Organization%20and%20Design%20RISC-V%20edition.pdf

动画图解嵌入式常见的通讯协议:SPI、I²C、UART、红外 ……

https://mp.weixin.qq.com/s/XlVMaUaas6SXtURtAGEEng

HMAT(Heterogeneous Memory Attribute Table)

https://lwn.net/Articles/724562/

software-defined silicon

https://lwn.net/Articles/884876/
https://mp.weixin.qq.com/s/LP2BQZbRdYwaoLwNcietxw

人们被自由软件吸引的原因有很多,包括价格、整体质量、社区支持和可用功能。但是,对我们中的许多人来说,自由软件的价值在于它能够让我们实际拥有并保持对我们系统的控制。自由软件中的反特征往往不会持续很久,而自由驱动程序往往可以解锁其供应商可能认为不适合提供的硬件功能。不过,英特尔即将推出的 “软件定义硅”(SDSi)机制可能会减少这种控制,因为它剥夺了任何没有支付必要费用的人对硬件功能的访问。
SDSi是一项 “功能”,预计将在即将推出的英特尔处理器中出现。其目的是在没有来自英特尔的证书的情况下,禁止对特定处理器功能的访问。正如David Box的启用补丁集所表明的那样,该机制本身的界面相对简单。它显示为总线上的一个设备,提供了几个操作:安装一个 “认证密钥证书 “或一个 “能力激活有效载荷”。证书用于验证任何启用功能的请求,而有效载荷则包含请求本身。除非这个设备被用来存储一个可接受的证书和有效载荷,否则它所管辖的功能对运行在该CPU上的软件来说是不可用的。

付费解锁feature

从物理转AI、战数据库,95后程序员的职业选择

https://mp.weixin.qq.com/s/HrT-5gVLZSjwuM1hGOrt6A

Cambridge Dictionary

https://dictionary.cambridge.org/

Intel Hires Linux/BSD Performance Expert Brendan Gregg

https://www.phoronix.com/scan.php?page=news_item&px=Brendan-Gregg-Intel