Mac OS

# Fixing keyboard typing issues: e.g. while pressing ` print outs ±
sudo open /System/Library/CoreServices/KeyboardSetupAssistant.app/Contents/MacOS/KeyboardSetupAssistant

Source http://m10lmac.blogspot.com/2009/12/fixing-keyboard-type-problems.html

Reboot into recovery via terminal

sudo nvram "recovery-boot-mode=unused"
sudo reboot

# back to normal
nvram -d recovery-boot-mode

iPhone hotspot issue with FortiClient and IPV6

You need to disbale IPv6 on Wi-Fi adapter:

sudo networksetup -setv6off Wi-Fi

# To verify configuration:

networksetup -getinfo Wi-Fi

Last updated

Was this helpful?