Apache2 server in my Ubuntu machine was used to start at each time I boot the Ubuntu. I found it recently and realized the reason which made me feel that machine is slow than the past days. Therefore I removed apache2 from the starting up at boot time by giving this command.
sudo update-rc.d -f apache2 remove
No comments:
Post a Comment