search for: sundstr

Displaying 2 results from an estimated 2 matches for "sundstr".

2009 Nov 02
2
superscript troubles
...uot;,round(summary(lat_x)$r.squared,digits=3),", P=",round(coefficients(summary(lat_x))[2,4], digits=3))) Thank you Jacob -- Jacob Kasper http://twitter.com/Protect_Oceans 66°04' N 23°07' W Coastal & Marine Management Master's Student University Centre of the Westfjords Sundstræti 14 37 Devens Rd Ísafjörður, 400 Swampscott, MA 01907 Iceland USA [[alternative HTML version deleted]]
2008 Nov 03
1
Forward all traffic from public IP A to public IP B?
Need help. Im trying to forward all traffic to a public server(A) to another public server(B) except traffic to port 22. Found this on google but cant get it to work. Could someone help me please. Server A has one NIC server B has one NIC. Do i need 2 NICS in server A. #!/bin/sh iptables -F iptables -F INPUT iptables -F OUTPUT iptables -F FORWARD iptables -X iptables -F -t nat iptables -P