Skip to content

Instantly share code, notes, and snippets.

View mkeedlinger's full-sized avatar

Michael Edlinger mkeedlinger

View GitHub Profile
@phybros
phybros / update-route53.sh
Last active February 12, 2024 00:07
BASH Script to keep Route53 updated with your current external IP address
#!/bin/bash
# (optional) You might need to set your PATH variable at the top here
# depending on how you run this script
#PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Hosted Zone ID e.g. BJBK35SKMM9OE
ZONEID="enter zone id here"
# The CNAME you want to update e.g. hello.example.com
@janka102
janka102 / fullTab.js
Last active October 18, 2016 16:07
Full-Tab Flash Player
/* This loads jQuery if not already loaded
* Then if there is an iframe, sets the tab url to that iframe url
* ** If there was an iframe, you will need to run this again after the page loads the new page **
* Then it deletes all elements in the body except <object> and <embed> tags
* and sets them to take 100% of the tab size
*
* To make this a bookmarklet (the recommened way to run this),
* create a bookmark and edit the url to be "javascript:" without the quotes
* then open a tab to "http://closure-compiler.appspot.com/",
* then click the view raw button for this gist and copy the url of that
@marktheunissen
marktheunissen / pedantically_commented_playbook.yml
Last active April 26, 2024 23:26 — forked from phred/pedantically_commented_playbook.yml
Insanely complete Ansible playbook, showing off all the options
This playbook has been removed as it is now very outdated.