check port connectivity from windows host Penguin Technology - 18:08 0 Edit Test-NetConnection IP_ADDRESS_HERE -Port 80
sync folder to s3 bucket cli Penguin Technology - 00:10 0 Edit aws s3 sync ./foldername s3://bucketname/backup/ Sync folder to s3 bucket aws s3 sync dir1 s3://bucketname/dir1
iptables drop multiple port Penguin Technology - 15:29 1 Edit Iptables DROP IP on Server iptables -A INPUT -s 5.34.207.222/32 -j DROP Iptables allow IP on Server iptables -A INPUT -s 122.176.113.126/3...
rsync exclude command Penguin Technology - 13:18 0 Edit rsync -avh --exclude node_modules --exclude dist --exclude --build --exclude logs data-dir/ root@server-ip:/var/www/nodedoc/ or, rsync -avz...
Rsync match source and destination data exactly same Penguin Technology - 13:00 1 Edit Rsync match source and destination data exactly same rsync -avzL --delete root@server-ip:/home/user/data/* /data