Results 1 to 5 of 5
we have two linux workstation.we want to connect two pc as we connect in windows by workgroup.how we shall connect two linux boxes for data copy...
- 05-07-2008 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 15
connecting two linux pc
we have two linux workstation.we want to connect two pc as we connect in windows by workgroup.how we shall connect two linux boxes for data copy
- 05-07-2008 #2
You can go to /etc/smb.conf and edit the workgroup from there from both computers for example:
and you can use the smb4k utility to access the machine! I hope it works....Code:workgroup = HOME
Cheers!
- 05-07-2008 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
Other alternatives are to share using NFS or if you just want to copy the odd file you can map a drive over ssh which will mean that the network link will be encrypted. However mapping with ssh will have a performace hit when moving a lot of files.
- 05-07-2008 #4I didn`t know that! And how can i do this more precisely? Thanks!copy the odd file you can map a drive over ssh which will mean that the network link will be encrypted
Cheers!
- 05-07-2008 #5Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
If you have ssh running on the distro you can use sshfs...Here's a howto for Ubuntu but the basics should be the same for most distros.
How to mount a remote ssh filesystem using sshfs « Ubuntu Blog
Alternatively as I mentioned in Gnome there is a utility to 'Connect to a Server...', usually on the Places menu. Just specifiy ssh as the connection type and enter the IP address, username etc. It will be mounted to the desktop. I'm sure there is an equivalent in KDE but I haven't used it before. It's pretty slick though as I mentioned there is a performance overhead so it depends how much you are transferring.
Personally I've streamed video and audio over sshfs without difficulty or any lag, and that was over wifi


Reply With Quote