Pinned Loading
-
monitor-brightness-manager
monitor-brightness-manager PublicAutomatically adjust monitor brightness based on ambient light
Python 6
-
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
0 contributions in the last year
Skip to contributions year listDay of Week | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More