rpm 与 yum 常用查询功能

` ldd /usr/bin/rados |awk ‘{print $3}’|grep ‘^/’ |xargs -i rpm -qf {}|xargs -i rpm -qi {} `

Published
Categorized as linux

笔记_CPU缓存知识

记录一下 cpu cache 相关内容,主要来自于[COOLSHELL – 与程序员相关的CPU缓存知识](https://coolshell.cn/articles/20793.html)