MSFN Forum: Linux Server - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Linux Server In need for an "id*** proof" linux distrobution to put on a Rate Topic: -----

#1 User is offline   hankjrfan00 

  • Junior
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 19-September 05

Posted 05 May 2006 - 12:01 AM

I am basicaly a Linux newbie. I have installed linux several times just to mess around but have never tried to use linux in any productive way. Recently the idea of a linux server has seamed very appealing to me. The problem is I do not know what I need. I would really like it if there was a linux distrobution that is designed to be used as a server and will not install stuff that I would not want on a server.

I know that just about any linux distrobution can be used for a server but being that I am a newbie I would like somthing that is easy to use and has easy setup and administration. Somthing that is basicaly "id*** proof." I would like to have the following services:

Web Server
smtp
pop3
webmail
maybe ftp

Thanks in advance.


#2 User is offline   phkninja 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 466
  • Joined: 28-February 05

Posted 05 May 2006 - 04:57 AM

You could use Mandriva.
Use the easy install method,hen click on serve. Or use the expert method and click on the packages you want (apache, mysql etc)

This will allow you to set up Mail, Web hosting etc.
You might need to download something like squirrelmail, horde or neomail to get webmail functionality.

This post has been edited by phkninja: 05 May 2006 - 05:00 AM


#3 User is offline   -I- 

  • win2k Freak
  • PipPipPipPip
  • Group: Members
  • Posts: 639
  • Joined: 23-November 04

Posted 05 May 2006 - 12:17 PM

there is this server out of the box, install, called CWS
its based on apache php perl ftp mail and mysql postgresql and some other stuf like that,

it also includes a hosting control panel called WEB-CP
its free, and aesy to install neads 9gb of diskspace and 256ram

www.completewebserver.nl (build in english as far as i know by a dutch guy)

#4 User is offline   hankjrfan00 

  • Junior
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 19-September 05

Posted 05 May 2006 - 02:08 PM

View Post-I-, on May 5 2006, 12:17 PM, said:

there is this server out of the box, install, called CWS
its based on apache php perl ftp mail and mysql postgresql and some other stuf like that,

it also includes a hosting control panel called WEB-CP
its free, and aesy to install neads 9gb of diskspace and 256ram

www.completewebserver.nl (build in english as far as i know by a dutch guy)


Somthing like this is what I had in mind. Thanks.

#5 User is offline   EchoNoise 

  • Defender of the Penguin
  • PipPipPipPipPip
  • Group: Members
  • Posts: 933
  • Joined: 10-April 05

Posted 05 May 2006 - 06:23 PM

I'd use a mainstream server, such as redhat or its alternative, fedore... using either apache2 or better yet tomcat :)

#6 User is offline   -I- 

  • win2k Freak
  • PipPipPipPip
  • Group: Members
  • Posts: 639
  • Joined: 23-November 04

Posted 06 May 2006 - 09:25 AM

i completely disagree, for one if you want support on a redhat server, try reading about 1k diferent mailinglists forum posts and get nowhere, than contact redhat witch tells you to buy a version, only fo find out later that there are a lot of small usergroups, that are far more willing to help your avarage linux newbee ... Heck is how i started...

#7 User is offline   Scubar 

  • - Local Smartass -
  • PipPipPipPipPip
  • Group: Members
  • Posts: 829
  • Joined: 20-May 05

Posted 06 May 2006 - 11:07 AM

If you want linux support then the easiest way is to just get on IRC and go on the Freenode server. I have always got my problems resolved within about 15mins of entering one of the numerous support channels.

#8 User is offline   ZcWorld 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 611
  • Joined: 23-February 05

Posted 01 June 2006 - 02:54 AM

try freeBSD or openBSD ;)
i will put a link here soon of a video i got made for me by craz1 to help me to install openBSD ver 3.6 [ think]
its a good helper :)
download
http://files.filefront.com/installing_openbsdavi/;5101232;;/fileinfo.html

about 12 mb

if not the BSD try centOS or FC 4 or FC 5

This post has been edited by zc_au: 01 June 2006 - 03:52 AM


#9 User is offline   rjdohnert 

  • Member
  • PipPip
  • Group: Members
  • Posts: 111
  • Joined: 01-June 06

Posted 16 June 2006 - 01:27 PM

I personally like FreeBSD or Solaris 10. But try Fedora Core. its a nice distro.

View Postzc_au, on Jun 1 2006, 03:54 AM, said:

try freeBSD or openBSD ;)
i will put a link here soon of a video i got made for me by craz1 to help me to install openBSD ver 3.6 [ think]
its a good helper :)
download
http://files.filefront.com/installing_openbsdavi/;5101232;;/fileinfo.html

about 12 mb

if not the BSD try centOS or FC 4 or FC 5


#10 User is offline   WBHoenig 

  • Member
  • PipPip
  • Group: Members
  • Posts: 186
  • Joined: 20-March 05

Posted 29 August 2006 - 08:50 PM

I'm going to have to recommend Ubuntu for your scenario... here is how you install apache:

sudo apt-get install apache2


PHP:
sudo apt-get install php4
sudo apt-get install libapache2-mod-php4
sudo /etc/init.d/apache2 restart


MySQL is a tiny bit harder, but it just involved a few more commands and an editing of one config file.

#11 User is offline   anfo1369 

  • Newbie
  • Group: Members
  • Posts: 16
  • Joined: 22-August 02
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 23 August 2007 - 02:42 AM

View PostWBHoenig, on Aug 30 2006, 03:50 AM, said:

I'm going to have to recommend Ubuntu for your scenario... here is how you install apache:

sudo apt-get install apache2


PHP:
sudo apt-get install php4
sudo apt-get install libapache2-mod-php4
sudo /etc/init.d/apache2 restart


MySQL is a tiny bit harder, but it just involved a few more commands and an editing of one config file.

:thumbup I am going to agree, along with this tidbit:
For easy, step-by-step directions go to HowtoForge
http://www.howtoforge.com/


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy