no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


tech:linux:stop_services [2014/11/15 15:13] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Stop Services on Ubuntu ======
 +Below is the list of services that will pretty much bring the server to idle and do nothing.
 +
 +<code bash>
 +/etc/init.d/anacron stop
 +/etc/init.d/cron stop
 +/etc/init.d/apache2 stop
 +/etc/init.d/mysql stop
 +/etc/init.d/postfix stop
 +/etc/init.d/courier-authdaemon stop
 +/etc/init.d/courier-imap stop
 +/etc/init.d/courier-imap-ssl stop
 +/etc/init.d/dovecot stop
 +/etc/init.d/privoxy stop
 +/etc/init.d/rsync stop
 +/etc/init.d/shellinaboxd stop
 +</code>
 +
 +/etc/init.d/nagios stop
  

QR Code
QR Code tech:linux:stop_services (generated for current page)