Slashdot Mirror


User: WarMage

WarMage's activity in the archive.

Stories
0
Comments
5
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5

  1. British Accents on Enemy At The Gates · · Score: 1

    What disturbed me most in the movie - besides the unnecessary sex scene - was the fact that basically all the Germans and Russians (everyone) spoke perfect English with British accents. Vassily was even writing/spelling in English. Kinda removed the 'authenticity' of it all.

  2. Re:What are your plans for college? on Ask An Ordinary Teenage Slashdot User · · Score: 1

    Cal tech? It's up there with MIT at least...

  3. I would have cared a while ago... on Michael Cowpland Resigns From Corel · · Score: 2

    when I owned some corel stock. Hopefully a stable, responsible, replacement CEO will get the company back in business and raise the stock value...

  4. Re:specs on Speed Racer's Mach 5 Becomes Reality · · Score: 1

    dunno. but those "hot chicks" weren't bad.

  5. ipchains script on Battle.Net Games Through Linux Firewalls? · · Score: 1

    Here's a script that I use...
    sccomp is the computer that you're playing starcraft on
    gwcomp is the linux computer
    gwcompex is the internet IP of your linux computer

    You must have ipportfw support compiled in your kernel, or loaded as a module for this to work, and you might need to grab ipmasqadm from somewhere....
    #!/bin/sh
    sccomp=192.168.0.2
    gwcomp=192.168.0.1
    gwcompex=216.102.231.2
    ipmasqadm portfw -a -P tcp -L $sccomp 6112 -R $gwcomp 6112
    ipmasqadm portfw -a -P tcp -L $gwcompex 6112 -R $gwcomp 6112
    ipmasqadm portfw -a -P udp -L $sccomp 6112 -R $gwcomp 6112
    ipmasqadm portfw -a -P udp -L $gwcompex 6112 -R $gwcomp 6112