Mac

Mac How To: Microsoft Outlook for Mac Profile Switching

Outlook for Windows supports profile switching at launch natively, but the version for macOS makes it a little more difficult. Microsoft does, however, include a profile switching utility within Outlook for Mac and with some AppleScript you can launch the switching utility before Outlook. It’s not as seamless as Outlook on Windows, but it’s better […]

Mac How To: Microsoft Outlook for Mac Profile Switching Read More »

macOS How To: Use Touch ID to authenticate as sudo in Terminal

TL;DR:  To authenticate as sudo in Terminal, paste the following line into /etc/pam.d/sudo auth       sufficient     pam_tid.so Step-by-step Instructions: Firstly you’ll need to open /etc/pam.d/sudo in a file editor within Terminal. You can do this by running the following command: sudo vi /etc/pam.d/sudo Then, press the i key on your keyboard, this will allow you

macOS How To: Use Touch ID to authenticate as sudo in Terminal Read More »

macOS How To: Bypass Gatekeeper for “App cannot be opened. You should move it to trash.”

To bypass Gatekeeper and open an app when “App cannot be opened. You should move it to trash.” comes up, simply open Terminal (Applications > Utilities > Terminal) and run the following command: sudo xattr -r -d com.apple.quarantine /Applications/name of app.app You’ll need to replace name of app.app with the name of the application you’re trying

macOS How To: Bypass Gatekeeper for “App cannot be opened. You should move it to trash.” Read More »

Mac How To – Allow Apps Downloaded from Anywhere in Sierra

It appears that Apple have removed the ability to enable Allow apps downloaded from: Anywhere from within System Preferences. Fortunately, it’s easy enough to enable with 1 line in a terminal window. This line will enable and set the Allow apps downloaded from: preference to Anywhere. sudo spctl –master-disable Once you’ve run the command, close down System Preferences and

Mac How To – Allow Apps Downloaded from Anywhere in Sierra Read More »