Skip to content
View iamgeef's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • news corp
  • Australia
  • 04:58 (UTC +11:00)

Block or report iamgeef

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. prometheus-amazon-workspaces-sd prometheus-amazon-workspaces-sd Public

    Service discovery for the Amazon Workspaces platform, compatible with Prometheus

    Go 1

  2. Refresh AWS STS credentials Refresh AWS STS credentials
    1
    #!/bin/bash
    2
    ## get current sts details
    3
    set -e
    4
    sts=$(aws sts get-caller-identity --profile $1)
    5
    date
  3. gcp_get_org_tree gcp_get_org_tree Public

    Forked from techgirlgeek/gcp_get_org_tree

    Code to get the full hierarchical tree of your organization and projects

    Shell