This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
######################################################################################### | |
## Creates a local password policy on a Mac running OS 10 or 11. | |
## | |
## Created from various files I found around the internet and man pages | |
## for pwpolicy. I've added the ability to edit the default password | |
## length which was difficult to find. I attempted to preserve original author names. | |
## | |
## This script builds a password policy in a .plist file, imports that |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pmx-node01, pmx-node02, pmx-node03: | |
nano /etc/systemd/network/00-thunderbolt0.link | |
------------------------------------ | |
[Match] | |
Path=pci-0000:00:0d.3 | |
Driver=thunderbolt-net | |
[Link] | |
MACAddressPolicy=none | |
Name=en05 |