search for: simy

Displaying 20 results from an estimated 35 matches for "simy".

Did you mean: simd
2011 Sep 13
2
help with hclust
Hello, how can I get the similarity value (i.e., the inner cluster similarity) that was used to cut a hierarchical tree at a specific height? I would appreciate your help! Best regards, Madeleine
2009 Feb 12
1
Using nls or nls.lm with a simulation output
...rocesses as theoretical values. We generate a simple exemple with nls.lm to see the logic and the problem: First without stochasticity (it is a dummy example, the fited value is simple the mean of a set of 10 numbers): #Ten numbers x <- 1:10 #Generate 10 Gaussian random number with mean=3 sd=1 simy <- rnorm(length(x), mean=3, sd=1) #theoretical value for each of the 10 numbers=the adjust value y1 <- function(pp,xx) {rep(pp$a, length(xx))} #Residual resid <- function(pp,observed,xx) {observed-y1(pp,xx)} #Starting parameter pStart <- list(a=0.1) #non-linear fit library(minpack.lm) n...
2013 Sep 24
1
Port Knocking?
I haven't been keeping up with the internals, I'm afraid. Does OpenSSH have support for Port Knocking? I might be interested in looking into that, as a way of reacquainting myself with the current code base. --- Scott Neugroschl | XYPRO Technology Corporation 4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |
2014 Mar 06
2
Without OpenSSL?
Quoth Iain: >I'm not sure if the work being done to allow OpenSSH to be built without OpenSSL includes SHA-1 support. Hi Iain. I haven't heard of this effort before. Can you give a few more details? Thanks, ScottN --- Scott Neugroschl | XYPRO Technology Corporation 4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |
2015 Jul 22
7
Keyboard Interactive Attack?
I read an article today about keyboard interactive auth allowing bruteforcing. I'm afraid I have minimal understanding of what keyboard-interactive really does. What does it do, and should I have my clients set it to off in sshd_config? --- Scott Neugroschl | XYPRO Technology Corporation 4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |
2010 Nov 08
1
try (nls stops unexpectedly because of chol2inv error
Hi, I am running simulations that does multiple comparisons to control. For each simulation, I need to model 7 nls functions. I loop over 7 to do the nls using try if try fails, I break out of that loop, and go to next simulation. I get warnings on nls failures, but the simulation continues to run, except when the internal call (internal to nls) of the chol2inv fails.
2005 Sep 01
1
OT: SCALE 4x -- Call For Papers
Hello, The call for papers for SCALE 4x, the 2006 Southern California Linux Expo, is now open. This event will be our fourth annual show. It will be held on Feb 11-12, 2006 at the Los Angeles Airport Westin. We are expecting 1,300+ in attendance this year. We are non-profit, community run Linux, open-source and free software conference. If you are working on something you believe the
2015 Feb 06
3
Make tests on a cross compile?
I may have asked this before ... my memory is bad. Is it possible to run "make tests" on a cross-compile build? --- Scott Neugroschl | XYPRO Technology Corporation 4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |
2015 Feb 27
2
remote-remote scp
Hi everyone, I know scp is kind of the red-headed stepchild of the suite, but I'd like to propose an extension to the syntax for remote-remote passthrough using the "-3" option. Currently the syntax is essentially scp -3 [ -P port ] [user@]host1:file [user@]host2:file This is great, as long as both remotes are on the same port. It causes difficulties if host1 and host2 are not
2004 Mar 10
2
shared folders?
Greetings, I saw mention in results from a google search that there was some support in dovecot CVS for shared folders, is there some docs on how to use them? Provided there is in fact support for them in CVS. Thanks. -- Gareth J. Greenaway | gareth at wiked.org SCLUG - Simi Conejo Linux Users Group http://www.sclug.org
2001 Mar 10
1
Two annoying problems
Hey all - Two problems, one mine, one a friend's: (1) I have a small three-machine network at my office. The server is running Mandrake 7.2 with either the 2.2.17-21mdk stock kernel or a custom-compiled 2.4.1 kernel. It's running Samba 2.0.7-18mdk, configured correctly (as everything works when it's booted to the 2.2.17 kernel). I've moved to the 2.4.1 kernel because the USB
2001 Sep 20
0
Encarta install from Samba server barfs
Greetings: I tried to install M$ Encarta over my internal network onto my kids' Windoze 2K machine tonight; the Encarta install stuff is in a vfat partition on the Samba server. The install started, then quit about 14% of the way through - the connection to the Samba server apparently was lost - the installer began complaining about being unable to find the CD-ROM, and I was unable to browse
2001 Oct 29
2
Urgente......si es posible....
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/jpeg Size: 1614 bytes Desc: not available Url : http://lists.samba.org/archive/samba/attachments/20011029/e0b025fc/attachment.jpg
2001 Dec 17
3
benchmarks
http://www.xent.com/FoRK-archive/apr99/0265.html read this.. how this is posible??
2002 Sep 04
0
Nested NAT'd subnet
Hey all, quick question: I have a server running Samba 2.2.3a which has two NAT'd private domains behind it (192.168.1.0/24 and 192.168.88.0/24). The .88.0 subdomain has a wireless AP/router on it (192.168.88.254) which also does NAT (the wireless machines are on 192.168.92.0/24). The router has the IP of the second internal NIC as its gateway; the wireless machines have the
2003 May 05
1
Samba and Actionlaser 1500
Has anyone gotten this printer to work with Redhat/Samba? My system is RH 7.2 , Kernel 2.4.20, samba 1.2.7a. Sometimes, VIA CUPS, it will print a test sheet, but I cant seem to get it to work locally with a raw queue. I've tried Foomatic but it just messed up my printer database so I reinstalled printconf, Linuxprinter.org says it is partially compatible with the omni driver, which I have
2012 Jan 17
0
sftp-server vs. internal-sftp
Hi guys, Given that internal-sftp is the only way to support chrooted users, is there any particular reason why sftp-server is still the default SFTP subsystem? --- Scott Neugroschl | XYPRO Technology Corporation 4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |
2013 Sep 03
1
keeping folders in sync *sparingly*
Hello, because rsync has been working for me quite well for quite a while, I started imagining an optimization. If I locally rename a *big* file, next time my "rsync -vaz --delete-after" will copy the file using the new name and remove it using its old name. I don't really mind, if this happens on my LAN, but I do suffer, if this happens over my mobile phone connection. I would
2014 Jul 11
0
OpenSSH 6.6p1 configure script error
In the configure script, when it checks to see if _res is an extern, there are two problems: 1. There is no ac_WHATEVER variable to control it and override it. 2. Because the extern reference to _res is unused, the linker on some systems may elide it, causing an erroneous definition of HAS__RES_EXTERN The test should be coded as follows: /* ... confdefs.h */ #include <stdio.h> #if
2014 Jul 28
1
Cross Compile
For 6.6p1, is there a way to run configure for a cross-compiler? --- Scott Neugroschl | XYPRO Technology Corporation 4100 Guardian Street | Suite 100 |Simi Valley, CA 93063 | Phone 805 583-2874|Fax 805 583-0124 |