made with esnextbin
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
# Generated by iptables-save v1.4.7 on Fri Feb 5 03:38:03 2016 | |
*mangle | |
:PREROUTING ACCEPT [2677699:382708357] | |
:INPUT ACCEPT [2642907:360435547] | |
:FORWARD ACCEPT [34582:22257518] | |
:OUTPUT ACCEPT [1415284:5834808616] | |
:POSTROUTING ACCEPT [1449866:5857066134] | |
COMMIT | |
# Completed on Fri Feb 5 03:38:03 2016 | |
# Generated by iptables-save v1.4.7 on Fri Feb 5 03:38:03 2016 |
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
#cloud-config | |
ssh_authorized_keys: | |
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD2rb0ceAqPl7cPEqYXYd9jXIo2va5qw+S/B8h2Ch79RWdKR+YYBWngmcujbLFRw5TWSIB/nqZVgcJnfy4hv/eNuvidVjLEvQeSCefc9iYcPwvbJb4CXb8YpB2ZQsDjeJSLk3l2bv4TTNQ8kBumnUFQFWyqkDZxxvnqQ1lJwkTVXfWZrchCw0mrSR58FH1srius4pPN0UqeqSKjXSg8Bqj+0p7Hs/Mkn6t5osLujKVJFTqAARWITQvC19wktb8E50xNZrmV35sxsZigDq/zfoUY0JyowT7ZDFPlwxVvztgVjNiTCys5aqUEcSvAa/YHvcqRAYoubHoMaasrEkEVBOYl [email protected] | |
rancher: | |
services: | |
rancher-agent1: | |
image: rancher/agent | |
command: http://rancher.bitbuilder.io:8080/v1/scripts/0DF7937D75B35BFBAA95:1454252400000:j1gUKZlsEx0A33kT4qRxE0BAfM | |
privileged: true |
I hereby claim:
- I am danielbodnar on github.
- I am bodnar (https://keybase.io/bodnar) on keybase.
- I have a public key ASDY_ThTK9zTo8_Bv3kfqVH0gx1bjOY5zLLACDuA1YAaVgo
To claim this, I am signing this object:
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
#cloud-config | |
# Set the hostname for this machine (takes precedence over hostname assigned by DHCP lease). | |
hostname: myhost | |
# Authorize SSH keys for the `rancher` sudoer user | |
ssh_authorized_keys: | |
- ssh-rsa AAA...ZZZ example1@rancher | |
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
curl -s https://api.github.com/orgs/pspusa/repos?per_page=200 | ruby -rubygems -e 'require "json"; JSON.load(STDIN.read).each { |repo| %x[git clone #{repo["ssh_url"]} ]}' |
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
#!/usr/bin/perl -w | |
# example hook script for vzdump (--script option) | |
use strict; | |
print "HOOK: " . join (' ', @ARGV) . "\n"; | |
my $phase = shift; |
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
<!doctype html> | |
<head> | |
<title>Perspectives: Site Maintenance</title> | |
<style> | |
body { text-align: center; padding: 150px; } | |
h1 { font-size: 40px; } | |
body { font: 20px Helvetica, sans-serif; color: #333; } | |
article { display: block; text-align: left; width: 650px; margin: 0 auto; } | |
a { color: #dc8100; text-decoration: none; } | |
a:hover { color: #333; text-decoration: none; } |
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 | |
hosts=("office" "pve" "pve2" "pve3" "therealdaniel") | |
wg_addrs=("172.28.0.1" "172.28.0.51" "172.28.0.52" "172.28.0.53" "172.28.0.75") | |
vxlan_addrs=("172.27.0.1" "172.27.0.51" "172.27.0.51" "172.27.0.52" "172.27.0.53" "172.27.0.75") | |
modprobe ipv6 | |
modprobe udp_tunnel | |
modprobe ip6_udp_tunnel |
OlderNewer