added a command and 2 templates

added the gnuplot command
added a peepdf dockerfile
added a berbone dockerfile as a template
This commit is contained in:
Tobias Kessels
2018-03-29 16:24:10 +02:00
parent f6d66c8106
commit 40d98bd0d9
3 changed files with 43 additions and 1 deletions
+2 -1
View File
@@ -6,4 +6,5 @@ arecord -f cd -t raw | oggenc - -r | ssh <remote> mplayer -
#and reverse
ssh <user>@<remotehost> 'arecord -f cd -t raw | oggenc - -r' | mplayer -
#Zahlen verteilung analysieren
primes 1 100 |gnuplot -p -e 'plot "/dev/stdin"'