I hereby claim:
- I am wazoox on github.
- I am wazoox (https://keybase.io/wazoox) on keybase.
- I have a public key ASDQchPWm67XEAz5kx_UJK_0kIhOI91ZzPKYXKsgfPb3rQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| # network tricks | |
| #identify a network card: | |
| ethtool --identify eth7 | |
| #Copy a directory tree without the files: | |
| rsync -a -f"+ */" -f"- *" source/ destination/ | |
| #monitor NFS traffic | |
| watch -d "netstat -plaute | grep nfs | sort -k 4,5" |
| # bad wrapping of commands in bash | |
| export HISTCONTROL=ignoredups:erasedups | |
| # also try | |
| export HISTCONTROL=ignoreboth | |
| # if the terminal window was resized try | |
| shopt -s checkwinsize | |
| # one history common to all terminals: |