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.
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
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.
Cal tech? It's up there with MIT at least...
when I owned some corel stock. Hopefully a stable, responsible, replacement CEO will get the company back in business and raise the stock value...
dunno. but those "hot chicks" weren't bad.
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