diff --git a/homepage/index.html b/homepage/index.html index 5119571..72ee1e9 100644 --- a/homepage/index.html +++ b/homepage/index.html @@ -74,9 +74,10 @@ I'm vaccinated against COVID-19. Are you? #privacy, /thegame; knowledge: -alpine, +alpine, cat(1), cryptography, +postmarketOS, NetBSD, true(1), X200T; diff --git a/homepage/knowledge/postmarketos.html b/homepage/knowledge/postmarketos.html new file mode 100644 index 0000000..57ff5bd --- /dev/null +++ b/homepage/knowledge/postmarketos.html @@ -0,0 +1,38 @@ + + +
+ + + + + + + +~ Return to the rest of the site
+ + + ++postmarketOS is based on Alpine Linux and this site's knowledge article for Alpine applies to postmarketOS as well. +
+
+By default, postmarketOS will generate a random software MAC address when connecting to a new WLAN network.
+You can disable this by adding a NetworkManager rule.
+In /etc/NetworkManager/conf.d/
you can make a file with any name that has the following:
+
+[device]
+wifi.scan-rand-mac-address=no
+
+On a live system you can then rc-service networkmanager restart
to restart NetworkManager and have it load the new configuration.
+