Geek level 1
Out of disk space? Don’t Panic!
Here’s a neat little one liner for those managing linux servers to see how much free space they can free up from files related to previous kernels in the /boot folder. ls -al /boot | grep -v $(uname -a | cut -d ” ” -f 3) | sed “s/ +/ Read more…