Explore >> Select a destination


You are here

daringfireball.net
| | www.theverge.com
10.2 parsecs away

Travel
| | If you can't beat 'em, join 'em
| | www.theverge.com
6.9 parsecs away

Travel
| | Disney's slate of films set to be released over the next eight years includes everything from its subsidiary divisions and Fox. It also gives us an update on Star Wars films, and what's next for Avatar.
| | arstechnica.com
11.6 parsecs away

Travel
| | Streamer joins HBO, Disney, and others with its advertising plans.
| | willhaley.com
62.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