Ubuntu 9.10 Karmic

    Table of contents
    You are currently comparing two old versions - only when you are comparing against the latest version can you revert. Return to version archive.

    Combined revision comparison

    Comparing version 18:49, 29 Dec 2009 by tsgates with version 02:11, 26 Jan 2010 by tsgates.

    ...

    sudo mkdir /etc/adobe
    echo "OverrideGPUValidation=true" >~/mms.cfg
    sudo mv ~/mms.cfg /etc/adobe/
    • ref. http://www.webupd8.org/2009/07/speed-up-flash-and-firefox-in-ubuntu.html

     Tmpfs

    tmpfs   /tmp   tmpfs   defaults,nosuid,size=512M,mode=1777   0 0
    
    • mount /tmp as ram disk drive

    Locate

    PRUNEPATHS="/tmp /var/spool /media /home/backup"
    
    • prune /home/backup directory : /etc/updatedb.conf
    • sudo updatedb

    WebDAV

    • Ref. http://www.nubae.com/webdav-with-ubuntu-and-moodle

    Apt-get speed up

    $ sudo dpkg --clear-avail
    $ sudo dpkg --forget-<wbr/>old-unavail

    ...

    Version from 18:49, 29 Dec 2009

    This revision modified by tsgates (Ban)

    ...

    Version as of 02:11, 26 Jan 2010

    This revision modified by tsgates (Ban)

    ...

    sudo mkdir /etc/adobe
    echo "OverrideGPUValidation=true" >~/mms.cfg
    sudo mv ~/mms.cfg /etc/adobe/
    • ref. http://www.webupd8.org/2009/07/speed-up-flash-and-firefox-in-ubuntu.html

     Tmpfs

    tmpfs   /tmp   tmpfs   defaults,nosuid,size=512M,mode=1777   0 0
    
    • mount /tmp as ram disk drive

    Locate

    PRUNEPATHS="/tmp /var/spool /media /home/backup"
    
    • prune /home/backup directory : /etc/updatedb.conf
    • sudo updatedb

    WebDAV

    • Ref. http://www.nubae.com/webdav-with-ubuntu-and-moodle

    Apt-get speed up

    $ sudo dpkg --clear-avail
    $ sudo dpkg --forget-<wbr/>old-unavail

    ...