Skip to content

Commit

Permalink
发布博客,时间:2024/10/29 15:52:07
Browse files Browse the repository at this point in the history
  • Loading branch information
whp98 committed Oct 29, 2024
1 parent c30a7ad commit 67ecdf9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/Linux系统/debian系暂停内核更新.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# debian系暂停内核更新

## 标记内核为保持现状

```bash
sudo apt-mark hold linux-image-generic linux-headers-generic
```

## 查看标记
```bash
sudo apt-mark showhold
```

## 恢复标记
```bash
sudo apt-mark unhold linux-image-generic linux-headers-generic
```
1 change: 1 addition & 0 deletions docs/Linux系统/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Linux系统
- [debian系暂停内核更新](./debian系暂停内核更新.md)
- [迁移docker目录/var/lib/docker/](./迁移docker目录.md)
- [ubuntu桌面](./ubuntu桌面/)
- [linux centos系统pyinstaller打包环境准备](./linux系统pyinstaller打包环境准备.md)
Expand Down

0 comments on commit 67ecdf9

Please sign in to comment.