Skip to content

Instantly share code, notes, and snippets.

View suparious's full-sized avatar
💭
Needing to Create...

Shaun Prince suparious

💭
Needing to Create...
View GitHub Profile
@suparious
suparious / .bashrc-included
Created December 20, 2019 00:03
Remote SSH Admin
#!/bin/bash
#FRIENDS=(blaze kolvicy godberry poseidon hades)
# Declare a list of cluster members, using the project repo name as our hook
FRIENDS=$(docker node ls | grep -vE '\*|HOSTNAME' | awk '{print $2}')
function friend {
for friend in ${FRIENDS[@]}; do
echo "Chatting with: $friend, about $1"
ssh -tq $friend "$1"
@suparious
suparious / ipv6.html
Created July 3, 2019 01:57
HTML - IPv6 Ready
<!-- IPv6-test.com button BEGIN -->
<a href='http://ipv6-test.com/validate.php?url=referer'><img src='http://ipv6-test.com/button-ipv6-80x15.png' alt='ipv6 ready' title='ipv6 ready' border='0' /></a>
<!-- IPv6-test.com button END -->