OSX Commands: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<hr> | <hr> | ||
===Disable Mac Address Randomization Globally=== | === Disable Mac Address Randomization Globally === | ||
<hr> | <hr> | ||
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist PrivateMACAddressModeSystemSetting -int 1 | sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist PrivateMACAddressModeSystemSetting -int 1 | ||
<hr> | <hr> | ||
===Enable Rosetta (x86 compatibility tool for arm (M1,M2,etc) Macs=== | === Enable Rosetta (x86 compatibility tool for arm (M1,M2,etc) Macs === | ||
softwareupdate --install-rosetta | softwareupdate --install-rosetta | ||
| Line 11: | Line 11: | ||
== | == Useful Resources == | ||
https://github.com/tonejito/packet-tracer-macos-m1 | https://github.com/tonejito/packet-tracer-macos-m1 | ||
Revision as of 00:32, 24 March 2026
Disable Mac Address Randomization Globally
sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.airport.preferences.plist PrivateMACAddressModeSystemSetting -int 1
Enable Rosetta (x86 compatibility tool for arm (M1,M2,etc) Macs
softwareupdate --install-rosetta