Displaying 20 results from an estimated 2000 matches similar to: "feature request: add -a to scp for archive-style copy"
2009 Sep 03
4
did CentOS x86 5.3 migrate to another hard drive, but console login keeps prompting even with correct password
first time poster here - hello everyone
I started out with CentOS x86 5.3 with the following partitions on my source
hard drive:
/dev/hdc1 swap
/dev/hdc2 /
I did the following to migrate my CentOS box to the destination hard drive:
1. boot up with CentOS 5.3 livecd in rescue mode
2. partition destination hard drive (/dev/hdd)
/dev/hdd1 swap
/dev/hdd2 /
3. create the
2006 Apr 01
2
Asterisk box with unreliable ping/latency
Hello!
Over the last couple of days I?ve been trouble shooting a strange problem
with Asterisk.
First of all, I should say that I?ve been running Asterisk on a Fedora Core
3 box since last May, but decided to do a reinstallation of everything due
to some problems we?ve had with echos during conversations (100% SIP based,
so no ZAP echos). We are talking about a low-volume installation
2018 Feb 14
2
Fleming-Harrington weighted log rank test
Hi all,?
The survdiff() from survival package has an argument "rho" that implements Fleming-Harrington weighted long rank test.?
But according to several sources including "survminer" package (https://cran.r-project.org/web/packages/survminer/vignettes/Specifiying_weights_in_log-rank_comparisons.html), Fleming-Harrington weighted log-rank test should have 2 parameters
2005 Jan 05
3
Tuning string matching
Dear list,
I spent about two hours searching on the message archive, with no avail.
I have a list of people that have to pass an on-line test, but only a fraction
of them do it. Moreover, as they input their names, the resulting string do not
always match the names I have in my database.
I would like to do two things:
1. Match any strings that are 90% the same
Example:
name1 <- "Harry
2012 Dec 25
2
Vxml record voice parameter
Hi, I am working on vxml to record voice. I have trouble with getting url
of recorded voice. I want to save and I am using java to get record
parameter from url and it returns a string which is
audio/basic:len(123123):p0x5a6e6241, but I want to get file object or
base64 string with parameter or to relate returning string with path in
asterisk server, are there any way to do this?
--
2013 Jul 25
2
What algorithm is R using to calculate mean?
I am curious to know what algorithm R's mean function uses. Is there
some reference to the numerical properties of this algorithm?
I found the following C code in summary.c:do_summary():
case REALSXP:
PROTECT(ans = allocVector(REALSXP, 1));
for (i = 0; i < n; i++) s += REAL(x)[i];
s /= n;
if(R_FINITE((double)s)) {
for (i = 0; i < n; i++) t += (REAL(x)[i] -
2018 Feb 15
0
Fleming-Harrington weighted log rank test
> On Feb 13, 2018, at 4:02 PM, array chip via R-help <r-help at r-project.org> wrote:
>
> Hi all,
>
> The survdiff() from survival package has an argument "rho" that implements Fleming-Harrington weighted long rank test.
>
> But according to several sources including "survminer" package
2018 Feb 15
1
Fleming-Harrington weighted log rank test
> On Feb 14, 2018, at 5:26 PM, David Winsemius <dwinsemius at comcast.net> wrote:
>
>>
>> On Feb 13, 2018, at 4:02 PM, array chip via R-help <r-help at r-project.org> wrote:
>>
>> Hi all,
>>
>> The survdiff() from survival package has an argument "rho" that implements Fleming-Harrington weighted long rank test.
>>
2013 Feb 19
1
Asterisk SMS()
All,
I'm trying to send an SMS directly from asterisk but it doesn't seem to be working. The SMS() function does create an outgoing file but doesn't deliver the SMS. Can anyone help me to understand how SMS() works. Thanks.
extensions.conf example:
same => n,SMS(hello,a,17654307001,"hello nick")
- nick
2011 Feb 17
8
[Bug 34371] New: [natty] Video corruption on kernel 2.6.38-1-generic (and on -3) and nVidia Corporation GT216 [GeForce GT 230M] (rev a2)
https://bugs.freedesktop.org/show_bug.cgi?id=34371
Summary: [natty] Video corruption on kernel 2.6.38-1-generic
(and on -3) and nVidia Corporation GT216 [GeForce GT
230M] (rev a2)
Product: xorg
Version: 7.6
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Keywords:
2002 Mar 08
2
Multiple smbd processes per client
We have around 30+ users using one computer (Win2kTS)
So I guess that means one smbd process is handling all 30 users'
requests?
You can watch the smbd process for this machine max out the CPU at times
Is there anyway of getting multiple smbd processes per client/computer
that connects
Thanks,
Paul
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2009 Jun 05
5
hosting provider with CentOS shell?
I need a hosting provider just like Dreamhost.net's shared hosting
service, but with a CentOS shell instead of Debian. Any pointers?
Matt
2016 Dec 19
5
Do people use HostbasedAuthentication?
Do people actually use HostbasedAuthentication? It needs several
steps to enable and generally seems quite arcane by now. I wonder
if this is something that could be trimmed away...
--
Christian "naddy" Weisgerber naddy at mips.inka.de
1998 Jun 26
2
R-beta: Problem with functions using sub and gsub
Previously I had problems with data(foo) and Gass and I had problems with
help(). His diagnostic was "POSIX regular expressions not available" and mine
was "invalid regular expression". Martin Maechler has no problems with Solaris
2.5 and suggested a regular expression library was needed, e.g., regex-x.xx.
Solaris 2.4 has regex.o in /usr/ccs/libgen.a and regex.h in
1998 Jun 22
1
R-beta: data(foo) - Error in sub(...
R-0.62.1 sparc-sun-solaris2.4:
demo(graphics) stops at:
> data("iris")
Error in sub(pattern, replacement, x, ignore.case, extended) : invalid regular
expression
or these direct entries give:
> data(iris)
Error in sub(pattern, replacement, x, ignore.case, extended) : invalid regular
expression
> > help(iris)
Error in gsub(pattern, replacement, x, ignore.case, extended) :
2007 Apr 23
2
Vorbis decoder chip on SparkFun
I'm open to flames if this has already been posted.
http://www.sparkfun.com/commerce/product_info.php?products_id=8300
As of April 17th, SF listed a new Ogg Vorbis decoder chip that is
seriously listing for $10 USD. I'm excited. I think I'll buy a couple
and integrate them into an IR streaming project I've been tinkering with.
-Chris Harrington
2007 Aug 20
8
[sorta offtopic] Removing bad bytes from filenames
I'm moving my Ogg Vorbis collection off of my Linux server and onto my
laptop. I plan on using iTunes to play my collection, but, that's a
whole 'nother can of worms.
I'm having trouble moving my complete collection over because dbPowerAmp
(an application I used to love) made some dumb decisions about naming my
files. For example, in track/album/artist names that contained a
2008 May 05
2
Add permission? (was How to create a write-only share?)
Need your help! I'm very confised and tired, tried a lot of variants
but still at the start, even lost all understanding how the
permissions and masks works.
Please write me a config for the following case:
There is a directory:
'/home/shared/door', owned by 'michael:office'
shared via samba as '[door]'
How can I configure the FS and samba to let 'michael'
2002 May 30
2
Accessing PC from Unix
Can someone point me to an FAQ, or tell me how to access shared PC
drives from Solaris 8?
I've heard of the smbclient thing - does this allow seamless access - ie
can I run this, then say cd /sharedpc/c/somefolder?
Thanks for any help
Paul
2007 Jun 08
6
Xen 3.1 - 32 vs 64 bit hypervisor
I''ve been experimenting with Xen 3.1.
My requirements are to run lots 32 bit paravirt domains on large
memory hosts (8GB or more).
Previously I''ve used a 32 bit Xen with PAE hypervisor which works
well. However I seen from the announcement that you can use a 64 bit
hypervisor and still run 32 bit PAE domains. I''ve tried this and it
works as advertised!
What