Link to home
Start Free TrialLog in
Avatar of datonce
datonce

asked on

Help with figuring out how to set up linux on 3 old servers for ftp

Hi There,

Need suggestions on what type of linux os to use for this.  I have never explored the linux world and am capable of doing the work to set everything up, but dont have any experience yet.

I have three decent Dell servers that need to be wiped, and I would like to be able to have point A,B,C to be able to upload and download files each other instead of using email.  

Please offer suggetions of which Linux os to use and any other applications that I would need to accomplish this.  Secure FTP is preffered.  If you can, please link to Step-by-step if anything like that exists.

Thanks
Avatar of Rance_Hall
Rance_Hall

Why is secure ftp preferred?

My suggestion is that you try ssh/scp

scp is secure copy and is basically a secure version of rsync  but it uses the standard ssh protocols instead of an additional ftp server.

as far as distro goes, I really like centos for servers, they are very close to redhat enterprise, and I find the networking support/structure/layout to be fantastic.

Plus the centos minimal install really is minimal, very nice for a server.

Debian is a GREAT server, rock solid, and all, but I just dont happen to like some of the esoteric details of debian based distros on a server.

The best linux advice I can give you is make sure you have somebody you can bug for help, and then use what they use so the help they give makes sense.

Once you learn your way around linux then you can get into distro choice.
ASKER CERTIFIED SOLUTION
Avatar of arndawg
arndawg

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
arnadawg is right about gentoo, especially about the steep learning curve.

If you really are new to linux, I wouldnt recommend it except as a learning tool, you sure will learn alot.

if the hardware is really old, you could try DSL  (damn small linux) guaranteed to work on older hardware and the learning curve is not so steep.

check out dsl at http://damnsmalllinux.org/

centos is at http://www.centos.org

Avatar of Duncan Roe
You can learn quite a lot installing Slackware, which also works well with old hardware. It's possible to tailor it to a very cut-down system - handy if disk space is limited (I got it down to 64MB for a work project which had only a flash drive)
Avatar of datonce

ASKER

Arndawg - Thank you for the great advice.  Competed 3/4 of the gentoo install.  This os seems very nice.  I appreciate the gentoo handbook at the site and things are moving along very well.  

Although it is alot of information, I have really learned about the Linux enviroment and I am enjoying the learning curve.  Expect to have the first box running sometime this morning and will move to the other two over the next two days.  

Thanks very much!  Have a good one!


Avatar of datonce

ASKER

Wonderful advice.  the gentoo install if working great!  Thanks very much