From a101706a70d6b8da7c4bc947d96ccc6f9665f099 Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Fri, 6 Jan 2023 20:11:44 +0000 Subject: [PATCH] void aeroplane mode --- distros/void/aeroplanes.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 distros/void/aeroplanes.md diff --git a/distros/void/aeroplanes.md b/distros/void/aeroplanes.md new file mode 100644 index 0000000..6215e85 --- /dev/null +++ b/distros/void/aeroplanes.md @@ -0,0 +1,18 @@ +--- +title: "Aeroplane Mode in Void" +tags: [ "Documentation", "Void" ] +--- +Put your device in 'aeroplane' mode (e.g. where no trace of signal leaves it) by turning off Wi-Fi and blue-tooth. + +> sudo sv stop wpa_supplicant bluetoothd + +Find your device's name with `ip a`. +If unsure, try this: + +> name=$(ip a | grep -Eo 'wlp\w{3}') + +> echo $name + +Then set that device down: + +> sudo ip link set $name down