Displaying 20 results from an estimated 1000 matches similar to: "Rsync from Windows to Linux"
2003 Nov 17
4
SSL and certificate authorities.
Hi all.
Usually for in-house use and SSL I would just generate a self-signed
certificate because most clients either ignore it or only ask the first
time the account is configured.
In terms of offering the service to our customers is there any value of
getting someone like thawte or instantssl to sign a certificate for
imaps/pop3s/smtp?
Also, is there a configuration directive for dovecot
2003 Jun 26
3
degrees of freedom in a LME model
Dear All,
I am analysing some data for a colleague (not my data, gotta be published
so I cannot divulge).
My response variable is the number of matings observed per day for some
fruitlies.
My factors are:
Day: the observations were taken on 9 days
Regime: 3 selection regimes
Line: 3 replicates per selection regime.
I have 81 observations in total
The lines are coded A to I, so I do not need
1999 Jul 15
1
hosts allow/deny not working correctly
When the world was young, "M. Tyson Bigler" <bigler@shellus.com>
carved some runes like this:
> I am having difficult getting the hosts allow/deny to work with IP ranges
> or netmasks. Ideally I would prefer to use the IP/Netmask method, e.g.
> 111.22.33.0/255.255.255.0, because we have a flat ATM network with
> multiple class C's (netmask is really
2024 Oct 24
1
Developer mailing list delivery issue
On 24.10.24 02:06, Mabry Tyson wrote:
> I [...] sent mail to openssh at openssh.com but the mail was not delivered.
> 24 hours after I sent email to that address, I got a DSN indicating
>
>> Remote server returned '550 5.4.300 Message expired -> 451 Temporary
>> failure, please try again later.'
... yeaaahhh whatever it takes to convince the MX that it's *not*
2012 Jul 23
1
setar function error message
Hi all,
I have problem to estimate a SETAR model. I always get an error message.
Here is the code:
## there are 4175 observation in the series (a).
> a[1:10,1] [1] 1.496498 1.496602 1.496636 1.496515 1.496515 1.496463 1.496429 1.496549 1.496480
[10] 1.496498
> library("tsDyn")
> selectSETAR(a, m=2)Using maximum autoregressive order for low regime: mL = 2
Using maximum
2004 Nov 23
3
Wiki Choices
I have selected 4 software packages for us to evaluate in order to
decide on the best possible engine for the much-requested cAos
Community Wiki. All 4 samples are now up and running for you to try
out, play around with, and evalute. The URL's are as follows:
https://caos.nplus1.net/c-arbre/
https://caos.nplus1.net/dokuwiki/
https://caos.nplus1.net/pwp/
https://caos.nplus1.net/tikiwiki/
2007 Oct 30
2
markov regime switching models
Hi,
I am looking for a package to estimate regime switching models (states
following a markov chain).
I found packages for Hidden Markov Models but I am looking for something a
little different: In the HMM the conditional distribution of the
observations (give the state) is a known distribution (normal or others),
while the package I need should allow to set a conditional distribution
(given the
2010 Oct 26
1
Markov Switching with TVTP - problems with convergence
Greetings fellow R entusiasts!
We have some problems converting a computer routine written initially for
Gauss to estimate a Markov Regime Switching analysis with Time Varying
Transition Probability. The source code in Gauss is here:
http://www.econ.washington.edu/user/cnelson/markov/programs/hmt_tvp.opt
We have converted the code to R, and it's running without errors, but we
have some
2020 Jun 26
14
[Bug 3188] New: Problems creating a second ecdsa-sk key for a second Yubikey
https://bugzilla.mindrot.org/show_bug.cgi?id=3188
Bug ID: 3188
Summary: Problems creating a second ecdsa-sk key for a second
Yubikey
Product: Portable OpenSSH
Version: 8.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh-keygen
2015 Mar 24
2
how to add service at boot up
Hi there,
I am used to traditional update-rc.d et all.
Now I wonder how to add a a script that used to called by init.d (wit
start/sop ..) to the new "service start xx" regime.
All the tutorials I found talk about how to use update-rc.d..
thanks
robert
2016 May 05
2
Resuming the discussion of establishing an LLVM code of conduct
On 05/05/2016 11:42 AM, C Bergström via llvm-dev wrote:
> On Fri, May 6, 2016 at 2:30 AM, Chandler Carruth <chandlerc at gmail.com> wrote:
>> On Thu, May 5, 2016 at 2:55 AM C Bergström <llvm-dev at lists.llvm.org> wrote:
>>> Chandler - I do not want to derail, hijack or change the topic of this
>>> discussion - Would you be ok with me going into specific
2009 Nov 14
2
formatting dates in axis labels (ggplot2)
I'm having trouble figuring out how to format Date variables when used
as axis labels in graphs.
The particular case here is an attempt to re-create Nightingale's
coxcomb graph with ggplot2,
where I'd like the months to be labeled as "Mar 1885", "Apr 1885", using
a date format
of "%b %Y" applied to label the dates, or really anything other than
2011 May 24
4
Sumarizar medidas repetidas
Hola
¿Alguno tiene un código para sumarizar medidas?
my.df <- data.frame( "ID" = c( rep("A", 3 ), rep("B",2),"C", rep("D",3) ),
"Obs.1" = rnorm( 9,0,1 ), "Obs.2" = rnorm( 9,0,3 ) )
Algo que quede mas bonito que esto:
by( my.df, my.df$ID, mean )
Gracias un saludo!
--
Patricia García González
[[alternative HTML
2008 Feb 28
0
installkernel
Hi,
I have a question about: /sbin/installkernel
I believe this line:
LINK_PATH=/boot
and usage of this variable... is a bug.
What do others say?
Using this script, as-is, I would need to chroot to make it work
properly for a alternative INSTALL_PATH, right?
who the heck is tyson? why did he re-write this?
#
# /sbin/installkernel - written by tyson at rwii.com
#
Cheers,
AZ
1999 Jul 14
0
hosts allow/deny not working correctly in 2.0.3 or 2.0.4b
I am having difficult getting the hosts allow/deny to work with IP ranges or
netmasks. Ideally I would prefer to use the IP/Netmask method, e.g.
111.22.33.0/255.255.255.0, because we have a flat ATM network with multiple
class C's (netmask is really 255.255.252.0). This, however, doesn't work!!
I can't do 111.22.33. either... I can't even do specific IP's, e.g.
111.22.33.44
1999 Dec 15
0
Interface binding ignores my settings in 2.0.6
I have a multi-homed server with interfaces into two VLANs (one Unix and one
NT). I need for all Samba traffic to go through the NT VLAN interface
(which is not the primary, of course). Under 2.0.5a I was able to do this
with the "Interfaces" option by specifying the NT interace first (I did not
do the "Bind Interface Only"). However, 2.0.6 seems to ignore this setting
which
2011 Apr 30
3
using tapply with multiple variables
HI All,
I have a long data file generated from a minimal pair test that I gave to
learners of Arabic before and after a phonetic training regime. For each of
thirty some subjects there are 800 rows of data, from each of 400 items at
pre and posttest. For each item the subject got correct, there is a 'C' in
the column 'Correct'. The line:
tapply(ALLDATA$Correct,
2006 Mar 10
6
Linux editor like WinEdt?
Hi to all,
I initiate in R - Linux and I've some problems to find an editor with R
interface as like RWinEdt for WinEdt.
Anyone know one?
Thanks in advance for your kind cooperation.
Best regards
Atenciosamente
Ana Patricia Martins
-------------------------------------------
Serviço Métodos Estatísticos
Departamento de Metodologia Estatística
Telef: 218 426 100 - Ext: 3210
2010 Jul 13
6
permutation-based FDR
Hola a todos,
Tengo un pequeño problemilla...
Tengo unas 9000 variables que he contrastado con 1 en concreto con el test
de wilcoxon. He calculado el p-valor, y queria corregirlo con el
permutation-based FDR. He encontrado una funcion con R comp.fdr()que hace
esta corrección, pero te pide que le pongas las variables con las
observaciones y te hace el test (según he entendido). Yo solo quiero
2008 Sep 29
3
[LLVMdev] Linux Kernel Compile for Sparc v8 Arch
Does anyone succeed at compiling Linux kernel for Sparc v8 architecture?
I am currently trying to expand the regime of LLVM to Sparc kernel codes.
The following is the initial error messages. Any comment is welcomed.
#1. Inline Assembly
Code:
register struct thread_info *current_thread_info_reg asm("g6");
Error Message:
include/asm/thread_info.h:77: error: