Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-22-2005, 04:15 AM
|
#1
|
|
Member
Registered: Jul 2004
Location: Germany
Distribution: Suse 11.1
Posts: 87
Rep:
|
Best Distro for web/file/ftp server
What is the best distro to use when I want to make a web,file and ftp server.
|
|
|
|
03-22-2005, 04:29 AM
|
#2
|
|
Senior Member
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851
Rep:
|
Whichever you want to use. I like Slackware.
|
|
|
|
03-22-2005, 04:39 AM
|
#3
|
|
Member
Registered: Jul 2004
Location: Germany
Distribution: Suse 11.1
Posts: 87
Original Poster
Rep:
|
Right now i'm using Suse 9.2
So I can continue using Suse?
I was thinking about switching to Debian or so.
|
|
|
|
03-22-2005, 04:47 AM
|
#4
|
|
Senior Member
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851
Rep:
|
Absolutely you can continue using SuSE.
It will do anything you want, all you need to do is install the proper packages.
Webserver: Apache
FTP: proftp
fileserver: whatever
|
|
|
|
03-22-2005, 04:57 AM
|
#5
|
|
Member
Registered: Jun 2004
Location: Lithuania
Distribution: FreeBSD, Arch, Ubuntu
Posts: 145
Rep:
|
freebsd
I know. *BSD is not linux... However I think *BSD is better for servers. As linux is for desktops. 
So I think you should go with Free/OpenBSD.
|
|
|
|
03-22-2005, 07:56 AM
|
#6
|
|
LQ Newbie
Registered: Feb 2005
Distribution: Debian GNU/Linux 'sarge', Ubuntu 'breezy'
Posts: 16
Rep:
|
debian!
i'd have to say debian, and i've actual arguments to bolster this claim:
- a standardized, extremely well-organized packaging system -- this lets you easily add/remove components and try out different servers for each of your tasks (be it web, ftp, whatever) without messing up your server or going through RPM 'dependency hell'
- ultra-robust upgrade system (you can bring entirely new versions of different server programs up in minutes, most often without rebooting); you will most likely never have to reinstall the system entirely (i.e. go back to your install CD's)
- regular, well-structured security update system, especially for the ' stable' branch of the distro (if you can live without the bells and whistles), and implemented using the same brilliant 'apt-get' mechanism used to update all other software (no patching or compiling of anything is necessary if standard packages are used)
..now, many people will say that the debian packages are 'behind' some of the more glitzy distributions like SuSE or RedHat, but this is a two-fold misunderstanding in the server context:
· first, when running a 'serious' server of any kind, your goal should be overall stability, not running the latest kernel for its own sake. i've servers running debian stable with 2.2-series kernels which are still robust and secure, because the debian security update system insures that they are always up-to-date and protected from any known vulnerabilities.
· second, debian is not really 'behind' in any real sense -- if running 'stable' is not exciting enough for you, go for 'testing' or 'unstable'. these branches feature much more bleeding-edge versions of the available packages, and contain many other packages as well. also, packages can easily be obtained from sources other than the official debian repositories, using the same apt-get mechanisms as for everything else.
for instance, if i need a recent 'ffmpeg' on a server to process video clips, all i've got to do is mention ftp://ftp.nerim.net/debian-marillat/ in my /etc/apt/sources.list file, and voilą, i can install it immediately by entering apt-get install ffmpeg ..
hope this helps 
|
|
|
|
03-22-2005, 07:56 AM
|
#7
|
|
Member
Registered: Oct 2001
Location: Washington, DC
Distribution: Debian, Archlinux, Ubuntu, Sidux
Posts: 244
Rep:
|
One of the things I like about Debian is that it's super easy to update from the command line (via ssh). Typically, after installing debian, I will edit the /etc/apt/sources.list and comment out all the sources except the security updates. This way, I get to stay current with security without disrupting my system in case a new version of software blah doesn't play well with the code on my server. I'm sure other distro's have a way of doing this, but I've yet to run across how to do it in say Arch linux.
|
|
|
|
03-22-2005, 08:04 AM
|
#8
|
|
Member
Registered: Jul 2004
Location: Perth , Western Australia
Distribution: Fedora Core 5 , Mint 9
Posts: 118
Rep:
|
Re: Best Distro for web/file/ftp server
Quote:
Originally posted by jess1975
What is the best distro to use when I want to make a web,file and ftp server.
|
Debian is the one used by most organisations for all their critical servers that require stability , Debian has been designed /tweeked for critical server environments.
|
|
|
|
03-22-2005, 10:54 AM
|
#9
|
|
Senior Member
Registered: Apr 2004
Location: Surprise, AZ
Distribution: Arch Linux | CentOS | Ubuntu
Posts: 1,103
Rep:
|
Debian is pretty good for servers.. but it sounds to me like this is going to used fr a learning tool for you right?? In that case.. go with what you're most comfortable with...
Personally I would use FreeBSD because it has amazing performance, stability, security.. I have also heard the new NetBSD 2.0 is performing just as well as FreeBSD these days.. but I've never used it...
Debian is indeed very stable... but it doesn't peform as well as BSD... I use FreeBSD at home for my webserver.. and Debian at work for my Intranet/File server.. simply because Other people need to use it at work.. and it's easier for them to learn apt than ports...
|
|
|
|
03-22-2005, 12:38 PM
|
#10
|
|
Member
Registered: Jul 2004
Location: Germany
Distribution: Suse 11.1
Posts: 87
Original Poster
Rep:
|
Well.... actually I want to set up a webserver with php and mysql. And I want to use it as a fileserver with samba and nfs.
Not really for learning. I have a Suse server right now, but it's installed like a normal workstation with Xorg and so on.... all stuff I don't need.
|
|
|
|
03-22-2005, 01:34 PM
|
#11
|
|
Senior Member
Registered: Apr 2004
Location: Surprise, AZ
Distribution: Arch Linux | CentOS | Ubuntu
Posts: 1,103
Rep:
|
anything can do PHP and MySQL... as I said..my home webserver runs FreeBSD (5.3) and it runs apache 1.3, PHP 4.3, MySQL 4.x, and phpBB 2.0.11. And relatively speedy considering it's an old Compaq Proliant 800 (PentiumPro 200MHz, 192 MB RAM, 18 GB Ultra-Wide SCSI2 RAID-5)
The Intranet server at work runs Debian Sarge with Apache 1.3, PHP 4.3, and PostgreSQL with phpBB 2.0.11 on a Compaq Proliant 1600 (Dual Pentium III 500MHz, 1 GB RAM, 60 GB Ultra SCSI3 RAID-5) It also does some file serving and I'm thinking about making it a proxy server, but I may use a seperate box for that.
Either way, both of them do their job effieciently... It's really up to you what you'd like to use. SuSE makes a fine webserver and file server, among other things... If you were going to use a seperate box, just don't install all the GUI stuff... you can always use the original, ncurses based version of YaST under console...
As always, the choice is yours. Hope I helped a little.. 
|
|
|
|
03-29-2005, 02:58 PM
|
#12
|
|
LQ Newbie
Registered: Mar 2005
Posts: 3
Rep:
|
You ask about Distro....
When you ask about Distro I assume you are asking about Linux distros...
In the Linux flavors I like Gentoo... It is very fast and easy to install software using portage.
Personaly I have stepped away from most Linux distro and used FreeBSD, BSD is more
stabe and easier to administer.
Both will install and run all the applications/servers you mentioned above.
my 2 cents....
Andrew
http://www.PriceComparison.com
|
|
|
|
04-01-2005, 05:16 AM
|
#13
|
|
Member
Registered: Jun 2004
Location: Lithuania
Distribution: FreeBSD, Arch, Ubuntu
Posts: 145
Rep:
|
Quote:
|
And relatively speedy considering it's an old Compaq Proliant 800 (PentiumPro 200MHz, 192 MB RAM, 18 GB Ultra-Wide SCSI2 RAID-5)
|
Yeah, BSD is a bit faster at networking than any linux distro I have seen.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 01:21 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|