Add print app close command

This commit is contained in:
Marcel Bischoff 2015-10-17 19:23:10 +02:00
parent ff9aba8421
commit 9ce9e4a20b

View File

@ -568,12 +568,14 @@ defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.prefere
security find-generic-password -ga "ROUTERNAME" | grep "password:" security find-generic-password -ga "ROUTERNAME" | grep "password:"
``` ```
## Package Managers ## Package Managers
- [Fink](http://www.finkproject.org) - The full world of Unix Open Source software for Darwin. - [Fink](http://www.finkproject.org) - The full world of Unix Open Source software for Darwin.
- [Homebrew](http://brew.sh) - The missing package manager for OS X. - [Homebrew](http://brew.sh) - The missing package manager for OS X.
- [MacPorts](https://www.macports.org) - Compile, install and upgrade either command-line, X11 or Aqua based open-source software. - [MacPorts](https://www.macports.org) - Compile, install and upgrade either command-line, X11 or Aqua based open-source software.
## Printing ## Printing
#### Clear Print Queue #### Clear Print Queue
@ -581,6 +583,11 @@ security find-generic-password -ga "ROUTERNAME" | grep "password:"
cancel -a - cancel -a -
``` ```
#### Quit Printer app After Print Jobs Complete
```bash
defaults write com.apple.print.PrintingPrefs "Quit When Finished" -bool true
```
## Security ## Security