similar to: Rsync + SSH on a different port + restricted access

Displaying 20 results from an estimated 200 matches similar to: "Rsync + SSH on a different port + restricted access"

2006 May 29
2
rsync gui?
Hi rsync-ers I woulder if there is a good gui for rsync that works in windows? and why dosen't rsync compile under MinGW? Best Regards P?r Moberg, Sweden
2006 Apr 05
3
rsync, ssh and DSA key
hi all I have generated the key in the source server(10.78.0.107) ssh-keygen -t dsa -C "root@10.78.0.107" I have added this key to authorized_keys2 of the destination server(10.78.0.117) cat id_dsa.pub >> /root/.ssh/authorized_keys2 but when I execute rsync -avz -e ssh root@10.78.0.107:/var/mail/ /var/mail in the destination server I asck me for the password How to avoid this in
2007 Aug 17
4
matching elements from two vectors
Hi, Imagine a vector x with elements (1,2,1,1,3,5,3,3,1) and a vector y with elements (2,3). I need to find out what elements of x match any of the elements of y. Is there a simple command that will return a vector with elements (F,T,F,F,T,F,T,T,F). Ideally, I would like a solution that works with dataframe colums as well. I have tried x==y and it doesn't work. x==any(y) doesn't work
2009 Jun 08
14
script help - '3rd last field'
Hi I need some logic to work out a value for me - this value is _always_ the 3rd last field in a string seperated by '.' but the string could be 5 or 6 fields long, e.g foo.bar.VALUE.baz.lala foor.bar.gigi.VALUE.baz.lala I need to find VALUE - if this were python or something i could do it but this has to be in shell - Any clues? thanks
2023 Oct 21
1
Retrieve winbind machine password
Hi Team, I am currently looking into enterprise wifi with the machine account. I did find some clues on the internet but the peice that is missing is the password of the machine account. Is it possible foor user root to extract that password in clear text from the secrets database where winbind has stored it? /var/lig/samba/private/secrets.tdb? seems to contain the info and tdbdump can
2023 Oct 22
1
Retrieve winbind machine password
Op 22-10-2023 om 03:43 schreef Andrew Bartlett: > On Sat, 2023-10-21 at 11:41 +0200, Kees van Vloten via samba wrote: >> Hi Team, >> >> >> I am currently looking into enterprise wifi with the machine account. I >> did find some clues on the internet but the peice that is missing is the >> password of the machine account. >> >> Is it possible foor
2010 May 15
1
conditional calculations per row (loop versus apply)
Hi all, I'm hoping someone might help with a query about conditionally applying formulas to a dataframe. In essence I have 3 lookup tables (Table A, B & C) and a dataframe with a variable Type.Code, which identifies the Lookup Table to which each record belongs. The lookup tables reference different sensor types for which I need apply a different formula to values in Column3 in each row
2023 Oct 23
1
Retrieve winbind machine password
On 10/22/23 13:36, Kees van Vloten via samba wrote: > > Op 22-10-2023 om 03:43 schreef Andrew Bartlett: >> On Sat, 2023-10-21 at 11:41 +0200, Kees van Vloten via samba wrote: >>> Hi Team, >>> >>> >>> I am currently looking into enterprise wifi with the machine account. I >>> did find some clues on the internet but the peice that is missing
2017 Jan 10
2
ntfs-3g data deduplication support in guestmount for creating file based back-ups on visualization platform
Hello everybody, I am using libguestfs-tools version 1.28.1 in a bunch of bash scripts to make back-ups of the files on a visualisation platform. I been trying to get read access to ntfs volumes with data deduplication working. The ntfs-3g guys developed some support and I have this working when using the commands our back-up servers. However when using the guestmount tool the read suport
2023 Oct 23
1
Retrieve winbind machine password
Op 23-10-2023 om 10:58 schreef Pavel Filipensk?: > > On 10/22/23 13:36, Kees van Vloten via samba wrote: >> >> Op 22-10-2023 om 03:43 schreef Andrew Bartlett: >>> On Sat, 2023-10-21 at 11:41 +0200, Kees van Vloten via samba wrote: >>>> Hi Team, >>>> >>>> >>>> I am currently looking into enterprise wifi with the machine
2006 Mar 02
3
Question about rsync and BIG mirror
Hello, I'm quite a n00b on rsync stuff but I went to the website, read FAQ/how-to, Google and more, I setup my own rsync server and clients: everything works fine :-D I'm preparing a plan for a production mode in my company: we need to mirror around 100GB of data trough a special VPN internet line 2MB symmetric. The first time, the data will be transferred by a media such as a HD.
2003 May 14
2
rsync + ssh or what?
Hey guys sorry for this newbie type post but I'm not getting it really. I see other posts that r asking a simliar question but I'm not understanding. Currently I have working boxA and BoxC. SSH is the only thing accepted. So currenty I'm backing up files on boxC with "rsync -e ssh user@publicIPforB:/home/backup/back_me_up /home/backup". Now I have added boxB in front of
2013 Jun 07
0
[LLVMdev] NEON vector instructions and the fast math IR flags
On 06/06/2013 11:58 PM, Renato Golin wrote: > On 7 June 2013 07:05, Owen Anderson <resistor at mac.com> wrote: Hi Owen, hi Renato, thanks for your replies. >> Darwin uses NEON for floating point, but does *not* (and should not). >> globally enable fast math flags. Use of NEON for FP needs to remain >> achievable without globally setting the fast math flags. Fast
2013 Jun 07
3
[LLVMdev] NEON vector instructions and the fast math IR flags
On 7 June 2013 07:05, Owen Anderson <resistor at mac.com> wrote: > Darwin uses NEON for floating point, but does *not* (and should not). > globally enable fast math flags. Use of NEON for FP needs to remain > achievable without globally setting the fast math flags. Fast math may > imply reasonably imply NEON, but the opposite direction is not accurate. > > That said, I
2002 May 06
3
Spearman rank-order correlation matrix
I"ve got a data frame with a selection of columns I want to compute a rank-order correlation matrix from without disturbing the original data frame. foo[,c("a","b","d","f","g")] What I wanted to do, intuitively, was: > cor(rank(foo[,c("a","b","d","f","g")])) but rank in that context
2014 Jun 04
2
[LLVMdev] compiler job open at Mips/Imagination for LLVM and other compiler work
If you apply, please mention me, there is a referral fee. :) _*Software Design Engineer -- Compilers*_ *Opportunity* MIPS SW Team is responsible for enhancement, development and support of the development tools for MIPS processors. You will have some or all of the following responsibilities working as a part of a team: * researching and implementing new techniques and optimisations
2002 Dec 10
2
[Bug 454] SSH doesn't consider distinguish ports for host-key verification
http://bugzilla.mindrot.org/show_bug.cgi?id=454 ------- Additional Comments From markus at openbsd.org 2002-12-10 20:14 ------- hm, i think about adding ManglePort=yes to the options. This option will create Hostkeyaliases on the fly if the port is != 22, and use 'foor.bar.com at portXXX' as an alias. ------- You are receiving this mail because: ------- You are the assignee for
2007 Dec 19
0
problems chanskype on ubuntu gutsy
Hi all, I'm trying to install chanskype (http://www.chanskype.com) on an Ubuntu gutsy machine with 2.6.22-14-generic kernel. First I got some compile errors, include linux?capability.h in main.c fixed those errors. Now I'll try to load theier module, but got the following error: insmod: error inserting './ivcs.ko': -1 Unknown symbol in module In dmesg I find: [3123904.331682]
2001 Mar 27
0
SOLVED! (sort off) root password change
In addition to my last two messages about Samba updating the password foor root when unix sync is desired: I have found out the cause of this password change thing. With the parm "passwd chat debug = Yes" and "log level = 100" When I look in the logs while changing the password with unix sync, the following happens: [2001/03/27 09:34:20, 10, effective(0, 0), real(0, 0)]
2017 Jan 16
0
Re: ntfs-3g data deduplication support in guestmount for creating file based back-ups on visualization platform
On Tue, Jan 10, 2017 at 05:06:13PM +0100, Jelle de Jong wrote: > Hello everybody, > > I am using libguestfs-tools version 1.28.1 in a bunch of bash > scripts to make back-ups of the files on a visualisation platform. > > I been trying to get read access to ntfs volumes with data > deduplication working. Do you have more information about data deduplication? It's the