|
There are any number of ways to share files on Linux machines; if you want to mount a particular directory, you can either use SMB (so install SAMBA) or you can create NFS exports. NFS has its own problems though, so I would suggest running SAMBA on each computer with directories you want to share/export. The client machines don't need to authenticate from a PDC or anything like that; they just need to supply the appropriate credentials when they request an SMB mount. With KDE for example, I can browse WinDuhs networks and mount any shared directory I see.
What do you mean by getting other Linux machines to "see" yours? Do you want name resolution? (in which case, just update an /etc/hosts file). For most other things, you can use 'ssh' - for example, log onto another computer, run a program like Mathematica, and forward the display to the computer in front of you.
|