| General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun! |
| 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. |
|
 |
|
11-24-2005, 12:36 PM
|
#1
|
|
Guest
|
Which distro is good as a server?
Well, I'm still pretty new to Linux ( have been tinkering and whatnot for about a year now) and I want to run a web server at my house. The primary use would be for storage of pictures with something to automatically update my site so that the family has ay easier time trading pictures. I would also like to run an Exchange-like system so that everyone can have access to each others calendars. In the future, I would also like to set it up as a mail server. So, what software would everyone suggest?
It would be best if I could remotely administer it since I'll be at school and the server will be at home.
Thanks,
Eamon
|
|
|
|
11-24-2005, 01:35 PM
|
#2
|
|
Member
Registered: Oct 2005
Location: 500$/monthly
Distribution: Mandriva 2006
Posts: 56
Rep:
|
Every distrib can be a server with Linux. However, if you don't want to break your back with install and config probs, I recommend you take a look at CentOS, an emule of RedHat Enterprise Linux. With this distrib, you'll get all the stuff you need to install a standard webserver like Apache in a minute.
As Exchange-like server, I could suggest you OpenXchange, which has a free version of the famous Exchange server of Novell. It is easy to install and to use, and is quite compatible with a lot of mail client including Outlook...
Here we go:
http://www.centos.org
http://mirror.open-xchange.org/ox/EN/community/
Have fun!
|
|
|
|
11-24-2005, 02:09 PM
|
#3
|
|
Senior Member
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Rep:
|
Debian! By far the most stable distro. It does have a bit of a learning curve, but I started w/ it at age 15, so it's not too hard. Apt is the easiest way to update, and it has over 15,000 packages. One thing you may run into however is that on a home connection, you ip address most likely changes, thus, you won't be able to get a domain name. Check w/ you ISP about a static IP address before you try and set this up
|
|
|
|
11-24-2005, 04:03 PM
|
#4
|
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Rep:
|
Quote:
Originally posted by microsoft/linux
Debian! By far the most stable distro. It does have a bit of a learning curve, but I started w/ it at age 15, so it's not too hard. Apt is the easiest way to update, and it has over 15,000 packages. One thing you may run into however is that on a home connection, you ip address most likely changes, thus, you won't be able to get a domain name. Check w/ you ISP about a static IP address before you try and set this up
|
i too like debian, but CentOS is nice. it is not an emulation of RHE, it is just a FREE Fork with all of the "RedHat" trade marks logos, etc. removed and replaced with the CentOS icons and what not.
as for the loss of a static IP, grab an old PII 200 range with 128-256M ram and 2 NICs and put up an IPCop box, then grab a dynamic DNS handler like tzo, or dyndns. tzo is not free, but dyndns is. IPCop will handle the client work for you as it is built into the system plus it is a very powerful firewall and if you want to run servers you will want a strong firewall to protect your systems.
|
|
|
|
11-24-2005, 06:23 PM
|
#5
|
|
Senior Member
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Rep:
|
how would that work? does dyndns allow you to choose your own domain name(i.e. one you've registered)? What about going over a monthly upload limit imposed by the ISP, is there anyway around that?
|
|
|
|
11-24-2005, 07:10 PM
|
#6
|
|
Member
Registered: Oct 2005
Location: Toronto, ON
Distribution: Xubuntu 12.10 on the desktop, Android 4.2.1 on the tablet
Posts: 52
Rep:
|
No matter which OS you eventually choose, I would recommend Abyss (from Aprelium.com) as a webserver. My own runs on my old Windows box, but there is a Linux version as well.
|
|
|
|
11-24-2005, 10:57 PM
|
#7
|
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Rep:
|
Quote:
Originally posted by microsoft/linux
how would that work? does dyndns allow you to choose your own domain name(i.e. one you've registered)? What about going over a monthly upload limit imposed by the ISP, is there anyway around that?
|
google for dyndns and read up on it there. you can pay to have it deal with a dynamic IP to your domain, or you can just get one of their FREE sub-domains. example:
yourfreedomain.dyndns.com
so your URL would be above and that will not cost you a dime. setup IPCop and away you go.
as for upload limited imposed by an ISP, you are on your own to monitor that as there really is nothing i know of to get around that.
|
|
|
|
11-24-2005, 11:11 PM
|
#8
|
|
Senior Member
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Rep:
|
Is there anyway to stop uploading once it hits a certain mark? Why would one choose dyndns over others(no-ip, etc.)? Does IPCop(IPCop is a distro right? not a set of software?) do NAT?
|
|
|
|
11-25-2005, 08:57 AM
|
#9
|
|
Member
Registered: Oct 2005
Location: 500$/monthly
Distribution: Mandriva 2006
Posts: 56
Rep:
|
Personally, I prefer Zoneedit ( www.zoneedit.com). It's free for the 5 first domains and you can add your own domain name.
|
|
|
|
11-25-2005, 09:56 PM
|
#10
|
|
Member
Registered: Jan 2004
Location: Miami FL
Distribution: Mac OS X 10.4.11 Ubuntu 12.04 LTS
Posts: 427
Rep:
|
I personally would use FreeBSD as a server
|
|
|
|
11-25-2005, 11:45 PM
|
#11
|
|
Member
Registered: Jul 2005
Location: West Coast South, USA
Distribution: debian 3.1
Posts: 252
Rep:
|
So many of these types of posts.
It's simple. Any distribution of linux can be used as a server. For a server, you need a running and stable kernel along with the necessary supporting applications.
Some newer distributiions make this easy, but also come with a lot of 'overhead' in the form of gui's and configuration tools, etc.
The best thing is to find a good well-supported distribution such as FC, Debian, Suse. Install it a and learn it. Read tutorials; there's tons. You must understand and be comfortable with the base system in order to run an efficient and 'clean' effective server.
|
|
|
|
11-30-2005, 09:49 PM
|
#12
|
|
Guest
|
Well, I'm also looking for a distro that will let me log in like a server version of windows would (I do realize that any version will suffice as a server, but I'm looking for something that I can use to run my web server at home as well as a local file server inside the school network that will act like a domain). Are there any free options or would I be stuck looking at an Enterprise edition for this functionality? Thanks.
Eamon
|
|
|
|
12-01-2005, 08:38 AM
|
#13
|
|
Senior Member
Registered: Nov 2003
Location: Orlando FL
Distribution: Debian
Posts: 1,765
Rep:
|
again all linux can do that.
|
|
|
|
12-01-2005, 09:03 AM
|
#14
|
|
Member
Registered: Oct 2005
Location: 500$/monthly
Distribution: Mandriva 2006
Posts: 56
Rep:
|
As we said, the distro is not very important since unlike Microsoft, Linux is Linux. However, it's far more easy to choose a distro that has a good package manager otherwise, you will have to compile every software you install.
RPM or DEBIAN based distro like CentOS or Gentoo are good ones for a non-initiate. They both have a graphical interface, a good package manager and graphical administrations tools, so you will just have to select the softwares you wish to install and configure them with GUI or some conf file manipulations...
Briefly, the distro choice is not as important as the knowledge of the softwares you will have to manage. Take a look at http://www.apache.org and http://www.samba.org the two most important pieces of your server....
Cheers!
|
|
|
|
12-01-2005, 02:05 PM
|
#15
|
|
Member
Registered: Jul 2003
Distribution: Solaris 8/9, gentoo
Posts: 41
Rep:
|
Quote:
Originally posted by zak317
RPM or DEBIAN based distro like CentOS or Gentoo are good ones for a non-initiate. They both have a graphical interface, a good package manager and graphical administrations tools, so you will just have to select the softwares you wish to install and configure them with GUI or some conf file manipulations...
Cheers!
|
I just want to say that gentoo is not a debian based distro, it uses portage for package management. I do recommend installing gentoo since the install process would be a great teaching tool to the basics of linux, plus it has some of the best docs/forums to get help from.
|
|
|
|
| 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 03:15 PM.
|
|
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
|
|