Displaying 3 results from an estimated 3 matches for "colman".
Did you mean:
coleman
2006 May 01
1
Traffic Shaping with Shorewall
...50011:50019
2 0.0.0.0/0 0.0.0.0/0 tcp - 50021:50029
tcclasses:
eth1 1 100kbit full 1 tcp-ack,tos-minimize-delay
eth1 2 100kbit 200kbit 2
eth1 3 full/3 full 3 default
--
Jake Colman
Sr. Applications Developer
Principia Partners LLC
Harborside Financial Center
1001 Plaza Two
Jersey City, NJ 07311
(201) 209-2467
www.principiapartners.com
2005 Mar 28
1
Renamed Win2K Box No Longer Authenticates
...top, named MERCURY, is on the PRINCIPIA domain. I successfully
configured PRINCIPIA as a trusted network for JNCHOME so that when I connect
MERCURY to the JNCHOME network I get full access to all JNCHOME services.
This has been working for many months.
The office IS staff just renamed MERCURY as JCOLMAN. Now when I connect my
laptop to JNCHOME I can no longer browse JNCHOME nor get access to any of its
services. What do I do?
I did try creating a new machine account for jcolman$ and then using
'smbpasswd -a -m jcolman' to add the machine but this did not help.
So how do I get my rename...
2011 Sep 09
3
Reliability metric
Hi,
Below is the code I write,
I am trying to create a metric of h and t while the values is out of function R.
First I have message warning
Second, the metric is not created
> h <- seq(0.1, 0.9, by=0.1)
> t <- seq(0,11000, by=100)
> z <- cbind(t)
> eta=10000
> beta=2
> R <- array (1:1100, dim= c(110,10))
> R= exp(-(z/eta*(1-h))^(beta*(1-h)))
Warning messages:
1: