Speed Up Ubuntu PDF
Speed Up Ubuntu PDF
Speeding up your Ubuntu is fun! That way, you'll get Thanks in advance....
more performance out of your computer for free.
Each tweak therefore has its own "price tag". So you Launch a terminal window.
should consider before you apply a tip, whether you're (You can launch a terminal window like this: *Click
willing to pay the "price" for it.
Type (use copy/paste to prevent errors):
Contents sudo apt-get purge apt-xapian-index
1. 1 Improve usage of the system memory (RAM)
1. 1.1 The absolute number one: decrease swap use Press Enter. When prompted, type your password
Your password will remain entirely invisible, not
2. 1.2 For 1 GB RAM or more: tame the inode cache
even dots will show, this is normal.
3. 1.3 For 768 MB RAM or less: enable zRam Press Enter again.
1. 1.3.1 How to disable zRam again
2. 2 Disable the visual effects: switch to a 2D desktop environment Reboot your computer.
3. 3 Make your Solid State Drive (SSD) run faster
4. 4 Remove the indexing application apt-xapian-index Disable Java in Libre Office
5. 5 Disable Java in Libre Office
5. The performance of Libre Office can be
6. 6 Turn off some startup applications enhanced greatly, when you disable Java in it. Thi
7. 7 Add-ons and extensions: don't turn your web browser into a Christmas will disable a few features, but usually you won't
tree even miss those.
8. 8 Speed up your wireless internet
Toolbar Libre Office Writer - Tools - Options...
9. 9 Clean up your Ubuntu
10.10 Want more tips? LibreOffice - Advanced - Java options:
remove the tick for: Use a Java runtime
environment
On the hard disk there's a separate partition for virtual Launch a terminal window.
memory, called the swap. When Ubuntu uses the swap (You can launch a terminal window like this: *Click
too much, the computer slows down a lot.
Type (use copy/paste):
Ubuntu's inclination to use the swap, is determined by a cd /etc/xdg/autostart/
value. The lower the value, the longer it takes before
Ubuntu starts using the swap. On a scale of 0-100, the Press Enter.
default value is 60. Which is much too high for normal
desktop use, and only fit for servers. Decreasing this Then copy/paste this in the terminal:
value on a desktop computer has no negative side effects sudo sed --in-place
whatsoever. 's/NoDisplay=true/NoDisplay=false/g' *.desktop
A detailed explanation can be found here (link dead? Press Enter. When prompted, type your password
Then download this pdf file with the same content). Your password will remain entirely invisible, not
even dots will show, this is normal.
Now the how-to: Press Enter again.
a. First make sure that you have installed the Now check the Startup Applications:
applications gksu and leafpad: Click on the grey Ubuntu logo (Dash home).
Query:startup.
Launch a terminal window.
(You can launch a terminal window like this: *Click*) Untick what you don't need and reboot your
computer (or log out and then log in again).
Type (or copy/paste):
sudo apt-get install gksu leafpad Note: only remove the ticks, do not remove the
application from the list! Keep the tweak easily
Press Enter and submit your password. Please note that reversible (you never know). When in doubt about
the password will remain invisible, not even asterisks particular application: don't do anything, just leave
will show, which is normal. the way it is.
b. Now check your current swappiness value. Type in the Examples of system services that many people
terminal (use copy/paste): don't need:
cat /proc/sys/vm/swappiness - Bluetooth Manager
- NVIDIA X Server Settings
Press Enter.
Note: unticking startup applications is a user
The result will probably be 60. preference, so repeat in each user account.
- When the system has filled the RAM swap, it'll start
swapping on the hard drive as well. With a heavy burden:
the chunk of memory that has been sacrificed for the
RAM swap.
That's why, for the time being, I advise zRam only for a. First make sure that you have installed the
computers with very little RAM, and even then only in applicationsgksu and leafpad:
combination with a swappiness that has been
decreased to 5. Furthermore, zRam isn't suitable yet for Launch a terminal window.
production computers, but only for test machines and (You can launch a terminal window like this: *Click
other, non-essential computers.
Type (or copy/paste):
You can install it as follows: sudo apt-get install gksu leafpad
Launch a terminal window. Press Enter and submit your password. Please no
(You can launch a terminal window like this: *Click*) that the password will remain invisible, not even
asterisks will show, which is normal.
Type (use copy/paste):
sudo apt-get install zram-config b. Now find out how Ubuntu calls your wireless
chipset:
Press Enter. Type your password when prompted; your
password will remain entirely invisible, not even dots Click on the grey Ubuntu logo (Dash home).