Ubuntu loaded with Unity desktop. Unity consume a big part of computer resources due to its graphical intensive desktop. Many ways users can make fast the Ubuntu operating system.
Install GNOME Flash back Desktop over Unity Desktop Unity desktop of Ubuntu eat lot of computer resources. Install GNOME Flash back desktop.
sudo suapt-get updateapt-get install gnome-session-flashbackLog out from Ubuntu. In Login window select
GNOME Flashback (Compiz) is visual intensive. Select
GNOME Flashback (Metacity) and login again.
Disable unwanted start up applicationsWhen Ubuntu start up lot of unwanted applications and services beginning its work. User can disable it.
Open terminal and apply following command,
cd /etc/xdg/autostart/
sudo sed --in-place 's/NoDisplay=true/NoDisplay=false/g' *.desktopNext, open startup applications manager and uncheck unwanted applications at the start up. Some unwanted applications are:
Backup monitor
Bluetooth
Chat
Desktop Sharing
Orca screen reader
Personal File Sharing
Update Notifier
Adjust SwappinessCheck the swappiness first (e.g. 60)
cat /proc/sys/vm/swappinessOpen following file and add new swap value.
leafpad /etc/sysctl.confCopy and paste the following lines at the end of the file.
# Decrease swap usage to a more reasonable level
vm.swappiness=10 The new value will be in effect after restart.
Disable visual effectsGo to settings manager and disable visual effects.
Disable Java in Libre OfficeLibre Office Writer > Tools > Options
LibreOffice - Advanced - Java options:
Uncheck: Use a Java runtime environment
Bleach bit a useful tool to empty apt, cache etc. Very user friendly due to its GUI.
Choose a light weight Desktop for faster performance. Light weight desktops can give good performance than heavy desktops like Unity. LXDE, XFCE and MATE desktops can give good performance.
Apply following command to make available Lubuntu Desktop on Ubuntu Unity.