Current version: 1.0.15 (as of last document update)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| MODEL="Xerox WorkCentre 6655" | |
| ICON=$(gunzip -c "/Library/Printers/PPDs/Contents/Resources/${MODEL}.gz" | awk '/APPrinterIconPath/ {gsub(/"/,"",$2); print $2}') | |
| /usr/bin/sips -s format png "${ICON}" --out "${MODEL}.png" --addIcon --resampleHeightWidthMax 512 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Configurations | |
| Developer Tools | |
| Drivers | |
| Graphics & Design | |
| Math & Science | |
| Plugins | |
| Printers | |
| Productivity | |
| Utilities |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Business | |
| Developer Tools | |
| Education | |
| Entertainment | |
| Finance | |
| Games | |
| Graphics & Design | |
| Health & Fitness | |
| Lifestyle | |
| Medical |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 3D | |
| Admin | |
| Admin Tool | |
| Administrative Tools | |
| Android Development | |
| Application Development | |
| Applications | |
| Apps | |
| Audio | |
| Backup Software |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| import objc | |
| from Foundation import NSBundle | |
| IOKit_bundle = NSBundle.bundleWithIdentifier_('com.apple.framework.IOKit') | |
| functions = [("IOServiceGetMatchingServices", b"iI@o^I"), | |
| ("IOServiceNameMatching", b"@*"), | |
| ("IORegistryEntryCreateCFProperty", b"@I@@I"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ###################### | |
| # Check hardware model | |
| ###################### | |
| hwmodel=$(sysctl -n hw.model) | |
| hwmodel_re='([[:alpha:]]*)([[:digit:]]*),([[:digit:]])' | |
| if [[ $hwmodel =~ $hwmodel_re ]]; then | |
| hwmodel_name="${BASH_REMATCH[1]}" | |
| hwmodel_num="${BASH_REMATCH[2]}" | |
| hwmodel_rev="${BASH_REMATCH[3]}" | |
| fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://swagger.io/ | |
| http://www.odata.org/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Administrator Password Reset Laserjet M2727 MFP - Cold Reset | |
| To do an NVRAM reset follow these steps: | |
| 1. Turn off the printer. | |
| 2. Hold down the Cancel button and the right arrow button and while holding them turn on the power. | |
| 3. Wait for the message Permanent storage init. Then release the buttons. | |
| Wait for about 2 min. When the printer is back at the ready screen it has been reset. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://www.deploystudio.com/Downloads/_dss.current |