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

Block or report shouptech

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. dynamic_dns dynamic_dns Public

    A Dynamic DNS Update Script (Mirrored from GitLab)

    Python

  2. Delete empty log streams from AWS Cl... Delete empty log streams from AWS CloudWatch Logs
    1
    #!/usr/bin/env python
    2
    """
    3
    This script deletes empty log streams from cloudwatch log groups.
    4
    5
    Your shell should be configured for connecting to the AWS API. This can be done
  3. emvue_exporter emvue_exporter Public

    Prometheus Exporter for Emporia Energy Vue devices (Mirrored from GitLab)

    Python

  4. Cloning repos with namespaces Cloning repos with namespaces
    1
    #!/bin/bash
    2
    #
    3
    # This scripts will clone a git repository into its own namespace, in the
    4
    # directory $HOME/code.
    5
    #
  5. cyberpower_exporter cyberpower_exporter Public

    A prometheus exporter for consumer cyberpower UPS units (Mirrored from Gitlab)

    Python 1

  6. A simple btrfs snapshotting script A simple btrfs snapshotting script
    1
    #!/bin/bash
    2
    
                  
    3
    set -e
    4
    set -u
    5
    #set -x