Sunday, April 12, 2015

ss command socket stats

Check socket stats on e.g ip 192.168.1.10

ss -tnao dst 192.168.1.10

http://www.binarytides.com/linux-ss-command/

rsync with delete option and different ssh port

How to rsync e.g PIPELINE dir from Source to Destination? #rsync -avzr   --delete-before  -e "ssh -p $portNumber"  /local...