Droolix - Dare to Continue

Posts Tagged ‘Useful Comands’

Linux,Technical

June 4, 2009

Useful Commands update

Tags:

Just a quick update for the Useful commands page. SSH The scp Command to copy from a remote server to a local host: scp username@sourcehost:sourcefile /localfolder/destinationfile or scp username@sourcehost:sourcefile username@destinationhost:/localfolder/destinationfile Port Forwarding Allows encrypted data streams between 2 hosts. All traffic coming to port 1234 on the client will be forwarded to port 23(can be [...]