My suggestions fall along the lines of security. You might want to consider hardening the router that you get. Depending on what you end up with, some might allow you into the guts more than others, this is true of the Cisco DSL Modem that I use at home. On top of this, you might add in the firewall rules on the linux box, further isolating your internal network with by a DMZ. Also, your boxen is only as secure as you make it. I would strongly recommend reading up on various procedures you can implement to strengthen your boxes. Practical Unix & Internet Security from O'Reilly is a pretty good resource. If you are just learning Linux (and it sounds like you are), I would recommend being overly cautious and not turning anything on (or installing it even) if you are uncertain what it is doing (although sometimes that is hard to do). Also, if you use Wireless, you might look at restricting access based on MAC/Ethernet addresses, so you don't get a bad-guy getting in that way. In short, be a paranoid penguin ;-)
I'm not a security expert, but I've just done a bit of reading on the subject and am very conscious of it with my job.


"Ex libris un peut de tout"

In reply to Re: (OT) Should I get a Linux box? by nimdokk
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.