scp -r /local/directory remote_username@ipaddress:/remote/directory
You may also like
ip route add 192.168.1.0/24 via 192.168.0.1
Here I am going to explain how to stop and start VM’s that are ruuning under ESXi 4.0 server, first you have […]
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/
In common situation, “system ip address” is the ETH0 address. So edit /etc/sysconfig/network-scripts/ifcfg-eth0 with your favourite text editor and run service network […]