Ubuntu: Difference between revisions

544 bytes added ,  5 years ago
Line 616:
|}
 
=== Beep ===
beep -f 200 -d 1 -r 5 -n -f 300 -d 10 -r 4 -n -f 400 -d 10 -r 3
beep -f 784 -l 600
Line 624:
beep -f 659 -l 460 -n -f 784 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 880 -l 230 -n -f 659 -l 230 -n -f 587 -l 230 -n -f 659 -l 460 -n -f 988 -l 340 -n -f 659 -l 230 -n -f 659 -l 110 -n -f 1047-l 230 -n -f 988 -l 230 -n -f 784 -l 230 -n -f 659 -l 230 -n -f 988 -l 230 -n -f 1318 -l 230 -n -f 659 -l 110 -n -f 587 -l 230 -n -f 587 -l 110 -n -f 494 -l 230 -n -f 740 -l 230 -n -f 659 -l 460
</pre>
 
=== Optimize ===
 
* Remove language related ign from apt-get update:
 
sudo gedit /etc/apt/apt.conf.d/00aptitude
 
And add the following line at the end of this file:
Acquire::Languages "none";
 
 
* Reduce overheating:
You don’t need to do anything after installing TLP. It works in the background.
sudo add-apt-repository ppa:linrunner/tlp
sudo apt-get update
sudo apt-get install tlp tlp-rdw
sudo tlp start
 
* Install CPUFREQ indicator, Restart your computer and use the Powersave mode in it::
sudo apt-get install indicator-cpufreq
 
===Miscellaneous===