{"id":531,"date":"2011-06-13T23:09:29","date_gmt":"2011-06-14T07:09:29","guid":{"rendered":"http:\/\/blog.portnumber53.com\/?p=531"},"modified":"2011-06-13T23:09:29","modified_gmt":"2011-06-14T07:09:29","slug":"linux-runlevel-configuration-tool-to-start-service-on-ubuntudebian","status":"publish","type":"post","link":"https:\/\/blog.portnumber53.com\/index.php\/2011\/06\/13\/linux-runlevel-configuration-tool-to-start-service-on-ubuntudebian\/","title":{"rendered":"Linux: Runlevel configuration tool to start service on Ubuntu\/Debian"},"content":{"rendered":"<p>Under Debian or Ubuntu based distro, use the runlevel configuration tool to manage services run levels<\/p>\n<p>To turn on mongodb service, use the following command:<\/p>\n<pre class=\"brush:plain\">update-rc.d mongodb defaults<\/pre>\n<p>you may to sudo:<\/p>\n<pre class=\"brush:plain\">sudo update-rc.d mongodb defaults<\/pre>\n<p>To remove service, use<\/p>\n<pre class=\"brush:plain\">update-rc.d mongodb defaults<\/pre>\n<p>or using sudo:<\/p>\n<pre class=\"brush:plain\">sudo update-rc.d mongodb defaults<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Under Debian or Ubuntu based distro, use the runlevel configuration tool to manage services run levels To turn on mongodb service, use the following command: update-rc.d mongodb defaults you may to sudo: sudo update-rc.d mongodb defaults To remove service, use update-rc.d mongodb defaults or using sudo: sudo update-rc.d mongodb defaults<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[103],"class_list":["post-531","post","type-post","status-publish","format-standard","hentry","category-linux","tag-debian-ubuntu-linux-runlevel-update-rc-d-configure"],"_links":{"self":[{"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/posts\/531","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/comments?post=531"}],"version-history":[{"count":0,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/posts\/531\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/media?parent=531"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/categories?post=531"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.portnumber53.com\/index.php\/wp-json\/wp\/v2\/tags?post=531"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}