Skip to content

Instantly share code, notes, and snippets.

View sashareds's full-sized avatar

Alex sashareds

  • Reds Lab
  • Dublin, Ireland
View GitHub Profile
@sashareds
sashareds / Check nginx domains for CAA Rechecking bug.md
Last active March 5, 2020 01:28
Check multiple domains for LetsEncrypt CAA Rechecking Bug on Nginx servers

On 29th February 2020, LetsEncrypt found a bug "CAA rechecking". https://community.letsencrypt.org/t/revoking-certain-certificates-on-march-4/114864

This script has been made to help admins to check multiple domains on their Nginx web servers.

All my domains where fine, so I didn't bother to automate renewals. However, it can be added in the script.

Quick Usage:

wget -O - https://gist.githubusercontent.com/sashareds/98095b8b7b322c8283dc7afbec658690/raw/019fcc59f92ada15ae6eebd80d544db6828caeb0/checkforcaa.sh | bash
@sashareds
sashareds / css-hacks.css
Last active March 4, 2020 23:21 — forked from ricardozea/ie67891011-css-hacks.txt
IE CSS hacks - IE6, 7, 8, 9, 10, 11
/* IE6 Only */
_selector {...}
/* IE6 & IE7 */
*html or { _property: }
/* IE7 Only */
*+html or { *property: } /* Keep in mind that you have to put the IE7 property first within the same selector. */
Automatic ping of all AWS EC2 IPs from http://ec2-reachability.amazonaws.com/
@sashareds
sashareds / dabblet.css
Created February 23, 2012 18:59 — forked from alexmwalker/dabblet.css
Google's Doodle and Why My Brain Hertz
/**
* Google's Doodle and Why My Brain Hertz
*/
#wavescreen{
width:380px;
height:223px;
margin: 100px auto;
border:1px #ddd dashed;
background: url(http://sitepointstatic.com/examples/css3/animation/hertz.png);
animation: hertz 4s infinite linear;
@sashareds
sashareds / dabblet.css
Created February 23, 2012 18:59 — forked from alexmwalker/dabblet.css
Google's Doodle and Why My Brain Hertz
/**
* Google's Doodle and Why My Brain Hertz
*/
#wavescreen{
width:380px;
height:223px;
margin: 100px auto;
border:1px #ddd dashed;
background: url(http://sitepointstatic.com/examples/css3/animation/hertz.png);
animation: hertz 4s infinite linear;