Guest User

Untitled

a guest
Oct 16th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. sudo sed -i 's/GRUB_TIMEOUT=10/GRUB_TIMEOUT=2/g' /etc/default/grub
  2. sudo update-grub
  3. sudo apt-get install preload
  4. sudo add-apt-repository ppa:apt-fast/stable
  5. sudo apt-get update
  6. sudo apt-get install apt-fast
  7. echo 'Acquire::Languages "none";' >> /etc/apt/apt.conf.d/00aptitude
  8. sudo add-apt-repository ppa:linrunner/tlp
  9. sudo apt-get update
  10. sudo apt-get install tlp tlp-rdw
  11. sudo tlp start
  12. sudo apt-get install indicator-cpufreq
  13.  
  14. # Remvoe LibreOfficer
  15. # Remove Startup Applications # Go in Unity Dash and look for Startup Applications
  16. # Restart your computer and use the Powersave mode
Add Comment
Please, Sign In to add comment