conflicts with file from package kernel-debuginfo

dnf upgrade-minimal –security

2024-04-13 · 1 min · 94 words · Garlic Space

io_uring echo-server

io_uring是Linux特有的异步I/O API。io_uring的名称来自用户空间和内核空间之间共享的环形缓冲区。在内核和用户空间之间进行通信使用环形缓冲区作为主要的通信模式。这种思想在业务系统中还是挺常见的: 比如用MQ、Kafka消息队列推送信息。一个接收队列, 一个发送队列,另外设计上也有Actor模型的影子, 应用和kernel, 分别是两

2024-01-07 · 11 min · 2176 words · Garlic Space

A kernel debugger in Python: drgn

原文链接:

2023-08-01 · 1 min · 28 words · Garlic Space

Linux hostname

linux下设置hostname有以下两个命令

2023-05-11 · 2 min · 414 words · Garlic Space

查询和清除文件系统缓存

为了减少磁盘I/O,加快读写速度,Linux内核使用文件系统的Cache,Page Cache。

2021-03-30 · 2 min · 280 words · Garlic Space

Linux跨文件系统的文件夹和文件映射关系

Everything is a file 是Unix的设计理念,由其派生的Linux也如此。

2021-03-06 · 3 min · 456 words · Garlic Space

Graph-Easy ascii图片绘制

环境:

2019-09-07 · 2 min · 264 words · Garlic Space

linux kernel documentation-CFS Scheduler

这篇文章 CFS Scheduler是Linux Kernel文档

2019-08-29 · 2 min · 244 words · Garlic Space

linux-sides-Timers and time management-Introduction to the clocksource framework

这篇文章 Timers and time management in the Linux kernel. Part 2. 是出自 linux-insides

2019-08-20 · 6 min · 1252 words · Garlic Space

Linux下实现一个系统调用

环境: cenos7

2019-06-02 · 2 min · 406 words · Garlic Space