Controlling macOS Gatekeeper from the command line Terminal
To disable/enable the Gatekeeper run the following respectively:sudo spctl –master-disablesudo spctl –master-enable Check the status of Gatekeeper:spctl –status To add/remove an application to the approved application list:spctl –add /Path/To/Application.appspctl –remove…
Changing the hostname of your macOS computer from the command line terminal
Type in the following commands in order to change the hostname of your macOS computer from the command line.When entering the commands replace the “name” with the desired computer name.…
Remove entry from custom MacOS Spelling dictionary
Open the following file with a raw text editor such as Visual Studio Code or Atom.io. ~/Library/Spelling Remove any line entries that are erroneous.
Add MAMP mySQL to Path on macOS 11
sudo nano /etc/paths add desired folder to end of file and save changes. /Applications/MAMP/Library/bin/