{"id":182,"date":"2018-10-13T15:31:19","date_gmt":"2018-10-13T08:31:19","guid":{"rendered":"https:\/\/prosindo.com\/blog\/?p=182"},"modified":"2018-10-13T15:31:19","modified_gmt":"2018-10-13T08:31:19","slug":"raspbian-shutdown-from-web","status":"publish","type":"post","link":"https:\/\/prosindo.com\/blog\/2018\/10\/13\/raspbian-shutdown-from-web\/","title":{"rendered":"Raspbian Shutdown from web"},"content":{"rendered":"<p>sudo apt-get update &amp;&amp; sudo apt-get install lighttpd php-cgi<br \/>\nsudo lighty-enable-mod fastcgi fastcgi-php<br \/>\nsudo service lighttpd force-reload<br \/>\nsudo visudo<br \/>\n# Add the following line below &#8220;pi ALL etc.&#8221; and exit the visudo editor:<br \/>\nwww-data ALL = NOPASSWD: \/sbin\/shutdown<br \/>\nsudo nano \/var\/www\/index.html<\/p>\n<pre><code>&lt;html&gt;&lt;a href=\"shutdown.php\"&gt;Shutdown NOW&lt;\/a&gt;&lt;\/html&gt;<\/code><\/pre>\n<p>sudo nano \/var\/www\/shutdown.php<\/p>\n<pre><code>&lt;?php system('sudo \/sbin\/shutdown -h now'); ?&gt;<\/code><\/pre>\n<p>Source: https:\/\/www.raspberrypi.org\/forums\/viewtopic.php?t=58802<\/p>\n","protected":false},"excerpt":{"rendered":"<p>sudo apt-get update &amp;&amp; sudo apt-get install lighttpd php-cgi sudo lighty-enable-mod fastcgi fastcgi-php sudo service lighttpd force-reload sudo visudo # Add the following line below &#8220;pi ALL etc.&#8221; and exit the visudo editor: www-data ALL = NOPASSWD: \/sbin\/shutdown sudo nano \/var\/www\/index.html &lt;html&gt;&lt;a href=&#8221;shutdown.php&#8221;&gt;Shutdown NOW&lt;\/a&gt;&lt;\/html&gt; sudo nano \/var\/www\/shutdown.php &lt;?php system(&#8216;sudo \/sbin\/shutdown -h now&#8217;); ?&gt; Source: https:\/\/www.raspberrypi.org\/forums\/viewtopic.php?t=58802<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-182","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/posts\/182","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/comments?post=182"}],"version-history":[{"count":2,"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/posts\/182\/revisions"}],"predecessor-version":[{"id":187,"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/posts\/182\/revisions\/187"}],"wp:attachment":[{"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/media?parent=182"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/categories?post=182"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prosindo.com\/blog\/wp-json\/wp\/v2\/tags?post=182"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}