Displaying 20 results from an estimated 900 matches similar to: "Controlling FTP in Passive Mode"
2003 Aug 15
2
Samba3: PDC and local admins
Hi!
I have samba 3 beta2 as PDC.
Now I need to make all mebers of the unix grop "users" local admins on
their Windows systems, because Wordperferct 8 doesn't run otherwise.
As the "domain admin group" setting from smb.conf doen't exist anymore,
I don't know, how to do the group mapping correctly. Could someone
explain the steps to do it?
Thanks in advance for
2003 Aug 31
1
Password expires
Hello!
My users get warnings about their passwordss expiring.
I dont want them to need to change password. I set the Accountpoliicy
for max. passwd age to 0 but that doesn't affect the expiration date.
What is the correct way to do it?
Thanks in advance!
Yours, Rudolf
--
A mathematician is a machine, that converts coffee into theorems.
Rudolf Weeber
Muehlrain 9
70180 Stuttgart
Tel: 0711
2018 Feb 20
3
Is there socksify script for dynamics forwardings to unix domain sockets?
Hi!
I noticed that `ssh -D /tmp/socket $myhost` will actually provide a socks
server listing on the unix domain socket /tmp/socket (this does not appear to
be documented, though it is semi-documented for -L and -R).
Do you know of any "socksification" script to go along with it, in the spirit
of tsocks of socksify (from dante)? Those do not seem to support socks
servers running on
2008 May 24
0
solving 10oth-order polynom
I'm one of the many who is far more interested in the reason for the
request than in the numerical method to use. The way I see it, the
methodology of, say, polyroot() suffices in a mathematical sense. If
your coefficients are mathematically exact (as opposed to measured
values), the near-singularities and such don't really matter, assuming
infinite precision math. So, what
2006 Feb 06
1
marginal distribution wrt time of time series ?
Dear all,
In many papers regarding time series analysis
of acquired data, the authors analyze 'marginal
distribution' (i.e. marginal with respect to time)
of their data by for example checking
'cdf heavy tail' hypothesis.
For i.i.d data this is ok, but what if samples are
correlated, nonstationary etc.?
Are there limit theorems which for example allow
us to claim that
2004 Mar 09
0
Re: R-help Digest, Vol 13, Issue 8
On Mon, 8 Mar 2004 r-help-request at stat.math.ethz.ch wrote:
> Send R-help mailing list submissions to
> r-help at stat.math.ethz.ch
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> or, via email, send a message with subject or body 'help' to
> r-help-request at stat.math.ethz.ch
>
>
2016 Jul 31
2
Implementing Data Flow Integrity
Dear all,
I want to implement a pass that provides some kind of data flow
integrity similar to Write Integrity Testing
(https://www.doc.ic.ac.uk/~cristic/papers/wit-sp-ieee-08.pdf).
This approach statically determines for each memory write the
(conservative, overapproximated) points-to set of locations that can be
written by the instruction. Further, it instruments the memory write
instruction
2005 Aug 02
1
R: regression data set
hi all
i am busy teaching a regression analysis course to second year science
students. the course is fairly theoretical with all of the standard
theorems and proofs...
i would like to give the class a practical assignment as well. could you
suggest a good problem and the location of the data set/s?
it would be good if the data set has been analysed by a number of other
people so that students
2017 Feb 15
1
vsftp problem C7
Hi list,
I've a problem with vsftpd on C7.3. This is a dedicated server protected
by a Zywall5. SELINUX is disabled.
This is my vsftpd configuration:
anonymous_enable=NO
local_enable=YES
write_enable=YES
local_umask=022
dirmessage_enable=YES
xferlog_enable=YES
connect_from_port_20=YES
xferlog_file=/var/log/vsftpd.log
xferlog_std_format=YES
idle_session_timeout=600
2010 Jan 22
1
first and second derivative calculation
I would like to calculate a first and second derivative and am having
problems finding a simple solution. My syntax may be off as I am not a
mathematician, so pardon ahead of time.
data:
t<-seq(0,4, by=.1)
The function is:
H(t) = t^3-6*t^2+5*t + 30
from here I plot the curve:
plot(x,y ,xlab="x-values", ylab="f(x)", type="l")
But would like to similarly plot the
2001 May 26
1
about s.window in stl
Hi,
Is there anybody who could explain a little bit the use of s.window and
t.window in STL. If I decompose a series using the default values, I get a
very irregular trends, but if I play with the options, I get less rare
trends. If anybody can explain me the concepts behind these options I will
appreciate a lot. I'm not a mathematician ;-)
Thanks in advance
Cheers,
Antonio
Antonio
2013 Jan 07
1
Amelia algorithm
Dear all.
First of all, my english isn't verry good, but I hope I can convey my concern.
I've a general question about the Amelia algorithm. I'm no mathematician or
statistician, but I had to use R and impute and analyse some data, and Amelia
showed results that fitted my expectations. I'll have to defend my choice soon,
but I haven't totally grasped what Amelia does. I'm
2010 Apr 19
1
fit a deterministic function to observed data
Hi all,
I am not a mathematician and I am trying to fit a function which could fit my observed data.
Which function should I use and how could I fit it to data in R?
Below are the data:
x <- c(0, 9, 17, 24, 28, 30)
y <- c(500, 480, 420, 300, 160, 5)
I use R for Mac OS, version 2.10-1 2009-08-24
Thank you for your help.
Vincent.
[[alternative HTML version deleted]]
2003 Oct 27
1
how rsync works
On Tue, Sep 16, 2003 at 03:49:45AM -0700, jw schultz wrote:
>
> Aside from numerous other weaknesses that have crept into
> the manpage i do note that there doesn't seem to be any
> point where it is mentioned that rsync replaces destination
> files rather than updating them in-place. I'm not sure
> where it would go in the current manpage.
>
> I'm no writer
2006 Sep 27
1
PDE
Dear all,
Does any know how to solve PDE with R? The archive list refers to the
use of ODE if PDE are parabolic. I am not a mathematician and this does
not mean anything for me!
help would be very appreciated.
Many thanks
--
___________________________________________________
Christophe NGUYEN
UMR 1220 INRA-ENITAB
Transfert sol-plante et cycle des ?l?ments min?raux
dans les ?cosyst?mes
2011 Feb 03
3
coxph fails to survfit
I have a model with quant vars only and the error message does not make sense:
(mod1 <- coxph(Surv(time=strt,time2=stp,event=(resp==1))~ +incpost+I(amt/1e5)+rate+strata(termfac),
subset=dt<"2010-08-30", data=inc,method="efron"))
Call:
coxph(formula = Surv(time = strt, time2 = stp, event = (resp ==
1)) ~ +incpost + I(amt/1e+05) + rate + strata(termfac),
2001 Mar 29
1
Question regarding Principle Component Analysis and R for Windows
Hi there,
I am a post-grad (Arts!) student trying to get to grips with R...
Though I am not statistically trained my research involves working with a
large amount of numerical data currently held in Excel. I have been told by a
Stats trained advisor that I should examine my data by some sort of
Pricincipal Component Analysis.
My questions then are (all apologies if they seem simple but I am
2007 Aug 15
2
SFTP error (perhaps due not to using passive mode?)
I'm getting a weird error when I try to sFTP on a CentOS box (which I don't
have root access).
when I run:
sftp -oPort=990 user at host.domain.com
I get the following error, which I suspect is a result of not being in
"passive mode" (which works when I use Filezilla on Windows)
Connecting to host.domain.com
ssh_exchange_identification: Connection closed by remote host
2007 Oct 05
0
[Fwd: Re: DNAT rule for vsftp (PASSIVE FTP)]
Grant Taylor wrote:
> I''ll have to double check some things to make sure that you don''t need
> to do any thing special other than just allow the initial connection and
> rely on the FTP connection tracking helper to handle all other connections.
>
> I''ve never run an FTP server behind a NAT, but I''ve never had a problem
> with the FTP
2004 Nov 21
0
script to shape outbound passive/active ftp traffic
Hi,
I just wanted to share my script with the list. I have been trying to
shape outbound passive and active ftp traffic without affecting inbound
and lan transfers. I have tried to do this for a long time and it seems
that I have finally figured it out.
Feel free to comment on the below script if there is anything that can
be improved. It seems to work flawlessly so far.
#!/bin/bash