It can be useful to create a symlink to the internal airport binary so you can control wifi from your terminal:
ln -s /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport /usr/local/bin/wifiResults:
wifi -s: list available wifi networks.wifi -I: info on the current wifi connection.
NOTE: Reference.
Warning
I'm not sure if this is still relevant with the change over in terminals and OS versions.
To enable developer mode:
spctl developer-mode enable-terminalTurning this feature on has been shown to improve the speed of certain terminal operations like running Rust compilation.
To improve your retina macOS 'wake-up from sleep' performance:
sudo pmset -a standbydelay 7200The larger the number (time in seconds), the longer it will take macOS to switch into 'standby mode'. This mode takes a while to 'wake up' before you can log back in, and people tend to prefer delaying it for as long as possible (reference).