Pinned Loading
-
monitor-brightness-manager
monitor-brightness-manager PublicAutomatically adjust monitor brightness based on ambient light
Python 5
-
aws-force-mfa
aws-force-mfa PublicEnforce mfa authentication for AWS IAM Console & CLI users
-
fixAudio.ps1
fixAudio.ps1 1If (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] “Administrator”))
2{
3$arguments = “& ‘” + $myinvocation.mycommand.definition + “‘”
4Start-Process powershell -Verb runAs -ArgumentList $arguments
5Break
-
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
2aws ec2 describe-volumes | jq "[.Volumes[].Size] | add"
3# Count total EBS storage with a tag filter
4aws ec2 describe-volumes --filters "Name=tag:Name,Values=CloudEndure Volume qjenc" | jq "[.Volumes[].Size] | add"
5# Describe instances concisely
-
-
wordpress-ha-cfn
wordpress-ha-cfn PublicHighly Available Wordpress site on AWS deployed via CloudFormation
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.