scp -r /local/directory remote_username@ipaddress:/remote/directory
You may also like
If you ever have the need to only allow PPP connection(s) (L2TP, PPTP etc) for a certain time period, you can use […]
# Average CPU Load Notification.# This will email you once when average CPU Load reaches the set CPU Threshold value.# When average […]
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/
I have just been working on a site that needs PHP 5.2 or above. The stock repositories for Centos that are provided by […]