DERs/MAC

From DER's LLC
Revision as of 19:14, 2 June 2023 by Admin (talk | contribs) (Created page with "=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 Ap...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

  1. Disable Application Checking:
    sudo spctl --master-disable
  2. Install Application as usual!
  3. Enable Application Checking
    sudo spctl --master-enable