Biar ubuntuku booting lebih cepat
refferences :
tutorial-mengoptimalkan-ubuntu-feisty-704
trik-mempercepat-waktu-bootup-ubuntu-hingga-3x-lipat
What I am doing :
$ sudo -i
# vim /etc/init.d/rc
CONCURRENCY=shell
# vim /etc/sysctl.conf
vm.swappiness=0
# vim /etc/environment
MOZ_DISABLE_PANGO=”1″
# apt-get install preload
# update-rc.d -f anacron remove
# update-rc.d -f atd remove
# update-rc.d -f apport remove
# update-rc.d -f bluetooth remove
# update-rc.d -f brltty remove
# update-rc.d -f powernowd remove
# update-rc.d -f powernowd.early remove
# update-rc.d -f hotkey-setup remove
# update-rc.d -f avahi-daemon remove
# update-rc.d -f apmd remove
# update-rc.d -f hplip remove
# update-rc.d -f screen remove
# update-rc.d -f checkfs.sh remove
# update-rc.d -f nvidia-kernel remove
# update-rc.d -f xserver-xorg-input-wacom remove
# update-rc.d -f linux-restricted-modules-common remove


