scp -r /local/directory remote_username@ipaddress:/remote/directory
You may also like
find <path> -size +10000k -print0 | xargs -0 ls -l http://linuxandfriends.com/2008/09/10/how-to-find-large-files-in-linux-using-command-line/
If you are able to log into your Zyxel ADSL router from telnet, you can use the following command to restart it. […]
Linpus on an Acer Aspire One netbook, does not ship with an SSH client. To be fair its not probably needed by […]
First of all I list all the rules including line numbers like this; iptables -L -t nat –line-numbers I then look at […]