OSX Commands: Difference between revisions

 
Line 7: Line 7:
  softwareupdate --install-rosetta
  softwareupdate --install-rosetta


== Useful Resources ==
= Useful Resources =
https://github.com/tonejito/packet-tracer-macos-m1
https://github.com/tonejito/packet-tracer-macos-m1

Latest revision as of 00:33, 24 March 2026

OSX Commands[edit]


Disable Mac Address Randomization Globally[edit]

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[edit]

softwareupdate --install-rosetta

Useful Resources[edit]

https://github.com/tonejito/packet-tracer-macos-m1