similar to: rsync over ssh and passwords

Displaying 20 results from an estimated 900 matches similar to: "rsync over ssh and passwords"

2002 Feb 14
1
Web Interface to rysnc
Greetings All, I am planning on authoring a web-based (CGI) interface to rsync. The idea is to build a fool-proof interface for my web designers to push content changes from our development server to our live production server. I am talking about an interface which allows point-n-click navigation of file system folders and the ability to push files. These users are both MAC and Windows based. We
2008 Apr 02
2
Lmtp between hosts? (postfix/dovecot/ldap)
I have 2 hosts: (a) - dovecot-1.0.5-6 - postfix-2.4.5-20 -> It's not the mx record for the domain, just holds the mailboxes -> Postfix uses LDAP for user lookup, dovecot too. -> Works ok if I set it to be the final mail destination, with Cyrus and Dovecot LDA (mailbox_transport). -> Has no domain associated (dns) with this ip address (b) - postfix-2.3.2-28 -> Has the mx record
2004 May 05
2
Kerberos case sensitive with Mac OS X on Samba 3.0.x
Hi List, I'm having an issue between Samba and OS X with regards to Kerberos authentication to a Samba AD member server. I'm using local UNIX accounts and entries in the passdb instead of Windind on the samba server, ie create account by adding to /etc/passwd then smbpasswd -a username. From an OS X client system if I obtain a ticket for user "UserA" like kinit
2001 Nov 12
3
CVS working now, but why?
I managed to update my CVS tree, but not by the method described on http://www.winehq.com/devstart.shtml, that is export CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine cvs login cvs update -PAd but rather by doing this cvs -d CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine login cvs -d CVSROOT=:pserver:cvs@cvs.winehq.com:/home/wine update -PAd which, if the documentation has anything to say,
2006 Jan 30
3
Rails installation fails!
What do I need to do inorder to install rails? - Thx -ND C:\>gem install rails Attempting local installation of ''rails'' ERROR: Error installing gem rails[.gem]: rails requires rake >= 0.6.2 C:\>gem install rails-1.0.0.gem Attempting local installation of ''rails-1.0.0.gem'' ERROR: Error installing gem rails-1.0.0.gem[.gem]: rails requires rake --
2010 May 18
4
[LLVMdev] DEBUG INFO at the bytecode level
Thanks Edwin. I found DebugInfo.cpp may be useful. Could you tell me which function I should call inorder to know the source file name and the line number for a particular instruction? Cheers, Zheng 2010/5/18 Török Edwin <edwintorok at gmail.com>: > On 05/18/2010 01:26 PM, Zheng Wang wrote: >> Hello, >> >> Could I get some debug info at the byte code level? I am
2003 Feb 04
1
Totally SNAT confused :)
Hi ! I have setup a complete shorewall now with DMZ, and Private zones and masq, rules, port-forwarding etc. worx like expected. BUT I have a wish to use a couple of more public IP''s and relate those to inernal servers on the DMZ zone and i am now so confused about it. I have searched this archive for SNAT port allow Setup: 3 public adresses on the WAN nic. lets call them 80.80.80.80 -
2017 Jun 13
2
RFC: Dynamic dominators
Btw, here is another interesting paper about post-dominators and control dependence: https://pdfs.semanticscholar.org/cbb2/9a0e4895025bd9df24f9263217df12f1ed1e.pdf I think a great outcome of your internship would be some precise documentation regarding the guarantees the LLVM dominators give -- possibly also considering classic and weak control dependence and the difference between
2004 May 06
1
FW: Kerberos case sensitive with Mac OS X on Samba 3.0.x
This was blocked with both good and bad log output due to the size limit on attachments so I've removed the log from the successfull authentication. I think its pretty obvious whats going on from the failed log, thanks Andy. -----Original Message----- From: ww m-pubsyssamba Sent: 06 May 2004 10:32 To: 'Jeremy Allison'; 'samba@lists.samba.org' Subject: RE: [Samba] Kerberos
2012 Feb 18
3
foreach %do% and %dopar%
Hi everyone, I'm working on a script trying to use foreach %dopar% but without success, so I manage to run the code with foreach %do% and looks like this: The code is part of a MCMC model for projects valuation, returning the most important results (VPN, TIR, EVA, etc.) of the simulation. foreach (simx = NsimT, .combine=cbind, .inorder=FALSE, .verbose=TRUE) %do% { MCPVMPA = MCVAMPA[simx]
2005 Jan 04
2
Transferring Large Files w/ Rsync - Initial Xfer
Hi All- I am trying to use rsync to synchronize very large files- some are close to 2gb in size. I have copied the files manually to a usb drive and shipped it to the location where the rsync server is running. At the remote location I copied the files to a directory which resides on the rsync server and is being pointed to by the module section rsyncd.conf. The source files have
2007 Jul 15
2
Break during the recursion?
Hi, Is it possible to break using if-condition during the recursive function? Here is a function which almost works. It is for inorder-tree-walk. iotw<-function(v,i,Stack,Indexes) # input: a vector and the first index (1), Stack=c(), Indexes=c(). { print(Indexes) # if (sum(i)==0) break # Doesn't work... if (is.na(v[i])==FALSE & is.null(unlist(v[i]))==FALSE) {Stack=c(i,Stack);
2003 Aug 06
1
Reg. openssh-3.51p1/packet.c (function packet_send2())
Hi, Will really appreciate for any comments on the below: 1. According to draft-ietf-secsh-transport-16.txt (section 4), each packet must be of the following format: uint32 packet_length byte padding_length byte[n1] payload; n1 = packet_length - padding_length - 1 byte[n2] random padding; n2 = padding_length byte[m] mac (message authentication code); m = mac_length However, since
2003 Jun 30
4
asterisk with modem
hi, i need to do a demo of asterisk in a office that doesn't have an ISDN line, can someone tell me if asterisk works also if i use a modem card mapped on /dev/ttyl0 insted of use a isdn card? did someone try to do something similar before? thanks for your help!! Angelo
2009 May 08
2
Porting SWFDec to Android
Hi, I am planning to port latest SWFDec to android platform. The plans of mine are after porting it should support playing of youtube videos, I have downloaded the SWFDec package and plugin and installed the things but I am not able to open youtube video on my Mozilla browser. I have gone through the code in one of the files, while creating the decoders only "SWF", "IMAGE"
2012 Sep 05
1
Simulating key-press or keyword events on a Mac
Hello all, Can someone please tell me how I can simulate a key press (particularly arrow keys and space bar) on a Mac? Any help is much appreciated. Cheers [[alternative HTML version deleted]]
2010 Aug 05
3
[LLVMdev] a problem when using postDominatorTree
On 08/05/2010 06:46 AM, Wenbin Zhang wrote: > Hi all, > I'm using postDominatorTree to do some program analysis. My code works > well for small tests, but when I run it on real applications, the > following error occurs: > /Inorder PostDominator Tree: DFSNumbers invalid: 0 slow queries. > [1] <<exit node>> {0,21} > [2] %bb1 {1,2} > [2] %bb {3,4} > [2]
2014 Feb 14
2
[LLVMdev] DominatorTree not updated properly after calling the llvm::SplitBlock.
Hi Fellows, I am writing a pass that requires the DominatorTree pass. In the runOnFunction of my own pass, I call llvm::SplitBlock to split a block (%for.end) at it's first insert point. Then, when I dump my dominator tree immediately after, I can see the newly split %for.end.split, but its DFSNumIn and DFSNumOut are not properly updated in llvm::SplitBlock (i.e., still the initialized
2012 Apr 12
2
[LLVMdev] Question::ARM simulation and cross compilation.
Hello, I'm trying to evaluate the performance improvement of instruction scheduling on one of the inorder ARM processor, I was looking for ARM simulator and I found two (Simplescalar/ARM and SimIt-ARM) The code generated using llvm-2.9 and llvm-gcc and gcc 3.2. I used these command : $ llvm-gcc -O3 -o test1.bc -c --emit-llvm test1.c $ llc -O3 -o test1.s -march=arm test1.bc -mcpu=strongarm110
2010 Dec 27
4
Steam installs and runs fine on POL, but not Wine ?
Hey guys, Can anyone help me close the gap between my POL and Wine setups? I currently have a laptop running PlayOnLinux 3.8.8 and a desktop running only Wine 1.3.9 (Fedora 14). As the subject read, the laptop with POL is running fine, but a generic install with the latest .msi file from the Steam website is not. Steam on Wine, was able to run it's own autoupdate, but after that refuses