first commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-12-20 21:15:25 +08:00
commit 9bd08c819e
109 changed files with 9272 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
> 本位作者:丁辉
# Linux查看内核日志
- 访问 systemd 管理的日志 `--no-pager` 代表自动换行
```bash
journalctl -xe --no-pager
```
- 显示内核环缓冲区的内容
```bash
dmesg
```