How to Customize Ubuntu

Open your terminal (Usually under System Tools); , Here is a way to tweak Ubuntu with concurrent booting by taking advantage of dual-core processors., Open your file manager, (Konqueror or Dolphin) Go to the directory /etc/ Right click on the file...

9 Steps 1 min read Medium

Step-by-Step Guide

  1. Step 1: Open your terminal (Usually under System Tools);

    In the terminal, type "sudo gedit /etc/init.d/rc" without the quote marks.

    On Ubuntu installations before 2010-05-14, look through the file and you will find CONCURRENCY=none.

    You want to change it to:
    CONCURRENCY=shell Otherwise with newer installations the default is efficient already.

    Save the file. , When the text editor opens, scroll down to the bottom of the file.

    Add this code: vm.swappiness=0 Save the file and exit the text editor ,,,,
  2. Step 2: Here is a way to tweak Ubuntu with concurrent booting by taking advantage of dual-core processors.

  3. Step 3: Open your file manager

  4. Step 4: (Konqueror or Dolphin) Go to the directory /etc/ Right click on the file "sysctl.conf" Select edit/open as root in text editor.

  5. Step 5: Remove any files you don't need to the Trash Bin

  6. Step 6: Empty the trash

  7. Step 7: Reboot.

  8. Step 8: Your PC is a bit faster

  9. Step 9: have fun!

Detailed Guide

In the terminal, type "sudo gedit /etc/init.d/rc" without the quote marks.

On Ubuntu installations before 2010-05-14, look through the file and you will find CONCURRENCY=none.

You want to change it to:
CONCURRENCY=shell Otherwise with newer installations the default is efficient already.

Save the file. , When the text editor opens, scroll down to the bottom of the file.

Add this code: vm.swappiness=0 Save the file and exit the text editor ,,,,

About the Author

M

Margaret Hamilton

Brings years of experience writing about organization and related subjects.

77 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: