Skip to content
View buzzsurfr's full-sized avatar
👔
making scripts...
👔
making scripts...

Highlights

  • Pro
Block or Report

Block or report buzzsurfr

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. aws-utils aws-utils Public

    Utilities and Scripts for Amazon Web Services (AWS). Code in this repository is my own and doesn't necessarily represent Amazon's position.

    Python 3 1

  2. go go Public

    Golang utilities and packages

    Go 1

  3. cloudkey cloudkey Public archive

    Manage your cloud access keys

    Go 1 1

  4. color-torch color-torch Public

    7-color LED controlled by AWS IoT

  5. VpcSubnetIpMonitor VpcSubnetIpMonitor Public archive

    Lambda function to publish the IP Address availability in all VPC-based subnets as CloudWatch Metrics.

    JavaScript 4 4

  6. Script to display the process IDs of... Script to display the process IDs of docker container processes and subprocesses
    1
    #!/bin/bash
    2
    pidlist() {
    3
    	local thispid=$1
    4
    	local fulllist=
    5
    	local childlist=