|
You are here |
ramonh.dev | ||
| | | | |
mikecoats.com
|
|
| | | | | For around £20 you can buy a development board with an Arm Cortex M4 and some peripherals including an accelerometer, microphone, DAC, and USB OTG port. This documents my attempt to get a rust toolchain installed, connect the debugger and confirm it can see the ARM chip, ready for programming. | |
| | | | |
willhaley.com
|
|
| | | | | 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 | |
| | | | |
www.axismaps.com
|
|
| | | | | ||
| | | | |
dhariri.com
|
|
| | | The website of David Hariri, a software developer, designer, and entrepreneur. | ||