Optimizing Ubuntu Lucyd

OTTIMIZZARE IN VELOCITA'

ureadahead

sudo apt-get install ureadahead

preload

sudo apt-get install preload

prelink

ATTENTION - this can broke your system
ATTENZIONE - questo può danneggiare il vostro sistema

sudo -s
apt-get install prelink
# Evitare il prelink di applicativi che non lo supportano
echo "-b /usr/bin/skype" >>/etc/prelink.conf
echo "-b /usr/lib/klibc" >>/etc/prelink.conf
# Attivare il processo di prelinking sul sistema
echo 'DPkg::Post-Invoke {"echo Running Prelink, please wait...;/etc/cron.daily/prelink";}' >/etc/apt/apt.conf.d/89prelink
txt=$(sed -e "s,PRELINKING=unknown,#PRELINKING=unknown," /etc/default/prelink)
echo "PRELINKING=yes" >/etc/default/prelink
echo "$txt" >>/etc/default/prelink
# Includere nel library path anche alcuni percorsi variabili (Ubuntu 10.04 LTS)
echo "/usr/lib/xulrunner-1.9.1.19" >/etc/ld.so.conf.d/variables_path.conf
echo "/usr/lib/thunderbird-3.1.19" >>/etc/ld.so.conf.d/variables_path.conf
echo "/usr/lib/octave-3.2.3" >>/etc/ld.so.conf.d/variables_path.conf
# Includere nel library path anche alcuni percorsi variabili (Ubuntu 12.04 LTS)
echo "-b /usr/lib/thunderbird-11.0.1/plugin-container" >>/etc/prelink.conf
ldconfig
# Procedere con il prelinking
prelink -Ramf

prelink Ubuntu 10.04 LTS

ATTENTION - this can broke your system
ATTENZIONE - questo può danneggiare il vostro sistema

Migliorare i tempi di partenza

http://aroundtheweb.info/2010/05/how-to-make-ubuntu-1004-boot-faster.html

in particolare consiglio questo:

Profiling

  1. At your boot screen press “e” (for edit).
  2. Use your arrow key and move down to the entry beginning with “kernel”.
  3. Press “e” again.
  4. Add “profile” (no quotes) at the end of this line.
  5. Hit Enter.
  6. Click “b” (for boot).

OTTIMIZZARNE L'UTILIZZO

gestione del desktop e applicazioni alternative

http://breakthebit.org/post/564380600/pimp-my-linux-ubuntu-10-04

ottimizzazione spinta di firefox e flash player

http://ubuntuforums.org/showthread.php?t=1533664

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.