Add Remote Apple Events category and entry
This commit is contained in:
parent
9363b71ece
commit
839aa467a1
13
README.md
13
README.md
@ -83,6 +83,7 @@ For more terminal shell goodness, please also see this list's sister list [Aweso
|
|||||||
- [Memory Management](#memory-management)
|
- [Memory Management](#memory-management)
|
||||||
- [Notification Center](#notification-center)
|
- [Notification Center](#notification-center)
|
||||||
- [QuickLook](#quicklook)
|
- [QuickLook](#quicklook)
|
||||||
|
- [Remote Apple Events](#remote-apple-events)
|
||||||
- [Root User](#root-user)
|
- [Root User](#root-user)
|
||||||
- [Safe Mode Boot](#safe-mode-boot)
|
- [Safe Mode Boot](#safe-mode-boot)
|
||||||
- [Screenshots](#screenshots)
|
- [Screenshots](#screenshots)
|
||||||
@ -1220,6 +1221,18 @@ launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.pl
|
|||||||
qlmanage -p /path/to/file
|
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
|
### Root User
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user