Skip to content

Instantly share code, notes, and snippets.

View trileminh94's full-sized avatar
🤩
coding

Le Minh Tri trileminh94

🤩
coding
View GitHub Profile
@trileminh94
trileminh94 / gist:c4dd2860fce7d1c445fe68d0fdc29b26
Created July 3, 2020 10:53 — forked from shayne/gist:3086902
Add Mac OS X user to "wheel" group (no more sudo passwd)
sudo dscl . -append /groups/wheel GroupMembership <username>
# now `sudo visudo` and remove comment from: %wheel ALL=(ALL) NOPASSWD: ALL