LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-07-2015, 09:09 PM   #1
cousin
LQ Newbie
 
Registered: Jan 2015
Location: Illinois USA
Posts: 2

Rep: Reputation: Disabled
Question What Linux system for a Simple Linux Web Server


The local provider has given us a fixed IP so we can have a web server for the car club's domain.

I will be using a Dell 2400 desktop computer with a 1.8 GHz Pentium 4 processor, 1 GB RAM, 40 GB hard drive and a DVD drive.

I want to use command line, not GUI and FTP the club's car pictures from my home.

My only Linux experience was sparse use of Red Hat 2.05 which is now 15 years old and not secure.

If the structure and folders are the same, Can I use CentOS 5.11 or 6.6

Thank you,
people call me Cousin
 
Old 01-08-2015, 12:42 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,913

Rep: Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318
yes, surely, you can use.
 
Old 01-08-2015, 05:03 AM   #3
cousin
LQ Newbie
 
Registered: Jan 2015
Location: Illinois USA
Posts: 2

Original Poster
Rep: Reputation: Disabled
Are the structure and folders of CentOS the same as Red Hat 2.05?

If so, should I install CentOS 5.11 or 6.6
 
Old 01-08-2015, 05:32 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,913

Rep: Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318Reputation: 7318
you will never get something similar to RH 2.05, a lot of things changed. So I would suggest you the newer OS.
 
Old 01-08-2015, 06:02 AM   #5
TenTenths
Senior Member
 
Registered: Aug 2011
Location: Dublin
Distribution: Centos 5 / 6 / 7
Posts: 3,476

Rep: Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553Reputation: 1553
CentOS 6.6 would be my recommendation, all the RedHat 6 tutorials etc. will work and there's a LOT of user support around.
 
Old 01-08-2015, 06:07 AM   #6
average_user
Member
 
Registered: Dec 2010
Location: Warsaw, Poland
Distribution: Slackware
Posts: 560

Rep: Reputation: 220Reputation: 220Reputation: 220
Probably any Linux will do the job. Pick the one you will feel the most comfortable with. I could recommend OpenWRT. It's designated to be used on routers and other network devices. It's very light and simplifies many things such as installing and configuring web server, OpenVPN or SSH server. But as I said, your best choice is to pick the distribution you like. If used Linux 15 years ago you are basically a new kid on the block again and need to make a decision basing on reading other people's stories and your preferences.
 
Old 01-08-2015, 11:19 AM   #7
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
Use CentOS. Surveys show CentOS and Debian Stable are the most popular web-server distros, and in my opinion CentOS is easier. And even after all this time, some of your Red Hat memories will be useful. Get the full 2 DVD set, not one of the single disks. That will give you the option as to what type of setup to create, and "web server" is one of the choices.

This computer is of similar age and size to the one you have and CentOS, even in the GUI version, works perfectly.
 
Old 01-08-2015, 11:20 AM   #8
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
On an old piece of hardware like that, be sure to take regular back-ups. You never know when you're going to suffer a failure and have to swap in a new machine. Actually this is good advice on ALL hardware.

Make sure you stay up to date on security patches and the like -- fortunately with CentOS 6 this is easy -- just run "yum update" periodically.
 
Old 01-08-2015, 09:25 PM   #9
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,341
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
I started with Linux in order to self-host my website. I used Slackware. I had to do a bit of learning, but, once I got it working, it was rock-solid.
 
Old 01-09-2015, 09:20 AM   #10
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by cousin View Post
Are the structure and folders of CentOS the same as Red Hat 2.05?

If so, should I install CentOS 5.11 or 6.6
default installation layouts for Apache HTTPD on various operating systems and distributions could possible help map it out.

Good Luck!
 
Old 01-09-2015, 10:21 AM   #11
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,142

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
In addition to B T Millers's advice on backups, I'd add the point that you need to make sure that SMART is enabled in the BIOS, and then do regular checks. A web-server's life is hard on the HD, and yours is not getting any younger!
 
Old 01-09-2015, 11:35 AM   #12
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
i currently have ScientificLinux 6.6 ( 32 bit) running on a 14 year old dell 6800

the only issue is the default 6.6 install DOSE NOT!!!! support the nvidia gforce 2 card
for that i have to downgrade xorg to the version from SL 6.3

5.12 would support ALL the hardware including the 3.5 in floppy drive

6.6 dose not even look for it , but you can MANUALLY run "modprobe floppy" and manually mount it
 
  


Reply



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
[SOLVED] How to set up a payment system on Linux web server? pching Linux - Server 3 04-04-2011 08:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 07:17 AM.

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