Explore >> Select a destination


You are here

blog.wesleyac.com
| | techblog.jeppson.org
8.5 parsecs away

Travel
| | I found myself with a Proxmox server that wouldn't do anything with its network card. It took me a while to realize that at one point I had bound it to a VM. Even after removing it from the VM, the host wouldn't do anything with it. Discover which driver a device is using: In ... Continue reading Unbind vfio driver from device in Proxmox ?
| | swethatanamala.github.io
10.7 parsecs away

Travel
| | Just a description of command in linux
| | willhaley.com
10.8 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
| | diyelectromusic.com
63.5 parsecs away

Travel
| I've finally decided to create a PCB for my Mini USB-MIDI toMIDI USB Host MIDI converter based on an Arduino Pro Mini and a Mini USB Host Shield. Whilst I was at it, I've also included an option to support the USB-MIDI to MIDIRevisited build based on an Adafruit Trinket M0. Here is the Arduino...