Easy to forget debian:
Remove processes that run on startup
$> sudo update-rc.d -f nginx remove
Easy to forget fedora:
$> sudo chkconfig apache2 off
Easy to forget debian:
Remove processes that run on startup
$> sudo update-rc.d -f nginx remove
Easy to forget fedora:
$> sudo chkconfig apache2 off