{"id":2397,"date":"2015-07-11T16:15:38","date_gmt":"2015-07-11T16:15:38","guid":{"rendered":"https:\/\/qbytes.cloud\/?p=2397"},"modified":"2015-07-11T16:15:38","modified_gmt":"2015-07-11T16:15:38","slug":"a-chkconfig-alternative-to-ubuntu","status":"publish","type":"post","link":"https:\/\/www.qbytes.cloud\/index.php\/2015\/07\/11\/a-chkconfig-alternative-to-ubuntu\/","title":{"rendered":"A chkconfig alternative to Ubuntu"},"content":{"rendered":"<p>sysv-rc-conf is an alternate option for Ubuntu.<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# sudo apt-get install sysv-rc-conf\n\n<\/pre>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# sysv-rc-conf --list xxxx\n\n<\/pre>\n<p>Also, to disable a process at boot, you could simply disable it by:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n# sudo update-rc.d apache2 disable\n<\/pre>\n<p>and then if you would like to enable it again:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n\n# sudo update-rc.d apache2 enable\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>sysv-rc-conf is an alternate option for Ubuntu. # sudo apt-get install sysv-rc-conf # sysv-rc-conf &#8211;list xxxx Also, to disable a process at boot, you could simply disable it by: # sudo update-rc.d apache2 disable and then if you would like to enable it again: # sudo update-rc.d apache2 enable<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[117],"tags":[],"class_list":["post-2397","post","type-post","status-publish","format-standard","hentry","category-ubuntu"],"_links":{"self":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2397","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/comments?post=2397"}],"version-history":[{"count":0,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/posts\/2397\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/media?parent=2397"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/categories?post=2397"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.qbytes.cloud\/index.php\/wp-json\/wp\/v2\/tags?post=2397"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}