I hereby claim:
- I am kabadisha on github.
- I am kabadisha (https://keybase.io/kabadisha) on keybase.
- I have a public key ASATVhaYttm2OfwI1rVCcPm7YMz6zPh2aMS3GDQCx0Uf5Qo
To claim this, I am signing this object:
| #!/bin/sh | |
| set -e | |
| set -u | |
| # Runs on your router to check if devices are connected via wifi. | |
| # Disables motion detection on Shinobi network cameras if they are. | |
| # Make sure local dns lookups are enabled on your router. | |
| # On Asus Merlin routers this can be found under Tools > Other Settings > | |
| # 'Wan: Use local caching DNS server as system resolver' |
| #!/bin/sh | |
| set -e | |
| set -u | |
| # Runs on your router to check if devices are connected via wifi. | |
| # Disables motion detection on ZoneMinder network cameras if they are. | |
| # Make sure local dns lookups are enabled on your router. | |
| # On Asus Merlin routers this can be found under Tools > Other Settings > | |
| # 'Wan: Use local caching DNS server as system resolver' |
| #!/bin/sh | |
| # Runs on your router to check if devices are connected via wifi. | |
| # Disables motioneyeos network camera if they are. | |
| # Make sure local dns lookups are enabled on your router. | |
| # On Asus Merlin routers this can be found under Tools > Other Settings > | |
| # 'Wan: Use local caching DNS server as system resolver' | |
| # Requires enabling motioneyeos web control port: |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env ruby | |
| # Usage: dedup-imovie-library LIBRARY ORIGINALS | |
| # | |
| # Goes through an iMovie 10 library and replaces all the "Original Media" with | |
| # symlinks to the actual original media, in order to conserve disk space. Note | |
| # that because they're symlinks, if the path to the originals changes (e.g. you | |
| # rename the external drive they are on) then the links will be broken. | |
| # | |
| # This assumes you've already imported the files into iMovie and waited for them |