/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

fusectore.dev
| | willhaley.com
4.9 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
| | vadosware.io
2.6 parsecs away

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

Travel
| | To troubleshoot networkd in case of failure we can enable debug mode using the following procedure, this is applicable to Photon OS or any other linux system using networkd
| | garysferrao.github.io
35.8 parsecs away

Travel
| Coming to Github, it was a pleasant treat to see they give you a coolplace to host your own static website, and an added bonus of Jekyllif you're interested ...