Make Ubuntu 12.04LTS 95% faster


SUBMITTED BY: Guest

DATE: Nov. 25, 2013, 3:21 a.m.

FORMAT: Text only

SIZE: 2.3 kB

HITS: 152758

  1. Do not upgrade your system to 13.04, which is very slow.
  2. 1. Install gnome-shell
  3. Press CTRL+ALT+T simultaneously to enter terminal.
  4. sudo apt-get install gnome-shell
  5. log out and choose "gnome classical no effects" to log in
  6. Note: To add and remove application launchers in the gnome-panel you need to:
  7. Press Win+Alt and right-click the top menu bar - N.B. Win is the Windows Symbol key
  8. 2. uninstall unity and compiz
  9. sudo apt-get remove unity
  10. sudo apt-get remove compiz
  11. 3. to replace Ubuntu Software Center with Synptic
  12. uninstall ubuntu software cente
  13. sudo apt-get remove software-center
  14. sudo apt-get autoremove software-center
  15. install synaptic
  16. sudo apt-get install synaptic
  17. Install Gdebi Package Installer for installing deb package manually.
  18. sudo apt-get install gdebi
  19. 4. Remove Ubuntu One
  20. ‘Ubuntu One’:
  21. sudo apt-get autoremove ubuntuone-client python-ubuntuone-control-panel
  22. 5. remove indicator-messages
  23. ‘indicator-messages’ :- It’s a small icon on the top bar on your desktop that allows you to access various social apps and their settings (such as Gwibber, Empathy etc).
  24. sudo apt-get autoremove indicator-messages
  25. sudo apt-get autoremove telepathy-indicator
  26. 6 remove Deja-dup
  27. ‘Deja-dup’: If you don’t use this file backup tool, use the below command to get rid of it.
  28. sudo apt-get autoremove deja-dup
  29. 7. Remove Zeitgeist
  30. ‘Zeitgeist’: As said above, this is a major component in Ubuntu. If you don’t need it, and because it too has few services that occupy my RAM, use the below command to remove it.
  31. sudo apt-get autoremove zeitgeist-core
  32. 8: Replace Totem with Smplayer
  33. sudo apt-get remove totem
  34. sudo apt-get remove rhythmbox
  35. sudo apt-get autoremove
  36. sudo apt-get install smplayer
  37. 9. install gconf-cleaner
  38. sudo apt-get install gconf-cleaner
  39. Run gconf-cleaner
  40. gconf-cleaner
  41. 10. Clean cashes and un-used dependencies
  42. sudo apt-get autoremove
  43. sudo apt-get autoclean
  44. Other Option: Install bum to remove ‘unnecessary’ system services, manually
  45. sudo apt-get install bum
  46. Then use the below command to launch it.
  47. gksudo bum

comments powered by Disqus