search for: univeral

Displaying 14 results from an estimated 14 matches for "univeral".

Did you mean: universal
2015 Jan 22
2
CUPS Windows point'n'click driver installation
> ----- Original Message ----- > From: "Marc Muehlfeld" <mmuehlfeld at samba.org> > To: "Mike Ray" <mray at xes-inc.com>, samba at lists.samba.org > Sent: Thursday, January 22, 2015 2:10:41 PM > Subject: Re: [Samba] CUPS Windows point'n'click driver installation > > Hello Mike, > > Am 22.01.2015 um 20:11 schrieb Mike Ray: >
2015 Jan 22
0
CUPS Windows point'n'click driver installation
...n see above) to the print$ share, too, of course. > hp5100dtn: http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=74342&swLangOid=8&swEnvOid=4063 (chose PCL6) This link doesn't work. I searched for the printer on the HP download area, but it only provides me the hp univeral driver. This one I could upload successfully (tried PCL5 + PCL6 64bit). At work I use the HP univeral driver PS, which works also with Samba. Regards, Marc
2015 Jan 22
2
CUPS Windows point'n'click driver installation
...and > > > > hp5100dtn: > > http://h20564.www2.hp.com/hpsc/swd/public/readIndex?sp4ts.oid=74342&swLangOid=8&swEnvOid=4063 > > (chose PCL6) > > This link doesn't work. I searched for the printer on the HP download > area, but it only provides me the hp univeral driver. This one I could > upload successfully (tried PCL5 + PCL6 64bit). At work I use the HP > univeral driver PS, which works also with Samba. > > > > Regards, > Marc > Marc- Thanks for the help Marc. I gave that link you mentioned a shot and had to change things...
2005 Dec 02
1
[LLVMdev] RFC: Plugable intrinsics
...cussion. I think this would greatly reduce the burdon of using LLVM in smaller context like research and make it much easier to try out extentions before considering them for inclusion in LLVM. I have talked to several people (both in my group and out) who maintain out of tree intrinsics and they univerally think this would be a good idea :) -- Andrew Lenharth <alenhar2 at uiuc.edu> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://list...
2002 Feb 26
1
Samba client
Hi, I have an samba sevrver as PDC of an NT domain. I want to join another machine(samba) to the domain as a member of NT domain. How can I do it. Thanks -------------------------------- Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA 30602 Tel 706 5423900 --------------------------------
2003 May 01
1
query reg. submission procedure
Hi, I am trying to submit a patch to R-1.7.0 with new features. I'm wondering what the guidelines are. Thanks ! Venkatesh -Bioinformatics Group- -New York Univerity- ----------------------------- Home: 144 Kensington Avenue #2, Jersey City, NJ 07304 Ph: 201 536 1314 Office: 715 Broadway #1014, New York, NY 10003 Ph: 212 998 3373
2009 Mar 24
2
help: what are the basis functions in {mgcv}: gam?
I am writing my thesis with the function gam(), with the package {mgcv}. My command is: gam(y~s(x1,bs="cr")+s(x2, bs="cr")). I need help to know what are the default basis funcitons for gam. I have not found any detailed reference for this. Can anyone help me with this?? -- View this message in context:
2019 Jan 14
0
dehydrated hook for LetsEncrypt certs and samba dns (was: samba-tool auth in scripts)
...those funny marks over the > letters didn't exist. ;-) > I never think about them, because we English do not use them, so point > taken. > However, we are talking about a dns domain, so would you use these > letters ? No ;-) , but google showed me the echo and awk are the 2 most univeral to use. > > > Almost, look at these three.. ( look at the order here also. ) > > > > # The domain under which the entries will be created, usually > > $(hostname -d) SAMBA_DNSDOMAIN=your.dnsdomain > > SAMBA_REALMDOMAIN=${SAMBA_DNSDOMAIN^^} > > Wouldn'...
2005 Nov 22
1
[PATCH] Introducing Zero-Knowledge user authentication
Hello! With this email we release an extension to OpenSSH that was initially developed as project for our studies at the Univerity of Applied Sciences in Hagenberg. First we would like to describe the purpose of using Zero-Knowledge (ZK) for user authentication. Traditional authentication methods like challenge-response with passwords or public keys leak information about the credentials of
2004 Oct 23
0
[LLVMdev] Re: Syn
...le to implement whatever you like. There are always limitations imposed by the core execution model (imperative vs. declarative vs. relational, for instance), but within a single family, the Syn approach should pretty much let you have it all. LLVM plus the Syn approach seems like a natural "univeral imperative language". The Syn approach straight down onto Lisp might be a good universal functional language. And so on. I'm pretty sure you could even use it meaningfully on top of Prolog... Anyway, hope this answers your Q. -Simon
2012 Feb 28
2
Need for help about using vorbis in embedded system
Hi All, ?? I am a new member to the vorbis-dev mailing list. i hope that u receive the help that i've been searching for. I need to compress audio samples captured by wireless sensor node (16-bit PCM at 8Khz). can i use vorbis i such an embedded system environment that has the following HW/SW specifications: -416 MHz Microprocessor(ARM architecture, Intel Xscale family) -32 MB RAM Beside
2005 Nov 03
7
quadratic form
On page 22 of the R-introduction guide it's written: the quadratic form x^{'} A^{-1} x which is used in multivariate computations, should be computed by something like x%*%solve(A,x), rather than computing the inverse of A. Why isn't it good to compute t(x) %*% solve(A) %*% x? Thanks a lot for help!
2019 Jan 14
4
dehydrated hook for LetsEncrypt certs and samba dns (was: samba-tool auth in scripts)
(@Rowland) > Whilst it is quite correct to say that the REALM isn't the same as a > DNS domain, there is a correlation between them. The REALM must be the > DNS domain in uppercase, so this: > > SAMBA_PRINCIPAL=dehydrated-service at YOUR.DOMAIN No, you can have your.primayDNSdomain.tld and have REALM = SOMEREALM.TLD Its not obligated to have REALM the same as the DnsDomain.
2019 Jul 31
13
[nbdkit PATCH 0/8] fd leak safety
There's enough here to need a review; some of it probably needs backporting to stable-1.12. This probably breaks tests on Haiku or other platforms that have not been as on-the-ball about atomic CLOEXEC; feel free to report issues that arise, and I'll help come up with workarounds (even if we end up leaving a rare fd leak on less-capable systems). Meanwhile, I'm still working on my