techPowerUp! Forums

Go Back   techPowerUp! Forums > Hardware > System Builder's Advice

Reply
 
Thread Tools
Old Apr 1, 2013, 03:18 PM   #26
Aquinus
3500 Posts
 
Aquinus's Avatar
 
Join Date: Jan 2012
Location: Dover, New Hampshire, USA
Posts: 4,277 (8.84/day)
Thanks: 1,284
Thanked 1,336 Times in 992 Posts

System Specs

Quote:
Originally Posted by zaqwsx View Post
I got the Ubuntu LAMP server running in VMware player.
I hope that isn't your solution. Using VMPlayer to run a virtual server is a terrible idea.

What else is running on this server that requires you to be running Windows on it? Can you get away with not running Windows in the first place?

I know you said some websites, file sharing, and some game servers, but specifics would be nice since the only thing here that I would imagine that might require Windows is the game server part.
__________________
MyHeat
Aquinus is offline  
Crunching for Team TPU
Reply With Quote
Old Apr 1, 2013, 03:23 PM   #27
zaqwsx
500 Posts
 
zaqwsx's Avatar
 
Join Date: Jan 2007
Location: New York
Posts: 841 (0.36/day)
Thanks: 138
Thanked 64 Times in 56 Posts
Send a message via AIM to zaqwsx Send a message via Skype™ to zaqwsx

System Specs

Im running a mincraft server that is 100% and a website for that server. Then I will have a file server for me so I can grab my files from anywhere.

Their will be other websites but not sure on that and maybe some other game server.
__________________
By: Zach (zaqwsx) (zach90z)
zaqwsx is offline  
Reply With Quote
Old Apr 1, 2013, 03:39 PM   #28
zaqwsx
500 Posts
 
zaqwsx's Avatar
 
Join Date: Jan 2007
Location: New York
Posts: 841 (0.36/day)
Thanks: 138
Thanked 64 Times in 56 Posts
Send a message via AIM to zaqwsx Send a message via Skype™ to zaqwsx

System Specs

I open to ideas but as far as buying new stuff I can't. I have to work with what I have cant spend anymore money.
__________________
By: Zach (zaqwsx) (zach90z)
zaqwsx is offline  
Reply With Quote
Old Apr 1, 2013, 03:57 PM   #29
BiggieShady
200 Posts
 
BiggieShady's Avatar
 
Join Date: Feb 2012
Location: Zagreb, Croatia
Posts: 242 (0.51/day)
Thanks: 13
Thanked 68 Times in 56 Posts

System Specs

Quote:
Originally Posted by zaqwsx View Post
I open to ideas but as far as buying new stuff I can't. I have to work with what I have cant spend anymore money.
Using Windows Server 2012 you can run minecraft server and host web site - I know, you love apache and linux, but in this case IIS is better solution for you. Seting up a website in IIS is just as simple as in apache, just more clicking

http://support.microsoft.com/kb/323972

Just remember - DocumentRoot in apache is Web Site Home Directory in IIS, ServerName in apache is Host Header in IIS, Listen in apache is IP Address and TCP Port in IIS
BiggieShady is offline  
Reply With Quote
Old Apr 1, 2013, 10:31 PM   #30
zaqwsx
500 Posts
 
zaqwsx's Avatar
 
Join Date: Jan 2007
Location: New York
Posts: 841 (0.36/day)
Thanks: 138
Thanked 64 Times in 56 Posts
Send a message via AIM to zaqwsx Send a message via Skype™ to zaqwsx

System Specs

Anyone else want to comment on IIS for a website?
__________________
By: Zach (zaqwsx) (zach90z)
zaqwsx is offline  
Reply With Quote
Old Apr 1, 2013, 10:48 PM   #31
Aquinus
3500 Posts
 
Aquinus's Avatar
 
Join Date: Jan 2012
Location: Dover, New Hampshire, USA
Posts: 4,277 (8.84/day)
Thanks: 1,284
Thanked 1,336 Times in 992 Posts

System Specs

Quote:
Originally Posted by zaqwsx View Post
Anyone else want to comment on IIS for a website?
Yeah, IIS extensions for PHP suck and managing PHP versions in Windows is terrible. Unless you're only serving up static content or using ASP.net I wouldn't use it. I would however use it as an FTP server.

Quote:
Originally Posted by zaqwsx View Post
Im running a mincraft server that is 100% and a website for that server. Then I will have a file server for me so I can grab my files from anywhere.

Their will be other websites but not sure on that and maybe some other game server.
Minecraft servers can run on Linux.
Websites can run on Linux.
File servers can run on Linux.

...so you're not using Linux why again? It almost seems to make more sense to just run Ubuntu Server and run a VM of Windows if you really need it. It seems like most of what you're going to do can be done in *nix land.

Considering the machine doesn't have virtualization extensions and most of what you're doing will run well in Linux, I don't see what reason there would be to use Windows Server as the host OS. The fewer VMs you can run the better because they're take a hit in performance without the VT extensions.

I'm also partial to *nix servers since I run one for my own gateway, have several dev VMs with it, and I manage a rack full of Ubuntu servers at work. So I learn towards Ubuntu because I've had good experiences with it and I have to use it.

Quote:
Originally Posted by BiggieShady View Post
I know, you love apache and linux, but in this case IIS is better solution for you. Seting up a website in IIS is just as simple as in apache, just more clicking
Easy does not mean better. Simple, as in less options, also does not imply better. Having a lot of control over the system you run is way more important. Yeah, Apache configs have a steeper learning curve, but when you start using things like mod_rewrite, you ask yourself why you even considered using IIS.
__________________
MyHeat

Last edited by Aquinus; Apr 1, 2013 at 10:54 PM.
Aquinus is offline  
Crunching for Team TPU
Reply With Quote
The Following User Says Thank You to Aquinus For This Useful Post:
Old Apr 2, 2013, 12:30 PM   #32
zaqwsx
500 Posts
 
zaqwsx's Avatar
 
Join Date: Jan 2007
Location: New York
Posts: 841 (0.36/day)
Thanks: 138
Thanked 64 Times in 56 Posts
Send a message via AIM to zaqwsx Send a message via Skype™ to zaqwsx

System Specs

OK that sounds good, what other game servers can run in Linux? Also what about remote desktop and getting into the machine from anywhere is that easy as windows?

Edit: Also which version of Linux would recommend?
__________________
By: Zach (zaqwsx) (zach90z)

Last edited by zaqwsx; Apr 2, 2013 at 12:36 PM.
zaqwsx is offline  
Reply With Quote
Old Apr 2, 2013, 12:40 PM   #33
Aquinus
3500 Posts
 
Aquinus's Avatar
 
Join Date: Jan 2012
Location: Dover, New Hampshire, USA
Posts: 4,277 (8.84/day)
Thanks: 1,284
Thanked 1,336 Times in 992 Posts

System Specs

Quote:
Originally Posted by zaqwsx View Post
OK that sounds good, what other game servers can run in Linux? Also what about remote desktop and getting into the machine from anywhere is that easy as windows?

Edit: Also which version of Linux would recommend?
I personally tend to us Ubuntu Server. A administer servers using shell, no GUI for me. If you really want a graphical interface (why you wouldn't want to baffles me because it's a waste of server resources,) but you could install all the stuff Ubuntu desktop has on top of Server by running.

Code:
sudo apt-get install ubuntu-desktop
Then you can use something like VNC to view the desktop, but I discourage graphical management of servers if the option exists.

You also shouldn't be asking "what runs on Linux," The question should be, "What do you need to run," because you tailor the server to your needs, not your needs to the server in most cases.
__________________
MyHeat
Aquinus is offline  
Crunching for Team TPU
Reply With Quote
Old Apr 2, 2013, 11:05 PM   #34
Geekoid
25 Posts
 
Join Date: Mar 2013
Location: UK
Posts: 70 (1.17/day)
Thanks: 0
Thanked 23 Times in 20 Posts

Also, licensing is a nightmare if you are running a Windows server. Often, each device that connects to it in any way needs either you or the connecting person to have a licence to do so. Even worse if you have a Microsoft database on it. A real headache causer...

Ubuntu server is actually pretty good. I have a few running myself, and they typically use around 128MB RAM when running (before I start installing all the extra stuff I need) so it really helps reduce overheads. Its also really easy to do maintenance scripts for Minecraft and for webservers (something else that causes me real headaches on Windows as I'm not a Visual Basic or 'powershell' programmer). Another bonus with Ubuntu server is patching is a real gem. Most of the time you can apply all your security patches without having to bring the server down
Geekoid is offline  
Reply With Quote
The Following User Says Thank You to Geekoid For This Useful Post:
Old Apr 3, 2013, 12:46 PM   #35
BiggieShady
200 Posts
 
BiggieShady's Avatar
 
Join Date: Feb 2012
Location: Zagreb, Croatia
Posts: 242 (0.51/day)
Thanks: 13
Thanked 68 Times in 56 Posts

System Specs

Quote:
Originally Posted by Aquinus View Post
Easy does not mean better. Simple, as in less options, also does not imply better. Having a lot of control over the system you run is way more important. Yeah, Apache configs have a steeper learning curve, but when you start using things like mod_rewrite, you ask yourself why you even considered using IIS.
I somehow missed the PHP requirement and it seemed to me that OP really wanted to use Windows Server 2012 licence he owns, so in that respect I mentioned IIS.
Also, based on that misconception, when I said "better solution for OP" I never meant "better web server than apache".
That would be silly.
BiggieShady is offline  
Reply With Quote
Old Apr 3, 2013, 01:11 PM   #36
Aquinus
3500 Posts
 
Aquinus's Avatar
 
Join Date: Jan 2012
Location: Dover, New Hampshire, USA
Posts: 4,277 (8.84/day)
Thanks: 1,284
Thanked 1,336 Times in 992 Posts

System Specs

Quote:
Originally Posted by BiggieShady View Post
I somehow missed the PHP requirement and it seemed to me that OP really wanted to use Windows Server 2012 licence he owns, so in that respect I mentioned IIS.
He didn't, it's an example of how doing web applications other than ASP and ASP.NET is terrbile on IIS. We don't know his exact requirements, I've found every description on what this server will be used for to be pretty vague so I'm having a hard time makes many recommendations.

Quote:
Originally Posted by BiggieShady View Post
Also, based on that misconception, when I said "better solution for OP" I never meant "better web server than apache".
Well, since we don't know really what the website requirements are I leaned towards that which is more flexible, and I don't think IIS is more flexible.
__________________
MyHeat
Aquinus is offline  
Crunching for Team TPU
Reply With Quote
Old Apr 4, 2013, 06:37 PM   #37
zaqwsx
500 Posts
 
zaqwsx's Avatar
 
Join Date: Jan 2007
Location: New York
Posts: 841 (0.36/day)
Thanks: 138
Thanked 64 Times in 56 Posts
Send a message via AIM to zaqwsx Send a message via Skype™ to zaqwsx

System Specs

Just to clarify again what I want my server to do since It seems most are still confused. I'll post this in my main post later.

I need to be able to host a game server (i.e. mincraft)
I need to be able to host a webserver needs to be secure (i.e. mincraft website with logins, my own personal site, A website for my doctor which will not contain any personal customer info but may have an option to making appointments online.)
I need to be able to access my personal files from anywhere I have web access needs to be secure.

So it was between Ubuntu and Windows Server and after reading your comments I will go with Ubuntu.

Their were also comments on command line interface or gui interface. As far as that how difficult is it to use the command line interface and can most stuff be found online or youtube?

Those are the most major things for me I can think of at the moment.

If that is still not clear please tell me. Thanks guys for all your help!
__________________
By: Zach (zaqwsx) (zach90z)
zaqwsx is offline  
Reply With Quote
Old Apr 4, 2013, 07:44 PM   #38
Aquinus
3500 Posts
 
Aquinus's Avatar
 
Join Date: Jan 2012
Location: Dover, New Hampshire, USA
Posts: 4,277 (8.84/day)
Thanks: 1,284
Thanked 1,336 Times in 992 Posts

System Specs

Quote:
Originally Posted by zaqwsx View Post
I need to be able to host a webserver needs to be secure (i.e. mincraft website with logins, my own personal site, A website for my doctor which will not contain any personal customer info but may have an option to making appointments online.)
This is what isn't clear. What are you doing to run these websites? What are you using? Just plain HTML? PHP? Is it a web application or a static page?

What are the software requirements for what you want to run.

As far as Minecraft and file sharing is concerned, that's not too bad. You can try Webmin, but it will be grossly insufficient for what you're going to be doing I think. Learning how to use the CLI isn't a "watch a youtube video and be done" kind of thing. It's something that you learn and get better at, like anything else.

Google is a powerful thing, I suggest using it. If you see something that is confusing, Google it, learn and continue.
__________________
MyHeat
Aquinus is offline  
Crunching for Team TPU
Reply With Quote
The Following User Says Thank You to Aquinus For This Useful Post:
Old Apr 7, 2013, 01:46 PM   #39
zaqwsx
500 Posts
 
zaqwsx's Avatar
 
Join Date: Jan 2007
Location: New York
Posts: 841 (0.36/day)
Thanks: 138
Thanked 64 Times in 56 Posts
Send a message via AIM to zaqwsx Send a message via Skype™ to zaqwsx

System Specs

OK Ill get the details in the next few weeks as I am currently busy with college .
__________________
By: Zach (zaqwsx) (zach90z)
zaqwsx is offline  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help Building a gmain Pc MicroIce Project Logs 4 Feb 15, 2010 03:02 PM
Help with building COD4 server techjunkie Games 13 Apr 25, 2009 03:31 PM
Building computer, need help. Zinic System Builder's Advice 19 Mar 10, 2009 03:06 PM
Building PC, need help Heldelance General Hardware 14 Sep 13, 2007 12:59 PM
Help Needed Building a Server ! zOaib General Hardware 16 Oct 15, 2006 05:59 PM


All times are GMT. The time now is 07:38 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
no new posts