I hereby claim:
- I am xiii on github.
- I am sxagoraris (https://keybase.io/sxagoraris) on keybase.
- I have a public key ASCKvolwY3cWENSaAFV8Xuz2OAbMa7BcPFsVEnXxB4xD_Ao
To claim this, I am signing this object:
# | |
# By Efstathios Xagoraris | |
# $ curl https://landscape.cncf.io/data.json | jq -r '.[] | select( .project == "sandbox" or .project == "incubating" or .project == "graduated")| .name'| perl -pe 's/\n/$1,/'|sed 's/,\s*$//' | |
# | |
Worked with: Cloud Custodian,KubeEdge,Metal3-io,OpenYurt,Dragonfly,Harbor,Dex,Falco,in-toto,Notary,Open Policy Agent (OPA),Parsec,The Update Framework (TUF),SPIFFE,SPIRE,ChubaoFS,Longhorn,OpenEBS,Rook,containerd,CRI-O,CNI-Genie,Container Network Interface (CNI),Network Service Mesh,Crossplane,Kubernetes,Volcano,CoreDNS,etcd,gRPC,BFE,Contour,Envoy,Kuma,Linkerd,Open Service Mesh,Service Mesh Interface (SMI),TiKV,Vitess,CloudEvents,NATS,Strimzi,Tremor,Artifact Hub,Backstage,Buildpacks,Helm,KubeVirt,KUDO,Operator Framework,Porter,Serverless Workflow,Telepresence,Argo,Brigade,Flux,Keptn,k3s,Keylime,Keda,Virtual Kubelet,Cortex,OpenMetrics,Prometheus,Thanos,Fluentd,Jaeger,OpenTelemetry,OpenTracing,Chaos Mesh,Litmus |
# List by Stathis Xagoraris <[email protected]> | |
capstan | |
fregata | |
wheelhouse | |
avaria | |
avlemonas | |
agathos | |
aganta | |
agantarisma |
# | |
# Curl with report | |
# | |
get () { | |
curl -w "\ | |
response_code: %{response_code}\n\ | |
time_namelookup: %{time_namelookup}\n\ | |
time_connect: %{time_connect}\n\ |
# ZSH | |
# Uncomment the PROMPT you fancy. This is mainly a prompt for users switching between python/ruby venvs/ruby versions | |
# download the file here $HOME/.oh-my-zsh/themes | |
# [p3.6/r2.3.1] infra/pewpew-infra (master*) $ | |
#PROMPT='[p$(basename $VIRTUAL_ENV)/r$RUBY_VERSION] %{$fg[green]%}%2~%{$reset_color%}$(git_prompt_info) %(!.#.$) ' | |
# p3.6|r2.3.1|/h/e/i/i/pewpew-infra|master*$ | |
#PROMPT='p$(basename $VIRTUAL_ENV)|r$RUBY_VERSION|%{$fg[green]%}$(echo "${PWD%/*}" | sed -e "s;\(/.\)[^/]*;\1;g")/${PWD##*/}%{$reset_color%}%{$fg[green]%}%{$reset_color%}$(git_prompt_info)%(!.#.$)' |
I hereby claim:
To claim this, I am signing this object:
# | |
# I have this in my .zshrc and I call it from the terminal. Make sure you replace the SLACK_TOKEN part. | |
# $ slack-status afk train | |
# | |
function slack-status { | |
local SLACK_TOKEN="" | |
local STATUS=${1:-""} |
# | |
# Posts plugins.groovy to JENKINS_ENDPOINT and returns output | |
# | |
curl -s --data-urlencode "script=$(<./plugins.groovy)" JENKINS_ENDPOINT/scriptText |
2017/01/03 13:46:41 [ERROR] root: eval: *terraform.EvalRefresh, err: postgresql_role.odin: Error reading role: pq: column "rolbypassrls" does not exist | |
2017/01/03 13:46:41 [ERROR] root: eval: *terraform.EvalSequence, err: postgresql_role.odin: Error reading role: pq: column "rolbypassrls" does not exist | |
2017/01/03 13:46:41 [ERROR] root: eval: *terraform.EvalOpFilter, err: postgresql_role.odin: Error reading role: pq: column "rolbypassrls" does not exist | |
#!/bin/bash | |
VM=default | |
DOCKER_MACHINE=/usr/local/bin/docker-machine | |
VBOXMANAGE=/Applications/VirtualBox.app/Contents/MacOS/VBoxManage | |
BLUE='\033[0;34m' | |
GREEN='\033[0;32m' | |
NC='\033[0m' |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.ssh.pty = true | |
config.vm.box_url = 'https://github.com/mitchellh/vagrant-aws/raw/master/dummy.box' | |
config.vm.define "puppetmaster" do |zzz| | |
zzz.vm.box = "dummy" | |
zzz.vm.provider :aws do |aws, override| |