Skip to content
View akh13's full-sized avatar
Block or Report

Block or report akh13

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 Loading

  1. aws-ec2-steps aws-ec2-steps Public

    Forked from rundeck-plugins/aws-ec2-steps

    Python 2 1

  2. cloudflare_bulk_ip cloudflare_bulk_ip Public

    PHP

  3. logchecker logchecker Public

    Checks a log for changes in modification time and contents. If no change occurs in X time, send an email.

    Shell

  4. runutil.sh runutil.sh Public

    Rundeck API cluster failover bash script.

    Shell

  5. twofing twofing Public

    Forked from Plippo/twofing

    Daemon for two finger gestures

    C 1 1

  6. Python3 script to remove recovery po... Python3 script to remove recovery points from an AWS Backup Vault. Prompts for vault name and resource type. Used as an interim solution until a `force_delete` option becomes available. In order to use this, you must use pip3 to install boto3, then configure the AWS credentials file to include a key and secret.
    1
    #!/usr/bin/python3
    2
    
    
    3
    import boto3
    4
    from time import sleep
    5
    from datetime import datetime