[wellylug] NETBEUI on Ubuntu

Gerald Roehrbein Gerald.Roehrbein at oraforecast.com
Mon Oct 16 05:20:46 NZDT 2006


Hello,

there are two other solutions you could use to descrease the complexity
of copying files from one computer to another.

If you develop at one system and want to deploy files you should install
and configure rsync. With rsync it is possible to automate file transfer
and keep files synchronized.

Another way is to use a source code control system (SCCS) and copy the
packages create with the SCCS to the destination, probably from
development to stage test, extract it and than test it.

The next idea is to mount a remote file system vi NFS and than you can
treat them like local files. There are NFS server for Windows available
(in the X-WinPro package for example).

During software development I always write makefiles having an install
routine which copies all required files via scp, rcp and rsync to the
destination system.

Now you should have some solutions to get a more efficient way to copy
files from a source to a destination.



kind regards
Gerald



Am Samstag, den 14.10.2006, 07:56 +1300 schrieb John Durham:
> I'm setting up a web server connected to the local network (thanks
> Daniel for all your help). Copying of files to it is proving difficult
> at times with TCP/IP. If I could install NETBEUI it would make things
> easier.
> 
> Does anyone know how?
> 
> 




More information about the wellylug mailing list