[SWLUG] Network setup for Fedora Core 5

Justin Mitchell justin at discordia.org.uk
Thu Sep 28 08:32:14 UTC 2006


On Thu, 2006-09-28 at 09:20 +0100, Mark Summerfield wrote:
> On Monday 25 September 2006 16:35, Mark Summerfield wrote:
> > Hi,
> >
> > I've just got a new laptop, a Toshiba A110-233.
> > I repartitioned the disk and installed Fedora Core 5, but during
> > installation I didn't have the network cable connected to my router, and
> > in any case didn't seem to get the network setup screen.
> [snip]
> 
>     Just to follow up. I never did get FC5 to recognise the network.
>     However, I tried a Kubuntu live CD and that detected it with no
>     problem, so I've now installed Kubuntu. The whole process was
>     simple, it detected the network and screen (1280x800) automatically
>     and reads/writes USB memory sticks. I haven't tested sound yet.
> 
> So now I have two machines, a desktop running FC5 and a laptop with
> Kubuntu, and both using KDE. They're both connected to the same router.
> Is there any _easy_ way to let me copy files between them (say with
> ftp?)?

ftp could be a pain to setup, needs servers and things running.

much easier to use 'scp' its part of the standard ssh package.

if you wanted to say copy a directory and all its contents from the
local machine to a remote one, do:

scp -r mydir  user at remotehost:destdir/

or you can play with rsync (which also uses ssh)

rsync -arv mydir user at remotehost:destdir




More information about the Swlug mailing list