Find the answer to your Linux question:
Results 1 to 8 of 8
I am looking to put together a workstation for high demand processing tasks (generating rainbow tables, ect). I have all the hardware I want but I am a little lost ...
  1. #1
    Just Joined!
    Join Date
    Jul 2009
    Location
    Chicago, IL
    Posts
    9

    Which distro for a non-web server (I read the stickies)

    I am looking to put together a workstation for high demand processing tasks (generating rainbow tables, ect). I have all the hardware I want but I am a little lost on the software end. I know enough about linux to know that I want it for my purposes, but I only have experience in desktop varieties which are of no use to me here. I am looking to SSH in and have it do tasks. I am quite comfortable in a command line environment so a GUI is not needed, at least not one running all the time. I did some research and all I could come up with is desktop stuff; my priority is processing power. What distro would I be looking for?

    Thanks,
    Dan

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    RHEL is probably the most popular server distro, but does require a paid license. There are a couple of RHEL clones that are free of charge, these being Scientific Linux and CentOS.

    Debian is also highly regarded and relatively easy to setup without a GUI.

    Or you could go with Ubuntu Server Edition.

  3. #3
    Just Joined!
    Join Date
    Feb 2005
    Location
    Boulder, Colorado, USA
    Posts
    7
    The GUI i optional in every distribution. Your processing power depends on your hardware, not the distribution. Bottom line: If I understood your question, there is no meaningful reply possible.

  4. #4
    Linux Enthusiast Mudgen's Avatar
    Join Date
    Feb 2007
    Location
    Virginia
    Posts
    623
    Distro isn't going to make much difference in processing power. Centos or Debian are fine if version stability is important, Fedora if cutting edge packages outweigh that. Make runlevel 3 the initdefault to cut out the GUI/X overhead and look closely at lsmod and use the modprobe configuration files to blacklist default modules that you don't need. Learn to use "linux rescue" mode to get in and fix things when you've made it unbootable by leaning things up too much.

  5. #5
    Linux Newbie
    Join Date
    Apr 2010
    Location
    Novosibirsk, Russia
    Posts
    136
    and of course use 'chkconfig' to disable unnecessary services at system startup

  6. #6
    Just Joined!
    Join Date
    Mar 2005
    Location
    Corona, CA
    Posts
    29
    I second greyhairweenie: the kernel and memory management are very similar(identical?) across the distros. I'd go with CentOS, as it's a clone of RHEL which is the most popular and supported OS for industrial(?) purposes. runlevel 3 won't run X by default, so you can focus your processing power and memory on the task at hand.

  7. #7
    oz
    oz is online now
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,093
    Quote Originally Posted by Daniel_B View Post
    I am quite comfortable in a command line environment so a GUI is not needed, at least not one running all the time. I did some research and all I could come up with is desktop stuff; my priority is processing power. What distro would I be looking for?
    Hello

    Arch, Crux, Debian, and Gentoo should all be easy enough to setup a simple base install, and then you can add only those apps that you really want/need. As already indicated, power doesn't come into play here.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  8. #8
    Just Joined!
    Join Date
    Jul 2009
    Location
    Chicago, IL
    Posts
    9
    Thanks for the suggestions, I've configured Debian as a virtual machine and it looks like it will do the job great when I get the hardware.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...