{"id":345,"date":"2011-12-04T12:13:31","date_gmt":"2011-12-04T11:13:31","guid":{"rendered":"http:\/\/webpiraten.de\/?p=345"},"modified":"2012-01-22T20:26:39","modified_gmt":"2012-01-22T19:26:39","slug":"ubuntu-bluetooth-bei-start-deaktivieren","status":"publish","type":"post","link":"https:\/\/webpiraten.de\/index.php\/linux\/ubuntu-bluetooth-bei-start-deaktivieren\/","title":{"rendered":"ubuntu bluetooth bei start deaktivieren"},"content":{"rendered":"<p>um unter ubuntu die bluetooth funktionen permanent (bei system start) auszuschalten,<br \/>\n\u00f6ffne die datei <em>\/etc\/rc.local<\/em><\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nsudoedit \/etc\/rc.local\r\n<\/pre>\n<p>und editiere die datei mit folgendem:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\nrfkill block bluetooth\r\n<\/pre>\n<p>so das die datei etwa so aussieht:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">\r\n#!\/bin\/sh -e\r\n#\r\n# rc.local\r\n#\r\n# This script is executed at the end of each multiuser runlevel.\r\n# Make sure that the script will &quot;exit 0&quot; on success or any other\r\n# value on error.\r\n#\r\n# In order to enable or disable this script just change the execution\r\n# bits.\r\n#\r\n# By default this script does nothing.\r\n\r\nrfkill block bluetooth\r\n\r\nexit 0\r\n<\/pre>\n<p>bluetooth kann nat\u00fcrlich jederzeit \u00fcber die settings wieder aktiviert werden.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>um unter ubuntu die bluetooth funktionen permanent (bei system start) auszuschalten, \u00f6ffne die datei \/etc\/rc.local sudoedit \/etc\/rc.local und editiere die datei mit folgendem: rfkill block bluetooth so das die datei etwa so aussieht: #!\/bin\/sh -e # # rc.local # # This script is executed at the end of each multiuser runlevel. # Make sure that [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[75,76,238],"tags":[286,287,644,288,290,289,214,291],"class_list":["post-345","post","type-post","status-publish","format-standard","hentry","category-linux","category-shell","category-vim","tag-bluetooth","tag-deaktivieren","tag-linux","tag-permanent","tag-rfkill","tag-start","tag-ubuntu","tag-unix"],"_links":{"self":[{"href":"https:\/\/webpiraten.de\/index.php\/wp-json\/wp\/v2\/posts\/345","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webpiraten.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webpiraten.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webpiraten.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/webpiraten.de\/index.php\/wp-json\/wp\/v2\/comments?post=345"}],"version-history":[{"count":5,"href":"https:\/\/webpiraten.de\/index.php\/wp-json\/wp\/v2\/posts\/345\/revisions"}],"predecessor-version":[{"id":351,"href":"https:\/\/webpiraten.de\/index.php\/wp-json\/wp\/v2\/posts\/345\/revisions\/351"}],"wp:attachment":[{"href":"https:\/\/webpiraten.de\/index.php\/wp-json\/wp\/v2\/media?parent=345"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webpiraten.de\/index.php\/wp-json\/wp\/v2\/categories?post=345"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webpiraten.de\/index.php\/wp-json\/wp\/v2\/tags?post=345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}