macOS
Keyboard shortcuts​
System Preferences -> Keyboard -> Shortcuts -> Keyboard -> Move focus to next window: Cmd + `
Finder shortcuts​
| Action | Keys |
|---|---|
| Go to path | Cmd + Shift + G |
| cd .. | Cmd + ↑ |
| cd / "Run" file | Cmd + ↓ |
| Print screen | Cmd + 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