Ubuntu: Difference between revisions

435 bytes added ,  5 years ago
Line 642:
* Install CPUFREQ indicator, Restart your computer and use the Powersave mode in it::
sudo apt-get install indicator-cpufreq
 
* Install preload to speed up application load time, restart your computer and forget about it. It will be working in the background:
sudo apt-get install preload
 
* Manage startup applications
Open Startup Applications & select applications that can be delayed in startup.
 
Add '''sleep 10;''' in all application commands which you want to delay:
 
For example, for Dropbox:
dropbox start -i
 
changes to
sleep 20; drobox start -i
 
===Miscellaneous===