08-10-2018, 05:30 PM
(08-09-2018, 02:25 AM)charvie link Wrote: If you installed LinuxLite 4 and you are not using vbox, do the following:
Performance Tips:
- For start up (boot time) - if you have no plans to run VirtualBox, and you want faster boots, you can remove it's supported additions:
Code: [Select]
sudo apt purge virtualbox*
sudo systemctl stop vboxadd.service
sudo systemctl stop vboxadd-service.service
sudo systemctl disable vboxadd.service
sudo systemctl disable vboxadd-service.service
This will greatly reduce boot-up
Charvie
I'll try it.Ty a lot man.