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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
12-13-2015, 02:27 AM
|
#1
|
LQ Newbie
Registered: Mar 2015
Posts: 6
Rep: 
|
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.
|
|
|
12-14-2015, 11:43 AM
|
#2
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,710
|
redhat or cent or Debian
|
|
|
12-14-2015, 12:05 PM
|
#3
|
LQ Veteran
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,268
|
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.
|
|
|
12-14-2015, 12:46 PM
|
#4
|
LQ Newbie
Registered: Mar 2015
Posts: 6
Original Poster
Rep: 
|
Quote:
Originally Posted by John VV
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
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.
|
|
|
12-15-2015, 10:45 AM
|
#5
|
LQ Veteran
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Salix
Posts: 6,268
|
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.
|
|
|
12-15-2015, 11:02 AM
|
#6
|
LQ Newbie
Registered: Mar 2015
Posts: 6
Original Poster
Rep: 
|
Quote:
Originally Posted by DavidMcCann
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!
|
|
|
12-15-2015, 11:17 AM
|
#7
|
LQ Guru
Registered: May 2005
Location: boston, usa
Distribution: fedora-35
Posts: 5,330
|
Quote:
Originally Posted by Ryeuu
...
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.
|
|
|
12-15-2015, 12:51 PM
|
#8
|
LQ Newbie
Registered: Mar 2015
Posts: 6
Original Poster
Rep: 
|
Quote:
Originally Posted by schneidz
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!
|
|
|
All times are GMT -5. The time now is 09:47 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|