From 839aa467a1e47bdb96509808d2bfc0dfde27ac22 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Wed, 30 Dec 2015 23:03:03 +0100 Subject: [PATCH] Add Remote Apple Events category and entry --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 0593184..17aeb8e 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ For more terminal shell goodness, please also see this list's sister list [Aweso - [Memory Management](#memory-management) - [Notification Center](#notification-center) - [QuickLook](#quicklook) + - [Remote Apple Events](#remote-apple-events) - [Root User](#root-user) - [Safe Mode Boot](#safe-mode-boot) - [Screenshots](#screenshots) @@ -1220,6 +1221,18 @@ launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.pl qlmanage -p /path/to/file ``` +### Remote Apple Events +```bash +# Status +sudo systemsetup -getremoteappleevents + +# Enable +sudo systemsetup -setremoteappleevents on + +# Disable (Default) +sudo systemsetup -setremoteappleevents off +``` + ### Root User ```bash