From 086fc99399d8d90e41999fdf2251b051dd3fc9ca Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 1 Oct 2013 22:41:28 +0200 Subject: update documentation for tahoe service --- cholerab/tahoe/brick_installation | 18 ++++++++++++++++++ cholerab/tahoe/client_installation | 2 +- cholerab/tahoe/tahoe.service | 10 ++++++++++ 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 cholerab/tahoe/brick_installation create mode 100644 cholerab/tahoe/tahoe.service diff --git a/cholerab/tahoe/brick_installation b/cholerab/tahoe/brick_installation new file mode 100644 index 00000000..b319393b --- /dev/null +++ b/cholerab/tahoe/brick_installation @@ -0,0 +1,18 @@ +#?/bin/sh +# Tahoe installation +pacman -S python2 python2-pip net-tools +pip2 install pyasn1 zfec pycrypto zbase32 pycryptopp twisted +pip2 install allmydata-tahoe + +# tahoe configuration +mkdir /opt/tahoe +tahoe create-node /opt/tahoe +useradd tahoe -d /opt/tahoe +# change nick name +# replace introducer.furl = None with the one from pigstarter/tahoe/introducer.furl +sed -i "s#^introducer\.furl.*#introducer.furl = $(curl pigstarter/tahoe/introducer.furl)#" /opt/tahoe/tahoe.cfg +# you also might want to change shares.needed to 2 , shares.happy to 3 and shares.total to 6 +# +# optionally symlink /opt/tahoe/storage to somewhere with a lot of storage +cp tahoe.service /usr/lib/systemd/system/tahoe.service +systemctl enable tahoe.service diff --git a/cholerab/tahoe/client_installation b/cholerab/tahoe/client_installation index 14a23c80..dce3742a 100644 --- a/cholerab/tahoe/client_installation +++ b/cholerab/tahoe/client_installation @@ -1,6 +1,6 @@ #?/bin/sh # Tahoe installation -pacman -S python2 python2-pip +pacman -S python2 python2-pip net-tools pip install pyasn1 zfec pycrypto zbase32 pycryptopp twisted pip install allmydata-tahoe diff --git a/cholerab/tahoe/tahoe.service b/cholerab/tahoe/tahoe.service new file mode 100644 index 00000000..74a83121 --- /dev/null +++ b/cholerab/tahoe/tahoe.service @@ -0,0 +1,10 @@ +[Unit] +Description=Tahoe LAFS + +[Service] +ExecStart=/usr/bin/tahoe run /opt/tahoe +User=tahoe + +[Install] +Alias=tahoe.service +WantedBy=multi-user.target -- cgit v1.2.3 From 364fc091f947c1bf8fcc8fb478bce7df07f7f739 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 9 Oct 2013 14:12:58 +0200 Subject: override old krebs_plain --- cholerab/bling/krebs_plain.png | Bin 383 -> 90403 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/cholerab/bling/krebs_plain.png b/cholerab/bling/krebs_plain.png index 8dcf37a7..48c481a3 100644 Binary files a/cholerab/bling/krebs_plain.png and b/cholerab/bling/krebs_plain.png differ -- cgit v1.2.3 From def9f5e8e56250ef3017c8bf8d88e2d11b99e8b2 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 9 Oct 2013 15:05:50 +0200 Subject: add krebs_plain in a4 size --- cholerab/bling/krebs_plain_a4.svg | 112 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 cholerab/bling/krebs_plain_a4.svg diff --git a/cholerab/bling/krebs_plain_a4.svg b/cholerab/bling/krebs_plain_a4.svg new file mode 100644 index 00000000..47613db2 --- /dev/null +++ b/cholerab/bling/krebs_plain_a4.svg @@ -0,0 +1,112 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + -- cgit v1.2.3 From 38548f4076cae65efa92aa091033ceadc06a4e79 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 12 Oct 2013 13:14:21 +0200 Subject: added pante_miner --- retiolum/hosts/pante_miner | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 retiolum/hosts/pante_miner diff --git a/retiolum/hosts/pante_miner b/retiolum/hosts/pante_miner new file mode 100644 index 00000000..c363681f --- /dev/null +++ b/retiolum/hosts/pante_miner @@ -0,0 +1,10 @@ +Subnet = 10.243.26.211 +Subnet = 42:b6c2:e63c:d178:a71d:e36b:8ef6:abde +-----BEGIN RSA PUBLIC KEY----- +MIIBCgKCAQEA65AhOXR3oOUcJi6qxnCWC7BduLyBth8SWsXhzKvyTLEqXBH8KcuL +H9UOrSLnwcueE2wMeHh5Rz4S3J+dwUJkGvD6eMXyJDiuIoaB8B7Iqjo1beS3gf9D +4nOv6YBjE0LsUwGKnZIR2E852MBcKUdZx4WdAYL8lB9ucFVBjKln8GxTZ1q4GEFx +XiCJddvCY9HnjlUBhCRghmRUYlgbhkNJhp0zclS8qXhqCa4cjrc586NY6dZDiIhY +AivuJayZEnrM/iEFobLcQnmq8n5o9iHCKbqRhemLeO2BAwn7SwSXnF1iTqbzK5df +zaA/G/6esPKyLfjJ7rgNBtUSfEC0Ro8yFQIDAQAB +-----END RSA PUBLIC KEY----- -- cgit v1.2.3 From 65a26494a8ac4702177dae4797235453e604a981 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 16 Oct 2013 20:41:22 +0200 Subject: update naturalvoices_chached.sh --- god/ivan/naturalvoices_cached.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/god/ivan/naturalvoices_cached.sh b/god/ivan/naturalvoices_cached.sh index d64d9b78..93ac1911 100755 --- a/god/ivan/naturalvoices_cached.sh +++ b/god/ivan/naturalvoices_cached.sh @@ -7,12 +7,12 @@ : ${1?what to say?Please provide text as parameter.} text=$(echo $* | sed -e 's/ /+/g' -e 's/\//%2F/g') -voice="klara" +voice="${voice:-klara}" -CACHE_DIR="/tmp/ivan-speech" +CACHE_DIR="${CACHE_DIR:-/tmp/ivan-speech}" mkdir -p "$CACHE_DIR" -OUTFILE="$CACHE_DIR/${text}.wav" +OUTFILE="$CACHE_DIR/${voice}_${text}.wav" if [ ! -e $OUTFILE ] ;then -- cgit v1.2.3