Wednesday, September 25, 2013

ssh tunnel

How do I view ntop stats without opening port 3000?

Setup simple tunnel using ssh, enter the following on your local UNIX / Linux desktop system:

$ ssh -L 3000:localhost:3000 -N -f user@server.yourcorp.com

Now open browser and type the following command:

http://localhost:3000/

Create your online store and start selling. Try it free at Weebly.com!

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...