Today I had some stubborn folders that I could not remove from the trash. In the end, this command did the trick: sudo rm -rf ~/.local/share/Trash/files/*
One of my Java programs wasn’t working well today on the GUI side of things. I was running Java 7.0 and decided it was time to upgrade to Java 8.0 Thankfully, upgrading to 8.0 seems to have fixed my problems. Here are the simple commands. To give credit, they are form this page. It has […]
Sometimes when Ubuntu does its updates, I will get an error dialog saying: Not enough free disk space. The upgrade needs a total of XX.X M free space on disk ‘/boot’… The error appears to be caused by old kernels that have not been removed from the system. The easiest solution I’ve found is a […]