thank you i will try
On Tue, Oct 26, 2010 at 2:12 PM, Abishek Goda <[email protected]>wrote: > Hi, > > > if you know the steps means please because i am new to linux..... > I will try. > > >> You can just add an ethernet cable between the PC eth0 and laptops > >> eth0, configure them with custom ip addresses and rsync/scp the files > >> you need. I think that should work most of the time. > > Just add a ethernet cable between the two machines. That is > straightforward, right? > > On each machine, as root, do the following. > > machine1 # ifconfig eth0 192.168.1.2 > machine2 # ifconfig eth0 192.168.1.3 > > you should be able to ping the machines from one another. Then rsync the > folders > > machine1 # rsync -r machine2:/path/to/files . > > should do the trick. Again, this is not the only way. I am not sure > what GUI options are available. Some research on google should give > you all the methods you can try. > > Abishek > _______________________________________________ > ILUGC Mailing List: > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
