Cleaning your /Boot
So a couple of times since getting my server up and running, I find that I can’t install some linux-image-3.5.0.xx-generic or other because it says the disk is full. Well, this is actually nothing to panic about – it just takes me a bit of Googling to find the problem/answer and then I’m back up and running. Well, I decided to put the answer here so I don’t have to dig so far next time.
These 2 simple commands keep things nice and clean:
sudo apt-get auto-remove
sudo apt-get auto-clean