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
| # OPERATING SYSTEMS | |
| .DS_Store | |
| .AppleDouble | |
| .LSOverride | |
| ._* | |
| *.lock | |
| .Spotlight-V100 | |
| .Trashes | |
| .svn | |
| Thumbs.db |
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
| #!/bin/bash | |
| # Announce the current hour | |
| # | |
| # Use cron to schedule this on the hour: | |
| # 0 * * * * /path/to/script/chime.sh | |
| # | |
| # Change the voice used in System Preferences | |
| # under Accessibility > Speech | |
| # Wake up the text-to-speech engine, which sometimes |
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
| <?php | |
| /* | |
| * Hide Wordpress, Plugin, & Theme Update Notifications | |
| * | |
| * When regularly checking for and applying updates, we don't | |
| * need persistent update nags bugging clients. | |
| * | |
| * This plugin hides the update nags with CSS, but you can still access | |
| * the updates page list under Dashboard. | |
| */ |
OlderNewer