UBuntu Performance Adjustments

Home » Computer Articles » Linux » UBuntu Performance Adjustments
October 3, 2008 Linux No Comments

This was setup so I could easy get to all the tweaks I need for Ubuntu systems.

Got most of the information from this
http://blog.lxpages.com/2007/04/24/ubuntu-performance-guides/

From This Webite
http://hubpages.com/hub/Optimizing-Firefox-3-Hacks-And-Tweaks

Firefox 3 Hacks And Tweaks

The following tweaks are obtained by typing ab0ut:config and then modifying the page. Make sure you take a back up copy just in case something goes wrong. Here are some of the hacks for the experimentally oriented.

Step one: Type ab0ut:config in the address bar and hit enter

1. To disabler Browser Toolbar Tip

browser.chrome.toolbar_tips = False

2. To speed up the browser

network.http.max-connections 30 to 48
network.http.max-connections-per-server 15 to 16
network.http.max-persistent-connections-per-server 6 to 8
network.http.pipelining false to true
network.http.proxy.pipelining false to true
network.http.pipelining.maxrequests 30 to 8
network.http.pipelining.ssl false to true
network.http.proxy.pipelining false to true

From This Website
http://www.linuxmonitor.net/blog/2007/03/ultimate-ubuntu-performance-tweaking.html

Concurrent Booting

Concurrent booting allows Ubuntu to take advantage of dual-core processors, as well as processors that hyperthread or multithread
 or what ever the different companies call it now.

sudo gedit /etc/init.d/rc

Look through the file and you will find CONCURRENCY=none.
You must change it to: CONCURRENCY=shell

Services, check out the website above for more information on the services you might want to enable or disable.

Will add more information.
Share This:

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.