ubuntu下去除开机的服务,如果安装了apache,mysql开发用,可以去掉,使用的时候再打开。

find /etc/rc*.d/ -name \*apache2 -exec rm  {} \;

#Or:

sudo update-rc.d -f apache2 remove