I hereby claim:
- I am mohammed-bamatraf on github.
- I am mhmds1 (https://keybase.io/mhmds1) on keybase.
- I have a public key ASC6NdjoOesXUp-XCPt3qzv3AuHGR4tmLtwQhQyAuB71xAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| #Remove old Kernels | |
| uname -a | |
| IN_USE=$(uname -a | awk '{ print $3 }') | |
| echo "Your in use kernel is $IN_USE" | |
| OLD_KERNELS=$( | |
| dpkg --list | | |
| grep -v "$IN_USE" | |