mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-22 20:54:19 +00:00
add system
Removing old linux kernels
This commit is contained in:
parent
5ca3fb531b
commit
055ee3c274
1 changed files with 6 additions and 0 deletions
|
@ -1861,4 +1861,10 @@ sudo gpasswd -a nice docker
|
|||
2. You might need to export ~/.local/bin/ to PATH: export PATH=$PATH:~/.local/bin/
|
||||
```
|
||||
|
||||
##### Removing old linux kernels (when /boot almost full...)
|
||||
```bash
|
||||
1. uname -a #check current kernel, which should NOT be removed
|
||||
2. sudo apt-get purge linux-image-X.X.X-X-generic #replace old version
|
||||
```
|
||||
|
||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||
|
|
Loading…
Reference in a new issue