LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 12-13-2015, 02:27 AM   #1
Ryeuu
LQ Newbie
 
Registered: Mar 2015
Posts: 6

Rep: Reputation: Disabled
Recommended Distro for Hosting a CS:GO Dedicated Server?


Hello everyone!

Due to issues with my previous server, I've decided to boot up one of my old dual core's and move to linux!

The specs of this laptop: AMD Athlon II M340 (2.2GhZ), 4GB RAM, 500GB HDD.

On my previous server I attempted to set up on Debian which went smoothly - however, it seemed to have the same performance as on Windows 7, so I decided to stick with 7 since I also needed to set up an FTP Server and I have practically zero clue on how to do that on Debian or Linux in general.

This time I'm planning to stick and commit to Linux as I feel the need and interest to learn.

Which distribution would you guys recommend for hosting a CS:GO Dedicated Server? I used Debian due to old threads recommending it due to stability, although I'm not too sure about that now. I also read that Valve personally used Ubuntu for their servers, but recently moved to Slackware.

Thanks,

Ryan.

EDIT: I believe I could've squeezed more performance from my first attempt on Debian by increasing the Kernel Frequency to 1000Hz, enabling High Resolution Timers and PREEMPT, or using a custom kernel in general. At the time I didn't know about this and even now I need to learn to do so.
 
Old 12-14-2015, 11:43 AM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,622

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
redhat or cent or Debian
 
Old 12-14-2015, 12:05 PM   #3
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,131

Rep: Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302
Most company webservers run CentOS or Debian Stable. The other free high-stability Linux is Slackware.

In Linux, it's usual to run a server from the command line. The advantages are
> better performance, as there's less stuff running
> quicker debugging if anything goes wrong, as there's less stuff running
You can install a GUI if you like, but set the OS to run without it; then if you want a GUI program or tool, the command startx will load it.

My personal preference is CentOS, as you can see. It's the most user-friendly of the three, especially if you install the GUI for nice utilities (e.g. the firewall configuration tool). You need to get the big installer (2DVD) and to select a custom installation. Then you get a choice of basic server / database server / webserver and you can specify extra GUI stuff as well.
https://www.centos.org/
The detailed installation & deployment guides say they're for RHEL 5, but they still work.

Last edited by DavidMcCann; 12-14-2015 at 12:06 PM.
 
Old 12-14-2015, 12:46 PM   #4
Ryeuu
LQ Newbie
 
Registered: Mar 2015
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by John VV View Post
redhat or cent or Debian
Thanks for the reply John. I'll probably stick with Debian and give CentOS a try since I have the time ^^.

Quote:
Originally Posted by DavidMcCann View Post
Most company webservers run CentOS or Debian Stable. The other free high-stability Linux is Slackware.

In Linux, it's usual to run a server from the command line. The advantages are
> better performance, as there's less stuff running
> quicker debugging if anything goes wrong, as there's less stuff running
You can install a GUI if you like, but set the OS to run without it; then if you want a GUI program or tool, the command startx will load it.

My personal preference is CentOS, as you can see. It's the most user-friendly of the three, especially if you install the GUI for nice utilities (e.g. the firewall configuration tool). You need to get the big installer (2DVD) and to select a custom installation. Then you get a choice of basic server / database server / webserver and you can specify extra GUI stuff as well.
https://www.centos.org/
The detailed installation & deployment guides say they're for RHEL 5, but they still work.
Hehe, I had a feeling it was one of those two in the end! I've read up more old threads and found that Debian has better performance "out-of-the-box", so I'll probably stick with it.. although I do have a heap of time so I will mess around with both! Considering my CPU is 64-bit and I have 4GB of RAM, is it worth it to go for a 64-bit version of the distro? I found out that the game server doesn't gain any performance benefits from running on a 64-bit OS.

In relation to Debian: In order to only run via a command line, do I just choose not to install a Desktop Environment when asked? Also.. what are "standard system utilities"? I normally don't install anything other than the "Debian Desktop Environment" + LXDE and "Standard System Utilities". Because this laptop is old, I'd like to minimize the amount of things I have installed and running. Are "Standard System Utilities" necessary when hosting a Server?

Thanks again!

EDIT: Since I'm only hosting a Dedicated Game Server, an FTP Server and MAYBE(unlikely) a TeamSpeak Server, which server choice would you recommend in CentOS? Basic, Database or Web?

Last edited by Ryeuu; 12-14-2015 at 12:49 PM.
 
Old 12-15-2015, 10:45 AM   #5
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,131

Rep: Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302Reputation: 2302
It's so long since I tried anything but the basic Debian installation that I can't remember. You certainly want the system utilities, though.

For CentOS, go for the web-server version.
 
Old 12-15-2015, 11:02 AM   #6
Ryeuu
LQ Newbie
 
Registered: Mar 2015
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by DavidMcCann View Post
It's so long since I tried anything but the basic Debian installation that I can't remember. You certainly want the system utilities, though.

For CentOS, go for the web-server version.
Oo. That's fair enough. So I guess not much to change! I finally think I got how to install the PREEMPT RT Kernel/Build a custom kernel so now I'm just settling on an OS. Alright, Web-Server it is!

Thanks Again, David!
 
Old 12-15-2015, 11:17 AM   #7
schneidz
LQ Guru
 
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,313

Rep: Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918Reputation: 918
Quote:
Originally Posted by Ryeuu View Post
...
EDIT: Since I'm only hosting a Dedicated Game Server, an FTP Server and MAYBE(unlikely) a TeamSpeak Server, which server choice would you recommend in CentOS? Basic, Database or Web?
consider using scp/sftp/sshfs/... instead.
 
Old 12-15-2015, 12:51 PM   #8
Ryeuu
LQ Newbie
 
Registered: Mar 2015
Posts: 6

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by schneidz View Post
consider using scp/sftp/sshfs/... instead.
Ooo.. I've never used SSH FTP before, so I'm not sure if it works with CS:GO's FastDL. I'll check up on it though. Thanks Schneidz!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Dedicated \ Virtual Host providers - Recommended by you? timmywo Linux - General 2 03-02-2010 12:04 PM
LXer: The Planet Selects Penguin Computing Hardware for Dedicated Web Hosting Environment for Fastest, Most Powerful Server Offering Ever LXer Syndicated Linux News 0 04-09-2006 04:54 AM
Distro recommendations for Dedicated Router + Firewall + Print Server + Intranet Web Netfreak Linux - Newbie 1 11-18-2004 11:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

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