Sunday, April 09, 2006

faster boot-up

disable non-crtical services at startup
update-rc.d -f mysql remove

update-rc.d mysql start 20 3 4 5 . stop 20 0 1 6 . (note the periods)

edit /etc/inetd.conf to disable ftp and telnet ....

No comments: