Performance tip for Edgy and Feisty users

I’ve been following a thread in the forums that refers to a very simple change in Ubuntu that actually is improving the responsiveness of many Edgy and Feisty users (including me).
I have no idea why this is, or if it has any side effects, to be careful.

Edit your “/etc/hosts” file:
$ sudo gedit /etc/hosts

You should see something like this:

127.0.0.1 localhost
127.0.1.1 martin-laptop

(and if your in Feisty, some lines about IPV6

Now, add the following:

127.0.0.1 localhost martin-laptop
127.0.1.1 martin-laptop

(Replace “martin-laptop” with your hostname)

Save. Should work instantly, or sometimes on reboot.

The forum thread is: http://ubuntuforums.org/showthread.php?t=388765.

This entry was posted by beuno on March 20, 2007 at 10:52pm. It is filed under Ubuntu. You can follow any comments to this entry through the RSS 2.0 feed.

Feel free to read the comments, or leave one of your own!

Also, if you're feeling social, you can Digg this, add it to del.icio.us, add it to Technorati, or add it to Newsvine!

Sites that reference this post:
  1. Aumentare le prestazioni di GNOME in Ubuntu. O no? « pollycoke :)
  2. Performance tip for Ubuntu Edgy and - Feisty users « Tuxicity’s source
  3. Quick note : petite astuce « Yet Another [a compléter]
  4. ArsGeek - » Performance tip for Ubuntu Edgy and Feisty users

Comments for “Performance tip for Edgy and Feisty users”



  1. sam Said:

    also see the bug report
    https://launchpad.net/bugs/94048



  2. Ubuntu Tutorials Said:

    thanks for the tip. I’ll report on what I notice on my machines. hopefully it’ll be significant.



  3. Eddie Colon Said:

    Martin… before I try this, What exactly does it do ? And, does it matter that I am using Kubuntu ? or not ?



  4. beuno Said:

    Eddie, I don’t think it matters what flavour of Ubuntu you are using.
    I’m not 100% sure of what it does, but the forum thread has some indications: http://ubuntuforums.org/showthread.php?t=388765



  5. sam Said:

    Also, don’t forget to use gksudo when running gedit.



  6. kobewan Said:

    I have those lines on IPv6 with Edgy as well. Don’t know if this tip actually helped me or not, but I figure that it can’t hurt.



  7. mauro Said:

    im still using dapper drake and my /etc/hosts looks exactly as you showed after being modified (even with the ipv6 lines.)
    and i always had the same performance..



  8. beuno Said:

    This only applies for edgy and feisty, which is where this change was introduced.

Leave a Comment