|
You are here |
blog.wesleyac.com | ||
| | | | |
cyberchris.xyz
|
|
| | | | | This is less of a blog post and more of a note on how I fixed my Anker 7 in 1 (with Ethernet) USB adapter, as the drivers don't work by default on Linux. First, troubleshooting step is lsusb, it should show you the ASIX Ethernet device after plugging it in: ? lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3. | |
| | | | |
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 | |
| | | | |
blog.halfvast.com
|
|
| | | | | This linux bash script was generated by an Artificial Intelligence (AI) application called ChatGPT. The script was generated in response to this text: "Write a bash script that prompts for th... | |
| | | | |
www.dbaglobe.com
|
|
| | | A blog about on new technologie. Hands-on note about Hadoop, Cloudera, Hortonworks, NoSQL, Cassandra, Neo4j, MongoDB, Oracle, SQL Server, Linux, etc. | ||