Hi, I’m Eric. I’m technical director @enginsightcom with deep interest in it security.
Eric Range

Disable Wi-Fi and Bluetooth on Linux

Eric Range
Eric Range
Jul 26, 2020
Hi, I’m Eric. I’m technical director @enginsightcom with deep interest in it security.

Ubuntu 20.04

Navigate to:

nano /boot/firmware/usercfg.txt

Add following lines:

[all]
dtoverlay=disable-wifi
dtoverlay=disable-bt

And reboot:

reboot

Raspbian (Buster)

Navigate to:

nano /boot/config.txt

Add following lines:

[all]
dtoverlay=disable-wifi
dtoverlay=disable-bt

And reboot:

reboot