Home
Home Blogs k4tz's blog
    • Blog
    • Clinic
    • Contact
    • Download
    • Video
    • Login

Poll

Favourite console text editor in Ubuntu:

LXer -- Linux and Open Source News

  • Testing The Different Ubuntu 10.04 Kernels
  • Virtual Users/Domains With Postfix, MySQL, SquirrelMail (Mandriva 2010.0)
  • Use Linux to Scan Unusable Windows Drives for Viruses
  • SCO vs. Linux: From the Court of Appeals to the Supreme Court
  • Current Ubuntu 10.04 Review
more

Linux Today

  • Seven Firefox Plug-ins That Improve Online Privacy
  • Bash History: Display Date And Time For Each Command
  • Leading Edge? Bleeding Edge? Be careful!
  • One Year Later: What Do You Think of Linux.com?
  • Vacuum Tube Radio Hat
more

Linux Insider

  • Android Has Enough Class for Opera
more

Tips to speed up your Ubuntu 9.10 (Karmic Koala)

Submitted by k4tz on Mon, 11/23/2009 - 12:44
  • Blog
  • Firefox
  • Ubuntu

Source: http://ubuntuforums.org/showthread.php?t=1333077

I forget where, but I came across this guide and tried it. Wow it makes a huge difference in speed. Please know what you are doing first, tis why I hate posting these tips, but this one really helped my pc.

THIS IS FOR 9.10 KARMIC USERS ONLY
.

Important tips to make Ubuntu faster
Faster boot time:

Edit /etc/init.d/rc
$ sudo gedit /etc/init.d/rc

And change the line (line 33)
CONCURRENCY=none
to
CONCURRENCY=shell
----

Install preload daemon

Linux's preload daemon... monitors what programs you use most often and caches these programs and dependent libraries in (unused) memory to speed up application start time. If your system has 1GB or more memory then preload will have a positive effect. Install and start the preload process. Run command

$ sudo apt-get install -y preload

It will automatically load at boot.
----

Disable IPv6 in the kernel
It seems to me that the lookup of IP version 6 addresses takes a lot of time. Let's disable it.
$ echo 1 | sudo tee /proc/sys/net/ipv6/conf/all/disable_ipv6

Check its status
$ cat /proc/sys/net/ipv6/conf/all/disable_ipv6
0 = Enabled
1 = Disabled

$ sudo gedit /etc/rc.local
You can put the following blue line to /etc/rc.local (before the "exit 0" line) so it's set at boot up:

echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
----

Disable IPv6 in Firefox
Start Firefox and write about:config in the address (location) bar.

Then look for network.dns.disableIPv6 parameter.
Double click the line and set it to true. Restart your Firefox.

  • k4tz's blog
  • Add new comment

Recent blog posts

  • Configure ThinkPad laptop trackpoint on Ubuntu
  • How to make WPA connection in Ubuntu on demand
  • Review: Sabily 9.10 - Linux Ubuntu for Muslims
  • How to Install 64bit flash on Ubuntu
  • How to get Wireless LAN (Broadcom) on Acer Aspire 4720Z working with Ubuntu 9.10
  • Quick loot at Ubuntu 10.04 Lucid Lynx Alpha 3
  • System testing and benchmarking under Ubuntu 9.10
  • How to PXE booting Ubuntu Installer
  • How to Install Debian onto your Nexus One using Ubuntu
  • (Re) Install a Linux Kernel
more

Linux World

  • Microsoft's Internet Driving Licence: stupid, unworkable and unenforceable
  • Making a videoloop with Kino and Audacity
  • So is ChromeOS a desktop winner? I think not
  • Firefogg: Transcoding videos to open web standards with Mozilla Firefox
  • The Morevna Project: Anime with Synfig and Blender
Archive Syndicate content

Recent comments

  • Re
    9 weeks 6 days ago
  • Re
    9 weeks 6 days ago
  • Re
    10 weeks 6 days ago
  • Re
    11 weeks 2 days ago
  • Re
    12 weeks 16 hours ago
  • Re
    12 weeks 19 hours ago
  • Re
    12 weeks 2 days ago
  • iwl3945
    13 weeks 6 days ago
  • HomeBank
    26 weeks 14 hours ago
  • KMyMoney and direct connect to banks
    30 weeks 1 day ago
All contents copyright © 2008, Dhuha Net. All rights reserved
Ubuntudoctor® is a member of the Dhuha Network. Privacy Policy
RoopleTheme