DERs/MAC
Jump to navigation
Jump to search
MAC Documentation
Enter Restore Menu
During boot press:
Command + R
Get to Terminal from Restore Menu
*Click the Utilities Tab *Terminal
Manually set ip address from Terminal
ipconfig set en5 DHCP ifconfig
Keep Recovery mode from sleeping
pmset -a sleep 0 pmset -a disksleep 0 pmset -a displaysleep 0
Mount NFS from MacOS
mount -t nfs -o resvport 192.168.3.1:/mp3 /private/nfs
Allow Untrusted Applications
- Disable Application Checking:
- sudo spctl --master-disable
- Install Application as usual!
- Enable Application Checking
- sudo spctl --master-enable