This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-05-02 06:21:18

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

i want to make a server computer.

I want to make a server.


http://i47.tinypic.com/rrqe13.gif

Offline

 

#2 2013-05-02 08:00:21

16Skittles
Scratcher
Registered: 2009-08-26
Posts: 1000+

Re: i want to make a server computer.

Umm, okay? Do you need help, or are you just posting that here? If you want help I can give at least a little bit of assistance. My current go-to private server is an old 2003 Sony laptop, with Ubuntu Server installed and running nginx. I have it off right now, but I may bring it back up as a local dev server (so I can modify OnSchedule without affecting users currently online) or as a pen testing box to do some practice hacking on.
Unless you're creating a site that needs TONS of traffic, any normal computer would probably be fine. GPU is irrelevant, all you need is a few cores, some RAM and a good internet connection. Most likely if you host at home you're internet connection will slow you down before your server itself does, as long as you have a moderately new computer for your box.

Last edited by 16Skittles (2013-05-02 08:02:55)


http://16skittles.tk/sig.png
Are you a student? Check out OnSchedule!

Offline

 

#3 2013-05-04 19:04:20

Salvahkiin
New Scratcher
Registered: 2013-01-16
Posts: 85

Re: i want to make a server computer.

If funds aren't a problem here, 8GB DDR3, AMD FX 8350, Good quality Mobo, and a 2TB SATA3 HDD/Large SSD, and a comfortable case.

Offline

 

#4 2013-05-04 19:10:30

16Skittles
Scratcher
Registered: 2009-08-26
Posts: 1000+

Re: i want to make a server computer.

Salvahkiin wrote:

If funds aren't a problem here, 8GB DDR3, AMD FX 8350, Good quality Mobo, and a 2TB SATA3 HDD/Large SSD, and a comfortable case.

Sorry, but no... For a server you definitely do NOT want an SSD. There's just no point in dumping all that cash for something that would be bottlenecked by internet speed. Instead go for multiple 1TB drives and put them in a RAID system so that you have backups.


http://16skittles.tk/sig.png
Are you a student? Check out OnSchedule!

Offline

 

#5 2013-05-04 21:02:21

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: i want to make a server computer.

Thx for.all the tips  smile


http://i47.tinypic.com/rrqe13.gif

Offline

 

#6 2013-05-04 21:27:56

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: i want to make a server computer.

What kind of server exactly?

I'm assuming you mean web, then any old computer that can run XP can run a web server, even RPi can run a web server. Even an android tablet can run a web server.


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#7 2013-05-04 22:01:27

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: i want to make a server computer.

jji7skyline wrote:

What kind of server exactly?

I'm assuming you mean web, then any old computer that can run XP can run a web server, even RPi can run a web server. Even an android tablet can run a web server.

I want to make a server for pictures


http://i47.tinypic.com/rrqe13.gif

Offline

 

#8 2013-05-04 22:50:52

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: i want to make a server computer.

poemon1 wrote:

jji7skyline wrote:

What kind of server exactly?

I'm assuming you mean web, then any old computer that can run XP can run a web server, even RPi can run a web server. Even an android tablet can run a web server.

I want to make a server for pictures

Then what you want is a web server.  Even though a windows can run a webserver, I recommend that you use Ubuntu Server for your server because it will run faster and better.  Windows XP requires 256MB RAM, and all newer versions require more.  In comparison, Ubuntu Server requires 128MB of RAM.  Additionally, Ubuntu Server will allow you to do more with your server if you ever decide to later.


http://i.imgur.com/BAEgGDL.png

Offline

 

#9 2013-05-04 23:29:57

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: i want to make a server computer.

GeonoTRON2000 wrote:

poemon1 wrote:

jji7skyline wrote:

What kind of server exactly?

I'm assuming you mean web, then any old computer that can run XP can run a web server, even RPi can run a web server. Even an android tablet can run a web server.

I want to make a server for pictures

Then what you want is a web server.  Even though a windows can run a webserver, I recommend that you use Ubuntu Server for your server because it will run faster and better.  Windows XP requires 256MB RAM, and all newer versions require more.  In comparison, Ubuntu Server requires 128MB of RAM.  Additionally, Ubuntu Server will allow you to do more with your server if you ever decide to later.

Or you can get a Mac which has web server capabilities built right into the system. But you'll probably just install Ubuntu because Macs are expensive right?  tongue


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#10 2013-05-04 23:50:58

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: i want to make a server computer.

jji7skyline wrote:

GeonoTRON2000 wrote:

poemon1 wrote:


I want to make a server for pictures

Then what you want is a web server.  Even though a windows can run a webserver, I recommend that you use Ubuntu Server for your server because it will run faster and better.  Windows XP requires 256MB RAM, and all newer versions require more.  In comparison, Ubuntu Server requires 128MB of RAM.  Additionally, Ubuntu Server will allow you to do more with your server if you ever decide to later.

Or you can get a Mac which has web server capabilities built right into the system. But you'll probably just install Ubuntu because Macs are expensive right?  tongue

I wouldn't pay for an expensive operating system which is not meant for servers but can be used as one when there's a free operating system that is meant for servers right at Ubuntu.com.


http://i.imgur.com/BAEgGDL.png

Offline

 

#11 2013-05-05 00:45:12

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: i want to make a server computer.

GeonoTRON2000 wrote:

jji7skyline wrote:

GeonoTRON2000 wrote:


Then what you want is a web server.  Even though a windows can run a webserver, I recommend that you use Ubuntu Server for your server because it will run faster and better.  Windows XP requires 256MB RAM, and all newer versions require more.  In comparison, Ubuntu Server requires 128MB of RAM.  Additionally, Ubuntu Server will allow you to do more with your server if you ever decide to later.

Or you can get a Mac which has web server capabilities built right into the system. But you'll probably just install Ubuntu because Macs are expensive right?  tongue

I wouldn't pay for an expensive operating system which is not meant for servers but can be used as one when there's a free operating system that is meant for servers right at Ubuntu.com.

Macs are often used as servers. In fact, the paid hosting service I use for my website uses a Mac web host.

But all that aside, you can use packages like MAMP, WAMP, LAMP and XAMPP for hosting  smile


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#12 2013-05-05 00:49:19

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: i want to make a server computer.

jji7skyline wrote:

GeonoTRON2000 wrote:

jji7skyline wrote:


Or you can get a Mac which has web server capabilities built right into the system. But you'll probably just install Ubuntu because Macs are expensive right?  tongue

I wouldn't pay for an expensive operating system which is not meant for servers but can be used as one when there's a free operating system that is meant for servers right at Ubuntu.com.

Macs are often used as servers. In fact, the paid hosting service I use for my website uses a Mac web host.

But all that aside, you can use packages like MAMP, WAMP, LAMP and XAMPP for hosting  smile

The point: why pay when you can not pay and get the same or better results?


http://i.imgur.com/BAEgGDL.png

Offline

 

#13 2013-05-05 00:50:38

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: i want to make a server computer.

GeonoTRON2000 wrote:

jji7skyline wrote:

GeonoTRON2000 wrote:


I wouldn't pay for an expensive operating system which is not meant for servers but can be used as one when there's a free operating system that is meant for servers right at Ubuntu.com.

Macs are often used as servers. In fact, the paid hosting service I use for my website uses a Mac web host.

But all that aside, you can use packages like MAMP, WAMP, LAMP and XAMPP for hosting  smile

The point: why pay when you can not pay and get the same or better results?

Better features, namely, being able to more easily host multiple websites that are completely separated from each other.

Anyways... -.-


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#14 2013-05-05 01:02:25

GeonoTRON2000
Scratcher
Registered: 2009-12-24
Posts: 1000+

Re: i want to make a server computer.

jji7skyline wrote:

GeonoTRON2000 wrote:

jji7skyline wrote:


Macs are often used as servers. In fact, the paid hosting service I use for my website uses a Mac web host.

But all that aside, you can use packages like MAMP, WAMP, LAMP and XAMPP for hosting  smile

The point: why pay when you can not pay and get the same or better results?

Better features, namely, being able to more easily host multiple websites that are completely separated from each other.

Anyways... -.-

Heard of virtual hosts?


http://i.imgur.com/BAEgGDL.png

Offline

 

#15 2013-05-05 02:12:53

jji7skyline
Scratcher
Registered: 2010-03-08
Posts: 1000+

Re: i want to make a server computer.

GeonoTRON2000 wrote:

jji7skyline wrote:

GeonoTRON2000 wrote:

The point: why pay when you can not pay and get the same or better results?

Better features, namely, being able to more easily host multiple websites that are completely separated from each other.

Anyways... -.-

Heard of virtual hosts?

I know they work on other operating systems, but it doesn't work straight out of the box, and is easily configured like on OSX.

[/offtopic]

Last edited by jji7skyline (2013-05-05 02:15:06)


I don't know why you say goodbye, I say hello!  big_smile

Offline

 

#16 2013-05-05 03:49:51

veggieman
Scratcher
Registered: 2011-08-12
Posts: 100+

Re: i want to make a server computer.

jji7skyline wrote:

GeonoTRON2000 wrote:

jji7skyline wrote:


Better features, namely, being able to more easily host multiple websites that are completely separated from each other.

Anyways... -.-

Heard of virtual hosts?

I know they work on other operating systems, but it doesn't work straight out of the box, and is easily configured like on OSX.

[/offtopic]

But they can work straight out of the box and be pretty easily configured, with all options available to you when you use something like XAMPP

The main point here was that it's ridiculous to just buy a Mac to be a server if you can get something else that works exactly the same for cheaper.


Some days, I wish that my posts would stop disappearing

Offline

 

#17 2013-05-05 19:09:05

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: i want to make a server computer.

veggieman wrote:

jji7skyline wrote:

GeonoTRON2000 wrote:


Heard of virtual hosts?

I know they work on other operating systems, but it doesn't work straight out of the box, and is easily configured like on OSX.

[/offtopic]

But they can work straight out of the box and be pretty easily configured, with all options available to you when you use something like XAMPP

The main point here was that it's ridiculous to just buy a Mac to be a server if you can get something else that works exactly the same for cheaper.

Unless you're rich and like shiny things  smile

Offline

 

Board footer