Live Chat & Podcast at 1:00PM Eastern on Sunday!
There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
Search
Linux and Unix
Tag Cloud
access acer asus bios bsod computer crash desktop dns driver drivers error ethernet excel freeze gaming graphics hard drive hardware hdmi internet laptop malware memory monitor motherboard network printer problem ram registry repair router slow software sound trojan ubuntu 11.10 uninstall usb video virus vista wifi windows windows 7 windows 7 32 bit windows 7 64 bit windows xp wireless
Search
Search for:
Tech Support Guy Forums > Operating Systems > Linux and Unix >
LINUX/UNIX server, WIN XP x64 workstations

Reply  
Thread Tools
DarkCrystal's Avatar
Computer Specs
Member with 62 posts.
 
Join Date: Jan 2005
Location: FT Wainwright, AK
Experience: Advanced
31-Dec-2005, 01:01 AM #1
Lightbulb LINUX/UNIX server, WIN XP x64 workstations
A question regarding future operations:

I am looking into the following possibility:

A LINUX or UNIX based server* on a network to Windows XP PRO 64-bit workstations.

First, is the possible?
Second, which ould be better for the server, LINUX-RedHat or UNIX?

Thanks in advance

DarkCrystal
HenryVI's Avatar
Distinguished Member with 3,201 posts.
 
Join Date: May 2005
Experience: Desktop Themer
31-Dec-2005, 09:39 AM #2
I don't know anything about servers, but I'd say a Linux server.
tdi_veedub's Avatar
Senior Member with 590 posts.
 
Join Date: Jan 2004
31-Dec-2005, 10:19 AM #3
I would go with Linux, but STAY AWAY FROM REDHAT. Redhat is very taxing on human resources to keep it running. It is laden with bugs and security issues and if you don't know how to correct them, your nice shiny linux system will be compromised in no time.

For servers, I recommend Slackware, it is the most unix-like of all the linux' , and is easy to setup and maintain. For Desktop Linux, I recommend Ubuntu. Ubuntu supports the most devices out of the box, is easy to install / upgrade packages, and has a large free support base if you run into problems.
__________________
Computer specs:
----------------------------------
Dell XPS 1530
Centrino 7500 2.2Ghz
GeForce 8600GT
120GB/2GB
linuxphile's Avatar
Administrator with 429 posts.
 
Join Date: Mar 2003
Location: MD
Experience: Intermediate
31-Dec-2005, 11:56 AM #4
It is possible. You can work with Samba to make the Linux server your primary domain controller. If you use Redhat, Fedora, or CentOS you can integrate Samba and the Fedora Directory Server so that your Windows and Linux workstations all work together in harmony on your network.

Regardless of which distribution you choose you can accomplish what you are looking for. The key elements will be Samba and some implementation of OpenLDAP (if you want to get fancy.)

The Samba project has great documentation and sample configurations to help get you started.
__________________
http://about.me/dmccarthy

Last edited by linuxphile; 31-Dec-2005 at 11:49 AM.. Reason: I can speak english, I just can't type it.
Squashman's Avatar
Trusted Advisor with 18,706 posts.
 
Join Date: Apr 2003
Location: 1265 Lombardi Ave
Experience: Bocks of Rox
31-Dec-2005, 02:20 PM #5
Quote:
Originally Posted by tdi_veedub
I would go with Linux, but STAY AWAY FROM REDHAT. Redhat is very taxing on human resources to keep it running. It is laden with bugs and security issues and if you don't know how to correct them, your nice shiny linux system will be compromised in no time.
Could your provide some information as to why you feel that way. Maybe you just aren't securing your servers properly.
O111111O's Avatar
Computer Specs
Senior Member with 896 posts.
 
Join Date: Aug 2005
Location: Right here.
Experience: 31337
31-Dec-2005, 02:20 PM #6
1] Security; I've been running redhat for years. I have servers that get 200-300,000 SSH attempts per day (like the one below)
Dec 31 02:28:14 threeve sshd(pam_unix)[15893]: authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=xxx.xxx.xxx.xxx user=root

2] If you're planning on running your business on this, I would suggest Redhat ES or AS. Good product, good support. Very stable. I have systems with uptimes of > 2 years. (Oracle)

3] Samba is great for file and print. It will act as a domain controller of sorts.
__________________
That's nice, last I read; there was a free opensource dev for [insert product name here]
utanja's Avatar
Computer Specs
Member with 312 posts.
 
Join Date: Oct 2003
Location: Europe:Salzburg Austria;USA:Fl
Experience: a little education can be
31-Dec-2005, 02:38 PM #7
i have been running debian stable (now sarge) for a few years with out a problem....easy to upgrade and very stable....i use samba for file sharing and IPP (cups) for printer ...btw...i now have only one XP workstation ...all the others i use nfs support....
DarkCrystal's Avatar
Computer Specs
Member with 62 posts.
 
Join Date: Jan 2005
Location: FT Wainwright, AK
Experience: Advanced
31-Dec-2005, 02:45 PM #8
Thank you very much for all the input. If possible, please keep the input coming while I research the info I now have. Again, thank you very much!
tdi_veedub's Avatar
Senior Member with 590 posts.
 
Join Date: Jan 2004
01-Jan-2006, 10:45 AM #9
Sqaushman,

Redhat is good if you are willing to pay for support from redhat, or you have time or staff available to maintain it. I have always found it far too cumbersome to maintain a Redhat server myself when compared to a slackware, or SuSE, Debian server. My slackware server has been up for 2 years running ssh2, apache, mysql, samba, cups. Whenever I have tried to patch a Redhat system (eg apache) it either fails miserably, or it breaks dependancies and I endup having to upgrade practically the entire system to fix the dependancies. I am a 1 man army. I don't have time to spend hours on a server just to install something like a security patch for apache. With slackware, I just recompile, restart the deamon, and forget about it.
__________________
Computer specs:
----------------------------------
Dell XPS 1530
Centrino 7500 2.2Ghz
GeForce 8600GT
120GB/2GB
tdi_veedub's Avatar
Senior Member with 590 posts.
 
Join Date: Jan 2004
01-Jan-2006, 10:51 AM #10
Quote:
Security; I've been running redhat for years. I have servers that get 200-300,000 SSH attempts per day (like the one below)
Dec 31 02:28:14 threeve sshd(pam_unix)[15893]: authentication failure; logname= uid=0 euid=0 tty=NODEVssh ruser= rhost=xxx.xxx.xxx.xxx user=root
Why not block these attempts with a script to add them to your iptables rules? 200-300,000 attempts must be creating alot of unnecessary load on the servers....
linuxphile's Avatar
Administrator with 429 posts.
 
Join Date: Mar 2003
Location: MD
Experience: Intermediate
01-Jan-2006, 12:21 PM #11
I've been using Redhat for quite a while and I have yet to pay for support. I also haven't had a patch break dependencies for years. While dependency hell might have been true 4-5 years ago the same was occurring with other distributions as well.

We use Redhat here at TSG. I use Redhat at my office job as a VPN server, a CVS server, and a J2EE application server, all without any problems. With any operating system you need to be dilligent with patches. If a patch comes out that directly relates/affects what your machine does you need to investigate and understand the patch before applying it so that it does not bring your business down.
__________________
http://about.me/dmccarthy
Reply

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.

Search Tech Support Guy

Find the solution to your
computer problem!




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who want to help you solve your computer problems. See our Welcome Guide to get started.
Thread Tools



Facebook Facebook Twitter Twitter TechGuy.tv TechGuy.tv Mobile TSG Mobile
You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 08:50 PM.
Copyright © 1996 - 2011 TechGuy, Inc. All rights reserved.

Powered by Cermak Technologies, Inc.