What's YOUR boot-time?

Discussion in 'Linux' started by BazookaAce, Apr 15, 2009.

  1. BazookaAce

    adjektiivi

    Joined:
    Mar 22, 2009
    Messages:
    43
    Likes Received:
    0
    Location:
    Finland
    Code:
    How do I remove ipv6 ??  my router doesn't support it..
    
    I noticed on boot up AppArmor fails ?? What is it and do I need it ??
    Code:
    gksudo gedit /etc/modprobe.d/aliases
    change line
    alias net-pf-10 ipv6
    to
    alias net-pf-10 off

    then edit /etc/modprobe.d/blacklist
    Code:
    gksudo gedit /etc/modprobe.d/blacklist
    add that file line
    blacklist ipv6

    remove ipv6 to firefox browser
    type about:config in that where you put http://google.com box (haha sorry i dont know how to say it english :D )
    type ipv6 in filter search
    and change network.dns.disableIPv6 true


    https://help.ubuntu.com/community/AppArmor
     
    adjektiivi, May 2, 2009
    #61
  2. BazookaAce

    zaphod

    Joined:
    Jul 10, 2008
    Messages:
    156
    Likes Received:
    0
    Location:
    France
    @adjektiivi

    Thanks for the help. I have just removed all but two of my consoles by following your clear guide.
     
    zaphod, May 2, 2009
    #62
  3. BazookaAce

    adjektiivi

    Joined:
    Mar 22, 2009
    Messages:
    43
    Likes Received:
    0
    Location:
    Finland
    you can also try speed up boot process

    To decrease boot time, activate concurrency bootup:
    Code:
    sudo gedit /etc/init.d/rc
    and replace the line:

    * CONCURRENCY=none

    with

    * CONCURRENCY=shell
     
    adjektiivi, May 3, 2009
    #63
  4. BazookaAce

    tomt

    Joined:
    Nov 28, 2008
    Messages:
    170
    Likes Received:
    0
    Many Thanks adjektiivi
    :D
     
    tomt, May 3, 2009
    #64
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.