LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 04-01-2011, 09:54 AM   #1
chrisportela
Member
 
Registered: Feb 2010
Location: Console.WriteLine("My location is {0}",Location);
Distribution: Arch Linux 64bit --Current
Posts: 33

Rep: Reputation: 1
Question What would be a good personal server OS?


I have a desktop that I do not use for anything in to a personal server. It's going to be doing a lot of things for me like being my GIT repo and some other things I can't remember but I haven't done yet because they require some kind of server.

I tried to install CENTos but I'm not really familiar with it. What would be the best Server OS for a personal server that is running on an internal network? I don't need it to be the easiest but I shouldn't have to spend hours trying to install GIT or something simple like that.
 
Old 04-01-2011, 09:55 AM   #2
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
If it comes down to it, you can always head over to distrowatch.com

Personally, I use Fedora on my server.
 
Old 04-01-2011, 09:58 AM   #3
rizzy
Member
 
Registered: Mar 2004
Distribution: Debian
Posts: 285

Rep: Reputation: 69
It looks like you are already using ubuntu, nothing wrong with having ubuntu server, too. remove desktop environment to free up some ram if needs be.
 
Old 04-01-2011, 10:02 AM   #4
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
You could always install ESXi or Xen on it, then virtualize a bunch of different OS's until you find one you like.
 
Old 04-01-2011, 12:31 PM   #5
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,591

Rep: Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689Reputation: 2689
server distro

Distrowatch is your friend: but finding exactly what you want/need can be interesting.
I have run CentOS, but needed more current packages and kernel. Debian answered that need for my home network.

Most distributions that are not specifically desktop (or derived from one) should serve well. I like CentOS and Debian because their repositories (Debian in particular) have nearly everything anyone could imagine wanting on a server.

Ubuntu server has some nice points, but it has been my experience that Ubuntu does better on teh desktop side of things.

For real focus, you might consider listing all of your most urgent needs in a server and look for a distro or appliance that provides exactly what you most need.
 
Old 04-02-2011, 08:58 AM   #6
Noway2
Senior Member
 
Registered: Jul 2007
Distribution: Gentoo
Posts: 2,125

Rep: Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781
I have been using Ubuntu server edition for a few years now. I have been quite pleased with it. More recently, for a work application, I used Slackware 13.1. Slackware isn't the easiest to learn and configure, but the package management is very flexible, especially if you use the build from source scripts to compile your own packages. If I were to do the Ubuntu systems over again, I think I would go with Slackware instead.

Debian also seems to be a very popular server distribution. One thing about Debian is that it has a slower release process. This is both a blessing and a curse. It is a blessing because it helps ensure stability, but it can also leave you a bit more behind.
 
Old 04-02-2011, 09:44 AM   #7
DennisC31
Member
 
Registered: May 2007
Location: beyond my means
Distribution: Mint 11.04
Posts: 55

Rep: Reputation: 19
Talking

Boy, what a flame war this could be. Good thing the guys here are all pro-linux and not necessarily pro-one distro.

distrowatch as mentioned is good.

CentOS' biggest problem is, imo, a lack of dedication from Red Hat. I want to recompile the sources from Red Hat and release ComatOS but blah. Why? I would have to find all the red hat logos to strip them out to be able to distribute it. Plus God knows what legal responsibilities there are.

I was a CentOS user but considering they have not been keeping up with new Red Hat releases, i have fallen behind. Like othres, I want recent copies of files. I still have CentOS on my server at the house but thats because all it does is house my code, back it up, and serve samba shares to the wife so she can store data there.

I run Ubuntu 10.something... 4 i think... on my laptop as my primary "at home" OS. So far the only reason I go to my windows partition is to play football manager -- which runs poorly under wine and not at all in a vm.

It has been a GREAT switch.

Oh, and if you REALLY want a home grown, roll-your-own, legal-in-some-states-with-a-prescription Linux, go to linuxfromscratch.org. Its a marvelous site.

Last edited by DennisC31; 04-11-2012 at 05:19 PM.
 
Old 04-02-2011, 11:52 AM   #8
chrisportela
Member
 
Registered: Feb 2010
Location: Console.WriteLine("My location is {0}",Location);
Distribution: Arch Linux 64bit --Current
Posts: 33

Original Poster
Rep: Reputation: 1
Alright, thanks everyone. I wasn't sure if I wanted to use Ubuntu but I guess I could just start off with it and move from there when I'm more comfortable. I wonder if using arch for this would be a good choice? The machine is a bit older.
Quote:
You could always install ESXi or Xen on it, then virtualize a bunch of different OS's until you find one you like.
I'm going to try that on the more powerful machine then. I have been wanting to do some virtualization so maybe I'll get started with that first to find my perfect server OS
 
Old 04-02-2011, 12:17 PM   #9
thekore
Member
 
Registered: Oct 2003
Location: Scotland
Distribution: Ubuntu 18.04
Posts: 41

Rep: Reputation: 18
Im personally running Debian 6.0.1 on my home servers. Debian may have a slower release process, but it is stable, tried and tested and security patches are distributed quickly in my experience. Package management is excellent and easy to use if you are familiar with apt-get apt-cache and dpkg.

I have used Debian since 'woody' and can't say a bad thing about it
 
Old 04-03-2011, 05:23 AM   #10
Noway2
Senior Member
 
Registered: Jul 2007
Distribution: Gentoo
Posts: 2,125

Rep: Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781Reputation: 781
Quote:
Originally Posted by chrisportela View Post
Alright, thanks everyone. I wasn't sure if I wanted to use Ubuntu .... The machine is a bit older.
Out of curiosity, what about it made you unsure? How old is the machine? What does it have for resources? One thing about servers is that it is common to run them without a GUI and some versions like Ubuntu go further my not even containing the packages for a Desktop. This tends to increase the performance dramatically. I ran Ubuntu Server Edition on a 13 year old PC for a while before a HD crash prompted me to get something newer.
 
Old 04-03-2011, 10:56 AM   #11
ComputerErik
Member
 
Registered: Apr 2005
Location: NYC
Distribution: Debian, RHEL
Posts: 269

Rep: Reputation: 54
If you have no requirements for a Red Hat based distro (such as compatibility with some application) then just go with whatever you are already comfortable with. That will make setup and maintenance much easier. And as already discussed most of the time a server is setup "headless" so there is no need to install a GUI, so even an older less powerful computer will work just fine. Heck I still have an old Sun machine which is probably about 20+ years old running as a server at home which is only a 125Mhz CPU and 351MB of RAM and it does just fine.
 
Old 04-04-2011, 07:56 AM   #12
aditya8892
LQ Newbie
 
Registered: Apr 2010
Location: India
Distribution: Ubuntu,Debian
Posts: 2

Rep: Reputation: 0
Personally I prefer Debian.
It runs smoothly even on a vm with 38Mb of usable ram
and still consumes just 8Mb after a fresh install (without any servers and desktop!)
It doesn't installs a lots of services by default(as CentOS)
which you might not be needing.
may be that is a biased answer but you can surely give Debian a try.

Last edited by aditya8892; 04-04-2011 at 07:59 AM.
 
Old 04-26-2011, 03:43 PM   #13
DennisC31
Member
 
Registered: May 2007
Location: beyond my means
Distribution: Mint 11.04
Posts: 55

Rep: Reputation: 19
Quote:
Originally Posted by chrisportela View Post
Alright, thanks everyone. I wasn't sure if I wanted to use Ubuntu but I guess I could just start off with it and move from there when I'm more comfortable. I wonder if using arch for this would be a good choice? The machine is a bit older.

I'm going to try that on the more powerful machine then. I have been wanting to do some virtualization so maybe I'll get started with that first to find my perfect server OS
U can install Xen and start creating VMs in 30 minutes:

1. Downlod Iso from xen (15 minutes)
2. boot from iso, let it wipe out the drive
3. feed it an ip address / router
4. Install xencenter on a pc somewhere
5. connect to the ip address you specified
6. right click the server, new vm, pick OS and put a cd in the drive to install it

Last edited by DennisC31; 04-11-2012 at 05:34 PM.
 
Old 04-26-2011, 03:46 PM   #14
DennisC31
Member
 
Registered: May 2007
Location: beyond my means
Distribution: Mint 11.04
Posts: 55

Rep: Reputation: 19
debian is to redhat as ubuntu is to fedora

I am debating debian myself. But I finally got football manager working under ubuntu 10.10 / wine. =)

I really want to roll my own though. Just so I can say I have done it.

Last edited by DennisC31; 04-11-2012 at 05:34 PM.
 
Old 04-26-2011, 03:51 PM   #15
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by aditya8892 View Post
Personally I prefer Debian.
It runs smoothly even on a vm with 38Mb of usable ram
and still consumes just 8Mb after a fresh install (without any servers and desktop!)
It doesn't installs a lots of services by default(as CentOS)
which you might not be needing.
may be that is a biased answer but you can surely give Debian a try.
I second that, a CLI-only Debian Squeeze with Samba, Apache, vsftpd, SSH and rsync-daemon running, is consuming here 57MB at the moment. But I think that will not be different with other distros if you are runnin CLI only. Have to test that with Slackware.
 
  


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
Personal Web Server ajk265 Linux - Server 2 03-14-2009 09:34 PM
My own personal home server Crash_guy Linux - General 3 02-12-2008 11:11 PM
Looking for a good, open-source, personal organizing software. hunterhunter Linux - Software 6 05-25-2006 02:35 PM
SUSE personal as a server? scabies Linux - Distributions 2 09-22-2004 11:00 AM
LVM on a personal server SpamMonkey Linux - General 1 09-07-2004 05:46 AM

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

All times are GMT -5. The time now is 09:09 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