added some files at home

commands are a few command notes
fritzshark2?.sh are scripts to dump fritzbox traffic to wireshark
mount_container is my crypsetup automount skript
This commit is contained in:
Tobias Kessels
2018-01-10 19:51:24 +01:00
parent 555d0ef695
commit f0b78d5893
4 changed files with 214 additions and 0 deletions

9
commands Executable file
View File

@@ -0,0 +1,9 @@
#!/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 -