Quicktipp: Bluetooth schnell loswerden

Wer – wie ich – kein Bluetooth auf seinem Notebook verwendet und Akkulaufzeit sparen will, kann es schnell und einfach loswerden:
$ sudo rfkill block bluetooth

Um das Ganze dauert zu machen als root:
# echo 'rfkill block bluetooth' >> /etc/rc.local

Um das Modul kurzfristig wieder zu starten reicht:
$ sudo rfkill unblock bluetooth