09-04-2014, 10:32 PM
There should be an option to remove old kernels.
I guess these are already in the script.
Maybe clearing thumbnail cache
Purging unused configuration files
Trash cleanup
Browser cache cleanup, would also be usefull.
I guess these are already in the script.
Code:
sudo apt-get autoclean
Code:
sudo apt-get clean
Code:
sudo apt-get autoremove
Maybe clearing thumbnail cache
Code:
rm -f ~/.cache/thumbnails/normal/*
Code:
sudo dpkg --purge $(COLUMNS=200 dpkg -l | grep "^rc" | tr -s ' ' | cut -d ' ' -f 2)
Code:
rm -r -f ~/.local/share/Trash/files/*