diff --git a/.gitignore b/.gitignore index 98260e0..f9bccc5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ sut ctt consul nextcloud +vault diff --git a/burn-cd b/burn-cd new file mode 100755 index 0000000..72bc1da --- /dev/null +++ b/burn-cd @@ -0,0 +1,11 @@ +#!/bin/sh + +# Assuming *m4a in one directory + +# Shuffle and convert +for i in *.m4a; do + o=$(echo $i | md5sum | cut -d " " -f1).wav; + ffmpeg -i "$i" "$o" +done + +wodim -v -pad -dao -swab *wav diff --git a/install-k8s.sh b/install-k8s.sh index b6974d4..2e6656c 100755 --- a/install-k8s.sh +++ b/install-k8s.sh @@ -10,5 +10,6 @@ while [ $# -ge 1 ]; do deb https://apt.kubernetes.io/ kubernetes-xenial main EOF" ssh root@$host "apt-get update; apt-get install -y kubeadm kubectl; apt-mark hold kubelet kubeadm kubectl" - + ssh root@$host "apt-get install -y docker.io && systemctl enable docker.service" + ssh root@$host "echo net.ipv6.conf.all.forwarding=1 > /etc/sysctl.conf; sysctl -p" done diff --git a/monitor-office b/monitor-office old mode 100644 new mode 100755 diff --git a/until-event b/until-event index 1196f7f..7c29cef 100755 --- a/until-event +++ b/until-event @@ -20,6 +20,8 @@ arrival="2018-06-01"; event="Plan raising funds" arrival="2018-08-06"; event="CIL Exam (project: 2018-07-02)" arrival="2018-08-21"; event="FMSEC" arrival="2018-11-01"; event="Begin crowdfunding" +arrival="2019-02-06"; event="Ende crowdfunding" +arrival="2019-08-21"; event="Master Thesis" export arrival event