added alot of notebook and docker stuff

logstash config
This commit is contained in:
root
2018-04-03 10:28:02 +02:00
parent e85d8a9f85
commit a6cc17b436
11 changed files with 310 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ awk '{a[$0]+=1; if (a[$0]<2)print}'
arecord -f cd -t raw | oggenc - -r | ssh <remote> mplayer -
#and reverse
ssh <user>@<remotehost> 'arecord -f cd -t raw | oggenc - -r' | mplayer -
#got to sleep for an hour then wake up
sudo rtcwake -m mem -t +`date -u +%s -d +60minutes`
#Zahlen verteilung analysieren
primes 1 100 |gnuplot -p -e 'plot "/dev/stdin"'