LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 11-19-2012, 12:30 PM   #1
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Smile Wanted : server...


Hey gang,

I need to install a server - quick. I'm experimenting with freeBSD (my first choice, and by far the best I think) but...things are not going smoothly. Since FreeBSD is unix (not Linux) - my knowledge is somewhat on the skinny side.
Any suggestions for an other server?

Thanks

Thor
 
Old 11-19-2012, 01:05 PM   #2
NyteOwl
Member
 
Registered: Aug 2008
Location: Nova Scotia, Canada
Distribution: Slackware, OpenBSD, others periodically
Posts: 512

Rep: Reputation: 139Reputation: 139
Depends on what the server is being sued for.

FreeBSD and OpenBSD are good server choices.

For Linux I chose Slackware and Debian for stability and reliability.

If I need a server to be compatible with some RedHat specific things I use CentOS.
 
2 members found this post helpful.
Old 11-19-2012, 01:18 PM   #3
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766

Original Poster
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Hey there NyteOwl,

Thanks for a reply...the weekend has been a b**ch
As you aptly stated, FreeBSD and OpenBSD are prime choices, what I need though is a server that allows webpages, Java, PHP and mySQL to be served...
They differ radically from what I'm used to, so there comes the learning curve again...

So, if I get stuck, I'd best use Debian, as I know that one pretty well...

The server has to host (one day) on the real WWW, so a good OS to start with seems a must

Thanks

Thor
 
Old 11-20-2012, 10:53 AM   #4
garryconn
LQ Newbie
 
Registered: Nov 2011
Distribution: Debian, Slackware
Posts: 9
Blog Entries: 1

Rep: Reputation: Disabled
For me, Debian is an amazing distro to use for a web server. That's what I have been using full time. Recently I started experimenting with Slackware, that's great too but there is a lot for me to learn with Slackware. Debian is very simple to use and maintain, especially for a web server.
 
1 members found this post helpful.
Old 11-23-2012, 04:02 AM   #5
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766

Original Poster
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Thanks garryconn, this opened my eyes:

Quote:
Debian is very simple to use and maintain,
...because I'm not really given a lot of time...

Thanks

Thor
 
Old 11-23-2012, 06:04 AM   #6
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
The only potential drawback using Debian as a server over Slackware is that the package manager could be considered by some to be "too helpful" in that it often starts daemons as soon as the package is installed, rather than waiting for them to be started manually. This means, for example, as soon as you install Apache it is serving a web page. That's great for ease of use but some people think it's a little insecure to start a server with the default settings.
I've not used Slackware enough to know exactly how it compares to Debian for ease of use but I get the impression that it's actually not much harder (if at all) to look after once it's been set up. Once you learn the process installing and setting up Slackware certainly doesn't seem to take any longer than Debian, it's just different.
 
Old 11-26-2012, 08:39 PM   #7
garryconn
LQ Newbie
 
Registered: Nov 2011
Distribution: Debian, Slackware
Posts: 9
Blog Entries: 1

Rep: Reputation: Disabled
It would just load the default page, plus it's easy to shut it off. Also it's easy to configure within a few moments. There's no doubt about Apache running well on Slackware. Ironically, I have used Debian for awhile now and I am just starting to play around with Slackware (Excellent OS btw). However, I am not comfortable yet nor do I have enough experience with using Slackware as the OS on my web servers just yet. I am very comfortable administrating a Debian web server and have had amazing success doing so:

Code:
root@server2870:/# uptime
 20:35:14 up 101 days, 23:11
Not bad for a Compaq Proliant ML-350 manufactured in 1999, dual 1Ghz Pentium III processors with 1.5Gb memory, setup in my steaming hot 92'degree home-office closet, which actively hosts 20+ websites (mainly WordPress blogs --MySQL, PHP).

Last edited by garryconn; 11-26-2012 at 08:42 PM.
 
Old 11-26-2012, 09:26 PM   #8
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
hehehe " being sued for."

Almost any of the top thirty at distrowatch.com might be a good choice. Consider the ones made for or targeted towards server uses. RH clones, Opensuse and the bsd's. Freebsd is a very good and well used distro and more importantly, it is well documented and has all the web server tools available.


There are plenty of premade virtual machine images or appliances that one can use to try. Many have all the goodies you want pre-installed.

Generally it is hard for new users to go from one distro to the other.

Last edited by jefro; 11-26-2012 at 09:27 PM.
 
Old 11-26-2012, 09:52 PM   #9
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766

Original Poster
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
Quote:
Freebsd is a very good and well used distro and more importantly, it is well documented and has all the web server tools available.
That was my main motivation to use FreeBSD, but the configuration is somewhat lengthy...if you're like me: not (yet) comfortable with UNIX instead of Linux...the systems are different, believe me.

Thor
 
  


Reply

Tags
platform, webserver



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Best Linux Server - Community Opinion wanted callasabra Linux - Server 3 11-24-2009 09:31 PM
opinions wanted for value upgrade to linux server dblade Linux - Hardware 2 10-01-2007 06:58 PM
small business server wanted irish rebel Linux - Distributions 2 05-26-2006 12:30 PM
A simple LDAP server wanted MOCKBA Linux - Software 1 10-09-2003 12:15 PM
Help Wanted: Qmail with pop3 server cojo Linux - Software 7 04-26-2003 05:24 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 12:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration