Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 333 Bytes

MacOS-CLI.md

File metadata and controls

28 lines (18 loc) · 333 Bytes

MacOS Command Line

Find WiFi Password

security find-generic-password -wa "Rho_5G"

IP address

ifconfig en0 | grep inet | awk '{ print $2 }'

Disable GateKeeper

sudo spctl --master-disable

Finger print auth for terminal

sudo vim /etc/pam.d/sudo

auth sufficient pam_tid.so