By default, Ubuntu does not take advantage of this kind of hardware. This guide will show you how to make Ubuntu take advantage of your dual-core processor etc. hardware.
First we need to open Ubuntu’s terminal. Click “Applications”, “Accessories” and click “Terminal”. You should now see a window like this…
Copy & paste this text into the terminal and press enter on your keyboard:
sudo gedit /etc/init.d/rc
In this file you will find something called CONCURRENCY=none. Change CONCURRENCY=none to CONCURRENCY=shell like highlighted in the above picture. When you have done that click “Save” and restart your PC for the changes to take effect.
I hesitate to try this because the rc file in my 9.10 install says: Valid options are ‘none’, ’startpar’ and ‘makefile’. What does shell do/mean?