Displaying 20 results from an estimated 22 matches for "fob".
Did you mean:
feb
2014 Nov 13
2
Comportamiento extraño de glm.nb
....
El caso es que aquí usamos un script para calcular ciertos parámetros
relacionados con el método de producción diaria de huevos del boquerón
del Golfo de Cádiz. Es un script que venimos usando desde hace tiempo
sin problema.
Pero ahora nos da un problema (línea 292) en :
batch.glm <- glm.nb(Fobs ~ Wnov, data=adults.dat,
na.action="na.omit",link="identity",start=0)
Error: no valid set of coefficients has been found: please supply
starting values
Además: Mensajes de aviso perdidos
In log(y/mu) : Se han producido NaNs
Aparte de que la documentación e información sobre e...
2012 Dec 18
0
R function for computing Simultaneous confidence intervals for multinomial proportions
...reatment of the above row data, number of time (out of 21) each
position was observed
mydata2=ddply(mydata,.(sub,per,pos),summarize,nobs=length(pos),.drop=F)
mydata2[,1:3]=catcolwise(function(x)as.factor(x))(mydata2)
summary(mydata2)
# boxplot of frequencies of occpupancy
require(ggplot2)
mydata2$fobs=mydata2$nobs/21
ggplot(mydata2)+geom_boxplot(aes(pos,fobs))
###chi2 test
nobsT=ddply(mydata,.(pos),summarize,T=length(pos))
nobsT=nobsT[,2]
chisq.test(nobsT)
#######################bootstraping of the mean proportions over the 12
replicats
require(boot)
maf=function(data,index){o=ddply(data[ind...
2009 May 26
2
[How-To?] Using Syslinux AltMBR + TrueCrypt System Encryption (RFE: swap drive ID's)
...ng will permit the user to replace
the MBR and/or boot_loader code, as well as the encrypted volume's
header. It's designed to be created as a bootable ISO for burning to CD
(*optical* drive) and I can see why - if you extract the bootable-floppy
image from the ISO and put it onto a USB fob (esp one with a full
MBR/partition table & discrete partitions) when you boot from that USB
fob your PC may see the fob as a harddrive and call it (in TC
vernacular) "drive 0" (aka device 0x80?!). But the TC boot-loader repair
seems to be hard-coded to repair only upon "drive...
2005 Aug 15
2
stepAIC invalid scope argument
....frame(formula = y ~ x2 + x3 + x1, data = df, drop.unused.levels = TRUE)
11: eval(expr, envir, enclos)
10: eval(mf, parent.frame())
9: lm(formula = y ~ x2 + x3 + x1, data = df, method = "model.frame")
8: eval(expr, envir, enclos)
7: eval(fcall, env, parent.frame())
6: model.frame.lm(fob, xlev = object$xlevels)
5: model.frame(fob, xlev = object$xlevels)
4: stats:::add1.lm(object, scope = scope, scale = scale)
3: addterm.lm(fit, scope$add, scale = scale, trace = max(0, trace - 1), k = k, ...)
2: addterm(fit, scope$add, scale = scale, trace = max(0, trace - 1), k = k, ...)
1: st...
2004 Dec 27
3
authenticate Samba users with RSA SecureID or Safeword
Hi,
=20
I=92m looking for inspiration on how to get Samba (setup as a Domain
controller)=20
To authenticate its users by AAA products like Safeword from =
securecomputing
(HYPERLINK "http://www.safeword.com/"www.safeword.com) or
RSA SecureID =96 HYPERLINK "http://www.rsa.com/"www.rsa.com=20
=20
Would appreciate responses from you kind folks
=20
Rgds
Gopal
--=20
No
2004 Apr 17
0
nlme - sum of squares - permutation test
...fect models
# lme.model = a lme object
# pn = permutation number (default = 1000)
# value: a data.frame of the p.values of each independent variable F
# the permutation number is kept in the ouput attributes and thus
# can be called from there
an<-anova(lme.model)
Fobs<-an[[3]]
n<-rep(0,length(an[[3]]))
for (i in 1:pn){
lm1<-update(lme.model, sample(.)~.)
an<-anova(lm1)
Frdm<-an[[3]]
for (j in 1:(length(an[[3]]))){
if (Frdm[j]>=Fobs[j]) n[j]<-n[j]+1
}
}...
2011 Sep 02
1
pkcs and host keys
Hi Damien,
I see in your asia bsdcon presentation you mentioned the possibility
of storing host keys in PKCS #11. I'm interested in using a usb rsa
fob for host keys and am interested in this feature. What's the
current status? As you said: root compromise != persistent hostkey
theft.
THanks much,
Ben
2012 Apr 17
0
USB Passthrough with two identical devices
...product id='0x2490'/>
</source>
<boot order='2'/>
</hostdev>
But now, I have another device just like this one:
Bus 001 Device 007: ID 04fa:2490 Dallas Semiconductor DS1490F 2-in-1
Fob, 1-Wire adapter
Bus 001 Device 005: ID 04fa:2490 Dallas Semiconductor DS1490F 2-in-1
Fob, 1-Wire adapter
Unfortunately, only one of these two devices appears for the Guest, even
if I duplicate the above entry.
Now, there's this option to pass devices:
<address bus='0x06' devic...
2012 Apr 19
0
USB Passthrough of two identical devices
...oduct id='0x2490'/>
</source>
<boot order='2'/>
</hostdev>
But now, I have another device just like this one:
Bus 001 Device 007: ID 04fa:2490 Dallas Semiconductor DS1490F 2-in-1
Fob, 1-Wire adapter
Bus 001 Device 005: ID 04fa:2490 Dallas Semiconductor DS1490F 2-in-1
Fob, 1-Wire adapter
Unfortunately, only one of these two devices appears for the Guest, even
if I duplicate the above entry.
Now, there's this option to pass devices:
<address bus='0x06' device...
2024 Oct 21
2
Security of ssh across a LAN, public key versus password
...static prefix and have a cycling value at the end)
do people use a password manager
do you always start from the same system? or do you use different systems at
different times. If you use different systems, how do you manage your certs and
have them in the right place? (can you use a hardware fob to store them, what do
you do when you forget/lose it, etc)?
is your key passphrase similar to your password?
A cert is a single factor, so is a password. Cert authentication is only two
factor if you trust that the password is not stored along with the cert (which
is on the untrusted client)...
2011 Jul 15
22
Zil on multiple usb keys
This might be a stupid question, but here goes... Would adding, say, 4 4 or 8gb usb keys as a zil make enough of a difference for writes on an iscsi shared vol?
I am finding reads are not too bad (40is mb/s over gige on 2 500gb drives stripped) but writes top out at about 10 and drop a lot lower... If I where to add a couple usb keys for zil, would it make a difference?
Thanks.
Sent from a
2024 Oct 21
1
Security of ssh across a LAN, public key versus password
...manager
>
Not for passwords, I remember all the ones I use a lot.
> do you always start from the same system? or do you use different systems at
> different times. If you use different systems, how do you manage your certs and
> have them in the right place? (can you use a hardware fob to store them, what do
> you do when you forget/lose it, etc)?
>
I start nearly always from either my desktop or my laptop, i.e. two
systems. A USB FOB to store keys/passwords would be hopeless, I'd
lose it all the time/
> is your key passphrase similar to your password?
>
Pro...
2011 Apr 10
1
Asterisk as a Condo door opener/intercom
Hi Everyone,
Looking to replace a condo intercom system. Apparently the current one taps
into the lines and dials phone numbers but needs to be changed as it's
faulty.
I will probably still use the same analogue dialing and back it up with a
VoIP line and use the current cabling that is in place. But as for as the
door opening function goes, I am not sure how to interface and how open
these
2004 Mar 11
0
DVD Case & CD Sleeve Prices (Updated)
...per 100!
- CD Mailers - $4.50 per 100!
- and more...
Thanks,
Danny Vidal
General Manager
SecureDisc.com, Inc.
7938 South 3500 East
Salt Lake City, Utah 84121
Salt Lake City 801-453-0238
Toll Free 1-(877)-347-2758
Fax 801-880-2544
e-mail danny@securedisc.com
http://securedisc.com
* Prices are FOB Ogden, Utah 84404.
We respect your preference to not receive further e-mail from us. To
remove your name from our list, please send a message to
unsubscribe@securedisc.com and it will be promptly honored. You may also
remove your name by directing your browser to the following URL:
<http://s...
2007 Jan 30
2
Can up2date use a local yum mirror?
If so, how do you configure the up2date client that comes with CentOS
to look at the local yum mirror? Conversely, how do you disable the
CentOS Network Alert Notification Tool so that users won't see the
"throbbing red circle" and be tempted to launch the up2date client?
Thanks,
Alfred
2015 Jul 28
1
Fedora change that will probably affect RHEL
On Tue, Jul 28, 2015 at 4:34 PM, Warren Young <wyml at etr-usa.com> wrote:
> That?s only true if the majority of people will in fact override the default policy.
The current behavior in Fedora and CentOS lets you click Done twice
and bypass the weak password complaint.
> But as I have repeatedly pointed out here, the stock rules really are not that onerous. They basically encode
2011 Apr 13
1
Fwd: Re: Asterisk as a Condo door opener/intercom
...se asterisk? Using asterisk for the sole
> purpose of MDU entry system is like using windows for asterisk, it
> works but why?
> Go for the commercial solutions, it comes with a geziilion options for
> your setup one of them the ability of chosing an apartment, another
> add key fobs, another one is the ability of using a code for the
> residence (not guests) to unlock the door. Also the interface with
> asterisk you will have to build one from scratch. The commercial
> solutions have em built in.
>
> On 4/10/11, Bruce B<bruceb444 at gmail.com> wrote...
2003 Nov 28
1
Samba and the use of smart cards for authentication
Hi,
We have a windows based network. Now we would like to secure all the computers
with the use of smart cards (so that people can log on with a smart card).
For testing purposes we bought some card readers and now we are trying to set
up a testing lab. First problem we ran in to is that we would need W2K Server
for Active Directory and the MS CA. Until now we used Samba for print and
file
2015 Jul 30
0
Fedora change that will probably affect RHEL
...ody to sustain themselves because your body can?t destroy them fast enough?
Computer worms, viruses, and trojans are computer diseases.
> You?re making it sound like the OS should be responsible for dumb people?
Well, I do generally take a libertarian stance on things, but there is a limit on fobbing everything off on personal responsibility. Society should be able to impose a certain level of sensible limits on some things.
CentOS is our society in this context. It is the group we choose to be a member of, which sets the ground rules and provides the resources we use. It is perfectly l...
2007 Aug 23
24
Type development for the rest of us
Since I had my type development epiphany a couple of days ago, I''ve decided
to write down my understanding of developing simple types, at
http://reductivelabs.com/trac/puppet/wiki/PracticalTypes.
I''d appreciate comments from people who already know how to develop types as
to correctness, and also comments from people who are new to type
development about whether it''s a