As I use bluetooth so rarely on my laptop, i wanted to find out how to disable the radio on startup in Ubuntu.
After a quick Google search, I found “How to disable Bluetooth on at autostart?” the provided the answer.
It’s a simple as adding:
/sbin/rfkill block bluetooth
To your /etc/rc.local.
