markdown kernal-cleanup.md

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown kernal-cleanup.md相关的知识,希望对你有一定的参考价值。

First find packages.

```
dpkg -l linux-image*
```

Identify the kernal version in use.

```
uname -r
```

Delete the old kernals.

```
sudo apt-get remove linux-image-4.4.0-{101,103}-server
sudo apt-get remove linux-image-4.8.0-{36,56,58}-server
...etc...
```

Then clean up the old kernals.

```
sudo apt-get autoremove
```

For post 16.04 Ubuntu this is available -> http://ubuntuhandbook.org/index.php/2016/05/remove-old-kernels-ubuntu-16-04/

以上是关于markdown kernal-cleanup.md的主要内容,如果未能解决你的问题,请参考以下文章

转换rst到markdown总结

markdown [Markdown HowTo]作为Markdown语法的秘籍

python markdown干啥用的

markdown前端渲染

如何用markdown生成目录

markdown排版示例