Friday, June 09, 2006
Coping folders between Machines
Make sure you ssh/scp deamon is running.
/etc/init.d/ssh start
Regenerate host keys for ssh if necessary
ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
package your folder
tar -cvf folder.tar folder | gzip > folder.tgz
copy it
scp folder.tgz root@192.168.1.5:/home/anwar/myfiles
extract it
gunzip folder.tgz
tar -xvf folder.tar
Alternatively you can also use
smbmount //ipaddress/path/to/folder /mountfolder -o username=anwar
/etc/init.d/ssh start
Regenerate host keys for ssh if necessary
ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key
package your folder
tar -cvf folder.tar folder | gzip > folder.tgz
copy it
scp folder.tgz root@192.168.1.5:/home/anwar/myfiles
extract it
gunzip folder.tgz
tar -xvf folder.tar
Alternatively you can also use
smbmount //ipaddress/path/to/folder /mountfolder -o username=anwar
Comments:
<< Home
They want to look romantic and they want to have a romantic memory.
The importance is certainly not based on the value of the metal, or the diamond or the cost of the diamond cast on gold or platinum.
And you will be also assured that your first love gift is best and you can
make your proposal very romantic and memorable.
my page oval shaped engagement rings
Post a Comment
The importance is certainly not based on the value of the metal, or the diamond or the cost of the diamond cast on gold or platinum.
And you will be also assured that your first love gift is best and you can
make your proposal very romantic and memorable.
my page oval shaped engagement rings
<< Home