This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:5f70f2acbd58f580df153d1f4fa270f5cd3671f9]
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:5f70f2acbd58f580df153d1f4fa270f5cd3671f9]
#!/usr/local/bin/perl -w | |
####################################################################################################### | |
#Name: aim_notify.pl | |
#Date: 02/21/2006 - [email protected] | |
#Purpose: Send an instant message over AOL to a list of screen names and then sign off. | |
#Usage: aim_notify.pl "message you want to send" | |
#Description: This script is for admins who want a server to alert them via AOL IM. A screen name can have message forwarded to a mobile phone number, making it a pager like application. | |
#Requires: NET::Oscar - http://search.cpan.org/~matthewg/Net-OSCAR-1.925/lib/Net/OSCAR.pm | |
####################################################################################################### |
version: '3.8' | |
services: | |
openvpn: | |
build: | |
context: . | |
dockerfile: Dockerfile.openvpn | |
cap_add: | |
- NET_ADMIN | |
devices: | |
- "/dev/net/tun" |
#!/bin/bash | |
#Create gophermap of last 10 posts | |
#Originally from: https://johngodlee.github.io/2019/11/20/gopher.html | |
#Use layout file for header on gophermap | |
cat _layouts/phlog > gophermap | |
all=(_posts/*.txt) |
#!/bin/bash | |
#Convert a jekyll markdown post to plaintext suitable for gopher, | |
#converted to 70 columns | |
#usage: ./md2gopher.sh ../_posts/post-to-convert.md | |
#Take input and craft output file and directory vars for use later on | |
input=$1 | |
outdir="_posts" | |
output="${outdir}/`basename -s .md ${input}`.txt" |
#!/bin/bash | |
#Convert a jekyll markdown post to a gophermap | |
#Will create a sub-directory with the name of the post and a gophermap | |
#converted to 70 columns with links. Tries to do basic http or gopher | |
#linking. May not work well, but works well enough. | |
# usage: ./md2gophermap.sh ../_posts/post-to-convert.md | |
#Know Bugs | |
#Pandoc does not wrap code blocks to the columns length and will get cut |
ips.txt
./update-service.sh a
for the first time will create the servicesips.txt
contains the list of clusterIPs to set, which also creates a label and selectora
or b
will update the selector to use the pods in group a
or b
#Build and run with a specific version of java within the build image | |
#eg Java 11: docker build --build-arg JAVA_VERSION=11 -t jenv . | |
#eg Java 8: docker build --build-arg JAVA_VERSION=1.8 -t jenv . | |
FROM debian:buster | |
RUN apt update && apt install -y ca-certificates wget | |
RUN wget -O- https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/download/jdk-11.0.8%2B10/OpenJDK11U-jdk_x64_linux_hotspot_11.0.8_10.tar.gz | tar -xz -C /opt/ | |
RUN wget -O- https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u265-b01/OpenJDK8U-jdk_x64_linux_hotspot_8u265b01.tar.gz | tar -xz -C /opt/ |
Thu Feb 7 22:10:35 PST 2019 | |
OpenBSD/arm64 (puffy.ecliptik.com) (console) | |
login: |