Files
gists/commands
2018-11-19 13:58:09 +01:00

16 lines
455 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