Skip to content
View popmonkey's full-sized avatar

Highlights

  • Pro

Organizations

@yql
Block or Report

Block or report popmonkey

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. irs irs Public

    this repository is for tracking issues for the iRacing Survey https://json.racing/irs

    1

  2. dramatically speed up Time Machine b... dramatically speed up Time Machine backups on OS X
    1
    #!/bin/sh
    2
    
                  
    3
    # Turns off low priorioty throttling while Time Machine backups are in progress.
    4
    #  Also prevents sleeping/idling while TM is running
    5
    # 
  3. EdgeOS ready script that tests for W... EdgeOS ready script that tests for WAN connection degradation (via packet loss and latency checks)
    1
    #!/bin/sh
    2
    #
    3
    # USG and EdgeRouter route-test script for failover
    4
    #
    5
    # uses ping to check latency and packet loss.
  4. fast mysql backups (and fast restore... fast mysql backups (and fast restore instructions)
    1
    #!/bin/bash
    2
    
                  
    3
    ### WARNING!!!!!   WARNING!!!!!   WARNING!!!!!
    4
    #
    5
    # this script should *not* be used as is without understanding everything it does (and possibly modifying):