Skip to content
View nickGermi's full-sized avatar
  • Sydney, Australia
Block or Report

Block or report nickGermi

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. monitor-brightness-manager monitor-brightness-manager Public

    Automatically adjust monitor brightness based on ambient light

    Python 3

  2. aws-force-mfa aws-force-mfa Public

    Enforce mfa authentication for AWS IAM Console & CLI users

    PowerShell 9 6

  3. fixAudio.ps1 fixAudio.ps1
    1
    If (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] Administrator))
    2
    {
    3
        $arguments = & ‘ + $myinvocation.mycommand.definition + 
    4
        Start-Process powershell -Verb runAs -ArgumentList $arguments
    5
        Break
  4. AWS, JQ and bash command cheat sheet... AWS, JQ and bash command cheat sheet. How to query, cut and munge things in JSON generally.
    1
    # Count total EBS based storage in AWS
    2
    aws ec2 describe-volumes | jq "[.Volumes[].Size] | add"
    3
    # Count total EBS storage with a tag filter
    4
    aws ec2 describe-volumes --filters "Name=tag:Name,Values=CloudEndure Volume qjenc" | jq "[.Volumes[].Size] | add"
    5
    # Describe instances concisely
  5. atc atc Public

    Shell

  6. wordpress-ha-cfn wordpress-ha-cfn Public

    Highly Available Wordpress site on AWS deployed via CloudFormation