debian_common

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
debian_common [2019/06/23 15:12] โ€“ [Delete all files except for desired file types] Jรบne Parkdebian_common [2020/01/27 12:04] โ€“ [Disable power wireless off] Jรบne Park
Line 336: Line 336:
 <code bash>  <code bash> 
  sudo iwconfig wlan0 power off   sudo iwconfig wlan0 power off 
 +</code> 
 +
 +----
 +
 +==== Disable Bluetooth service ==== 
 +
 +<code bash> 
 +vi /etc/bluetooth/main.conf
 +</code> 
 +
 +Edit the line with ''AutoEnable'' with ''false'' 
 +<code ini>
 +AutoEnable = false
 +</code> 
 +
 +A more radical way is to either stop the bluetooth service
 +
 +<code bash>
 +sudo systemctl stop bluetooth.service
 +</code>
 +
 +Or even more radical is to disable it permanently
 +<code bash> 
 +sudo systemctl disable bluetooth
 </code>  </code> 
  
  • debian_common
  • Last modified: 2024/04/18 08:58
  • by Jรบne Park