search for: criticaly

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

Did you mean: critical
2013 Feb 26
2
Help on a code
Dear List,   I have the following code:   x <-c(0, 13.8333333333333, 38.1666666666667, 62.1666666666667, 85.9166666666667, 108.916666666667) y <-c(1.77, 2.39, 3, 2.65, 2.62, 1.8) Interpolated <- approx(x, y,xout=0:tail(x, n=1),method="linear") plot(Interpolated)   in this code x is time in hours (cumulative), and y is a biological variable. I am using linear interpolation
2003 Mar 01
1
What failover solution for advanced router ?
...5 interfaces 2) uses the same network and the other network IP aliases on some interfaces 3) uses bunch of policy routing rules 4) uses proxyarp feature on some interfaces 5) uses complex iptables setup [propably not important in this issue]. What I need to achieve is basic failover, I do not criticaly need transparency failover. I found some docs about ip_takeover with fake utility but propably it has too weak features [and uses old ifconfig]. Also found vrrpd tool but I am confused if I can really depend on it for such a "multithread" configuration. Finally I consider using Hear...