Skip to main content

macOS

Keyboard shortcuts​

System Preferences -> Keyboard -> Shortcuts -> Keyboard -> Move focus to next window: Cmd + `

Finder shortcuts​

ActionKeys
Go to pathCmd + Shift + G
cd ..Cmd + ↑
cd / "Run" fileCmd + ↓
Print screenCmd + Shift + 4 (and press space to select window)

Change mac-address​

# First build it:
git clone https://github.com/shilch/macchanger.git maccchanger
(cd macchanger && make)

# Now randomize the mac address on eth0:
./macchanger/macchanger -r en0

See also https://github.com/shilch/macchanger/issues/2

ifconfig used to work, but no longer works:

sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -z
sudo ifconfig en0 ether aa:bb:cc:dd:ee:ff
# Fails