Explore >> Select a destination


You are here

fusectore.dev
| | beesley.tech
15.5 parsecs away

Travel
| | Recently, I have been exploring to encrypt my DNS traffic on Fedora 42 using DNS over TLS (DoT). Along the way, I ran into confusing symlinks, missing config
| | vadosware.io
9.1 parsecs away

Travel
| | Recent instability running Docker on Arch -- docker0 just doesn't want to keep it's IPv4 address.
| | willhaley.com
10.2 parsecs away

Travel
| | For all of these options first install macchanger. sudo DEBIAN_FRONTEND=noninteractive apt install macchanger Random MAC for every NIC Create a file at /etc/udev/rules.d/81-mac-spoof.rules like so. ACTION=="add", SUBSYSTEM=="net", RUN+="/usr/bin/macchanger -r $name" Random MAC for a specific NIC If the original MAC address of the NIC was dc:a6:32:d0:7b:de then create a file at /etc/udev/rules.d/81-mac-spoof.rules like so. ACTION=="add", SUBSYSTEM=="net", ATTR{address}=="dc:a6:32:d0:7b:de", RUN+="/usr/bin/macchanger -r $name" Notes https://wiki.archlinux.org/title/MAC_address_spoofing
| | alnvdl.github.io
70.3 parsecs away

Travel
| A tale of two operating systems and one really silly issue.