Posts tagged cleanup
VirtualBox Manager – Version 44MPG
May 17th
VirtualBox Manager was released two days ago and several updates have been published since then.
- I have fixed a bug on the delete hosts page
- Enhanced the header images on the delete hosts page and machine page
- Tweaked the keyboards in the input data menus
- Added references to the host as well as the machine in various dialog headers
- Some code cleanup trying to do more in the oncreate rather than in methods
- Fixed a bug in the help pages and customized the info respectively
As mentioned, therefore is a lot of code I have already written dealing with rsa key login. Now that the program is in a stable release state I plan to cleanup the code and then start looking at completing encrypted login features.
Clean Up Ubuntu
Dec 25th
There are two commands that clean thing up nicely. Apt-get autoclean and localepurge, which is in sbin. Also a graphical utility to cleanup the kernel and other caches. Install localpurge and bleachbit:
sudo apt-get install localpurge bleachbit
The run terminal cleaning:
sudo apt-get autoclean && sudo localepurge
Then open the graphical utility:
sudo bleachbit
