Add QuickLook category
This commit is contained in:
parent
40cec935b7
commit
71ea1e6e6d
11
README.md
11
README.md
@ -52,6 +52,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [
|
|||||||
- [Kernel Extensions](#kernel-extensions)
|
- [Kernel Extensions](#kernel-extensions)
|
||||||
- [Memory Management](#memory-management)
|
- [Memory Management](#memory-management)
|
||||||
- [Notification Center](#notification-center)
|
- [Notification Center](#notification-center)
|
||||||
|
- [QuickLook](#quicklook)
|
||||||
- [Root User](#root-user)
|
- [Root User](#root-user)
|
||||||
- [Safe Mode Boot](#safe-mode-boot)
|
- [Safe Mode Boot](#safe-mode-boot)
|
||||||
- [Software Installation](#software-installation)
|
- [Software Installation](#software-installation)
|
||||||
@ -514,6 +515,15 @@ launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.
|
|||||||
launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
|
launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
### QuickLook
|
||||||
|
|
||||||
|
#### Preview via QuickLook
|
||||||
|
```bash
|
||||||
|
qlmanage -p /path/to/file
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Root User
|
### Root User
|
||||||
|
|
||||||
#### Enable Root User
|
#### Enable Root User
|
||||||
@ -543,6 +553,7 @@ sudo nvram boot-args="-x"
|
|||||||
sudo nvram boot-args=""
|
sudo nvram boot-args=""
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Software Installation
|
### Software Installation
|
||||||
|
|
||||||
#### Install PKG
|
#### Install PKG
|
||||||
|
Loading…
Reference in New Issue
Block a user