search for: fire2

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

Did you mean: fire
2002 May 10
1
netfilter vulnerability?
I just found this in my firewall log: May 10 08:58:00 fire2 kernel: Shorewall:rfc1918:DROP:IN=eth0 OUT=eth1 SRC=10.10.10.1 DST=192.168.0.3 LEN=66 TOS=0x00 PREC=0xC0 TTL=254 ID=37790 PROTO=ICMP TYPE=11 CODE=0 [SRC=X.X.X.X DST=65.108.14.222 LEN=38 TOS=0x00 PREC=0x00 TTL=1 ID=62741 PROTO=UDP INCOMPLETE [6 bytes] ] (bracketed source IP removed for anonymit...
2011 Feb 23
2
copy values from one dataframes into another
...o do is copy the values from the fire$Size colum and put it into a new df but with "0" for the years that are missing. The result should look like this: year size 1981 1738.0 1982 0 1983 0 1984 2228.1 ... First I tried to merge the two dataframes temp <-merge(fire.sum,fire2, by.x="fire$Year", by.y="year") but then it only gives me the years that are the same. So I thought it might be easier to just copy them? Any help is appreciated, thank you so much Cheers Sandra -- View this message in context: http://r.789695.n4.nabble.com/copy-values-from-...