Skip to content

Instantly share code, notes, and snippets.

@jonathonbyrdziak
Last active June 28, 2016 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathonbyrdziak/42760ec130f272be299c to your computer and use it in GitHub Desktop.
Save jonathonbyrdziak/42760ec130f272be299c to your computer and use it in GitHub Desktop.
Disable CentOS Programs To Optimize Your Server
Curtousy of Magento Support Tutorials
http://magentosupport.help/knowledgebase/disable-centos-programs-to-optimize-your-server/
chkconfig acpid off
chkconfig anacron off
chkconfig apmd off
chkconfig atd off
chkconfig autofs off
chkconfig cpuspeed off
chkconfig cups off
chkconfig cups-config-daemon off
chkconfig gpm off
chkconfig isdn off
chkconfig netfs off
chkconfig nfslock off
chkconfig openibd off
chkconfig pcmcia off
chkconfig portmap off
chkconfig rawdevices off
chkconfig readahead_early off
chkconfig rpcgssd off
chkconfig rpcidmapd off
chkconfig smartd off
chkconfig xfs off
chkconfig avahi-daemon off
chkconfig firstboot off
chkconfig yum-updatesd off
chkconfig sendmail off
chkconfig mcstrans off
chkconfig pcscd off
chkconfig bluetooth off
chkconfig hidd off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment