PCIe代次及传输速率,Gen3/Gen4/Gen5等
PCIe版本简介 PCIe 是 "Peripheral Component In… Continue Reading
PCIe版本简介 PCIe 是 "Peripheral Component In… Continue Reading
就是个人记录,方便自己查找信息。 Shell基础及工具 chsh -l 或 ca… Continue Reading
git是多数软件工程中常用的版本管理工具,本文只是记录下自己日常会用到git命令… Continue Reading
问题 有些进程出现频率高,但是它的生命周期很短,比如 在1s之内就消失了,我曾经… Continue Reading
引言 在存储领域,数据正确性是那个1,其余的功能性、稳定性是后面的0,如果数据正… Continue Reading
Xeon Scalable 志强可扩展处理器的命名规范 由于主要在服务器上工作,… Continue Reading
tmux 中ssh到某些远程机器上 使用 vim 遇到: [crayon-676… Continue Reading
在我的博客(WordPress搭建)下面评论框的验证码 显示异常,提示为: ER… Continue Reading
时间类型 在Linux C下,常用时间类型有四种:time_t、struct t… Continue Reading
以前用过screen,最近两年主要转移到tmux了,觉得更强大、更易用,也偶尔将… Continue Reading
背景 在Linux系统使用/运维过程中,经常会遇到磁盘空间不足(或者使用率过高)… Continue Reading
在用find查看系统中一些大文件时,发现一些/var/log下面的文件其真实磁盘… Continue Reading
现象 某个台Linux server 运行,df -h 命令会卡住,查看df进程… Continue Reading
在Bash中,普通的数组是下标数组,其元素是通过数组下标(小表是一个整数)来访问… Continue Reading
有时我们的一些重要的文件或目录,不希望被误删除或者修改,我们可以对其加上特殊的属… Continue Reading
背景 有时本地服务器的时间不准了,需要同步互联网上的时间。 解决方案 NTP时间… Continue Reading
遇到一台CentOS 7.x的服务器异常,通过dmesg看到有大量刷屏如下信息刷… Continue Reading
Linux上,CPU和Cache相关的拓扑结构,都可以从sysfs文件系统的目录… Continue Reading
在Windows上有super pi可以计算PI,在Linux上,我之前也写过 … Continue Reading
RFS(Receive Flow Steering)扩展了 RPS 的性能以增加… Continue Reading