1) Would I be crazy to run a server from my house? Anyone else here do it?

I do it, though just for my private network and not for the outside world.

2) Would I need a separate firewall, or could I use a software one running on Linux?

Personally, I don't trust a firewall that comes in shrink wrap. I use either Linux 2.4's IPTables or OpenBSD. IMHO, Linux-based firewalls are more flexible and are extendable to more complex tasks via kernel modules, but the OpenBSD project cares very deeply about security, which is the ultimate goal of a firewall. You'll do fine either way.

3) My box at work will soon have a fixed IP address - would that mean I could securely connect to the box at home?

Yes, as long as you configure your firewall to allow it. Check with your ISP if they allow you to run a server or not though. If you don't use too much bandwidth and they don't get any complaints, ISPs usually leave you alone, but you never know.

4) There are plenty of sub-100 pound PC's in Loot around the 300Mhz mark - is that a suitable box?

Plenty, unless you get slashdotted and have lots of dynamic content (if its simple static content, you'll be OK--there have been Commadore 64s running webservers that took a slashdotting just fine since they were running static content).

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

:(){ :|:&};:

Note: All code is untested, unless otherwise stated


In reply to Re: (OT) Should I get a Linux box? by hardburn
in thread (OT) Should I get a Linux box? by willdooUK

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.