/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

networkmanager.dev
| | www.systutorials.com
41.7 parsecs away

Travel
| | How to Set the Static IP Address Using CLI in Fedora/CentOS Linux tagged CentOS, CLI, Command, Command line, configuration, DNS, Fedora, How to, Linux, Network, PDF, RHEL, root, Server config, shell, Software, Tutorial, www.
| | www.linuxtoday.com
71.4 parsecs away

Travel
| | NetworkManager 1.50 is here four months after NetworkManager 1.48 and introduces support matching an OVS system interface by MAC address.
| | willhaley.com
71.4 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
| | blog.anantshri.info
96.7 parsecs away

Travel
| Quick notes on how to setup wireguard on 20..04 Best guide i could find : https://www.linuxbabe.com/ubuntu/wireguard-vpn-server-ubuntu But still pieces missing so trying to write this and make those pieces sorted Base OS : ubuntu 20.04 Install software sudo apt-get install wireguard wireguard-tools Configure Wireguard Server side 2.1. Configure Public / Private Key pair for server...