This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "AWSTemplateFormatVersion" : "2010-09-09", | |
| "Description" : "Create a Route53 Fail Whale failover setup from ELB to S3. You need a preexisting ELB, S3 bucket configured as a Website endpoint, and Hosted Zone.", | |
| "Parameters" : { | |
| "ELBDnsName" : { | |
| "Type" : "String", | |
| "Description" : "Your ELB's DNS Name" | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # find all supermicro Java iKVM Viewer windows and resize | |
| # them to display all the content | |
| # | |
| # for reasons that are beyond sanity, this shitty closed source program | |
| # sets the min and max window sizes to the same values, making it unresizable | |
| # through dragging. | |
| # this wouldn't be so bad if it actually resized the window to display all | |
| # the content. it constantly resizes based on the resolution of the |
NewerOlder