OSX Commands: Difference between revisions

No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
= OSX Commands =
<hr>
<hr>
Disable Mac Address Randomization Globally
=== Disable Mac Address Randomization Globally ===
<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>


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


 
= Useful Resources =
 
 
<hr>Useful Resources<hr>
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