Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-20 00:20:58 +00:00
parent 846fc1563d
commit a360d4dc45
153 changed files with 493 additions and 434 deletions

21
tldr/linux/eclean-kernel Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# eclean-kernel
> Remove old kernels in Gentoo.
> More information: <https://wiki.gentoo.org/wiki/Kernel/Removal#Using_eclean-kernel>.
- List all kernel files:
`sudo eclean-kernel {{[-l|--list-kernels]}}`
- Remove all kernels except for the two newest ones:
`sudo eclean-kernel {{[-n|--num]}} 2`
- Remove all kernels except for the two newest ones and ask before removal:
`sudo eclean-kernel {{[-a|--all]}} {{[-n|--num]}} 2`