Files
gists/commands
2021-07-14 13:04:39 +02:00

18 lines
466 B
Plaintext

#!/bin/cat
#uniq without sorting:
awk '{a[$0]+=1; if (a[$0]<2)print}'
#send my mic to remote
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"'
#use w3m without internet
unshare -r -n w3m
#testedit