Displaying 11 results from an estimated 11 matches for "directlli".
Did you mean:
directlly
2008 May 21
2
rsync into an archive
Hello all,
can rsync sync some directory directlly into a compressed file format..
that way I wouldn't have to compress it myself.... when syncing again it
would decompress the file, sync and re-compress :)
well, maybe this is a crazy idea... !?!?
cheers
joao
2011 Dec 11
2
as.factor does not work inside function
Hi,
I am trying to write a function do cast columns of data frame as
factor in a loop, the source is :
as.factor.loop <- function(df, cols){
if (!is.null(df) && !is.null(cols) && length(cols) > 0)
{
for(col in cols)
{
df[[col]] <- as.factor(df[[col]])
}
}
}
source('D:/ambertuil.r')
x <- 1:5
y <- 2:6
df <- data.frame(x=x, y=y)
2020 May 22
1
R-devel's ...names() questions
Am am missing something or does the new ...names() in R-devel not work
right?
> a <- function(x, ...) ...names()
> a(a=stop("a"), b=stop("b"))
[1] "a" ""
> a(stop("x"), stop("unnamed"), c=stop("c"), d=stop("d"))
[1] NA "" ""
> version
_
platform
2006 Nov 16
1
Confusion about Dll Overriding
the winecfg confused me about DLL overriding. In the 'libraries' tab,
if i specified a Dll file name and click 'Add', how does Wine know
where to load the native file when need? does it mean i also have to
copy the native file into the "c:\windows\system[32]" directory? if
so, why i have to bother with the winecfg, why not directlly copy
files into the
2017 Jan 17
2
SOLVED(aproximative?): Difficulties with Windows XP: failed to find cifs/fileserver.y.z@Y.Z in keytab (arcfour-hmac-md5)
Samba - General mailing list wrote
> And there is your problem, AD lives (or dies) on DNS, unlike NT. You
> have this line 'dns-nameservers 127.0.0.1' in your smb.conf. It is
> useless, it is pointing to itself and you are not running a dns
> server, even if you were running a dns server, it shouldn't point to
> itself.
>
> There are those that say you can run a
2017 Jan 17
2
UNSOLVED: Difficulties with Windows XP: failed to find cifs/fileserver.y.z@Y.Z in keytab (arcfour-hmac-md5)
On Tue, 17 Jan 2017 04:30:31 -0800 (PST)
rawi via samba <samba at lists.samba.org> wrote:
> Samba - General mailing list wrote
> > And there is your problem, AD lives (or dies) on DNS, unlike NT. You
> > have this line 'dns-nameservers 127.0.0.1' in your smb.conf. It is
> > useless, it is pointing to itself and you are not running a dns
> > server, even if
2017 Dec 15
1
sieve filter move wrong email to Junk folder
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Fri, 15 Dec 2017, Bill Shirley wrote:
> This is what I use.? Notice the comma:
> require "fileinto";
> if header :contains "X-Spam-Status" "Yes," {
> ? fileinto "SystemFolders.SuspectedSpam";
> ? stop;
> }
I would even add the space:
if header :contains "X-Spam-Status"
2007 Jan 23
0
help with 'print command'
Hello all,
I'm trying to figure out how I can have Samba print directlly to the printer
and avoid the writing of the print job to disk.
I'm trying to write a print command but it does not seem to work.
Running 'testparm' I always get:
------------------------------------------
Processing section "[xprinter]"
WARNING: No path in service xprinter - making it
2017 Jan 17
0
UNSOLVED: Difficulties with Windows XP: failed to find cifs/fileserver.y.z@Y.Z in keytab (arcfour-hmac-md5)
Samba - General mailing list wrote
> On Tue, 17 Jan 2017 04:30:31 -0800 (PST)
> rawi via samba <
> samba at .samba
> > wrote:
>
>> Oh and I forgot, I am running a DNS server on the DC, on the right
>> port and with all my clients are needing.
>> They are only not served trough samba but directlly by bind. If they
>> (clients) would see any
2011 Feb 28
2
asterisk security....again
Hi all,
The problem I have been experiencing since last month is that some of my
customers are getting calls with "Asterisk <Unknown>" caller id. Most of
them in the middle of the night. And my asterisk server has no record of
these calls. The customers were getting irritated as you can imagine. I
guessed the only way to receive incoming calls by by-passing the
registration server
2005 May 14
10
Cross-Domain Networking Problems
xm list reveals the following information...
Name Id Mem(MB) CPU State Time(s)
Console
Domain-0 0 315 0 r---- 2058.1
Domain-1 11 342 0 -b--- 5.2
9611
Domain-2 12 342 0 -b--- 3.9
9612
Xen seems to be working beautifully but I have not yet
figured out how to get Domain-0 to ping both Domain-1
and Domain-2,