Displaying 8 results from an estimated 8 matches for "evolvis".
Did you mean:
evolves
2020 Jul 15
3
Deprecation of scp protocol and improving sftp client
On Wed, 15 Jul 2020, Red Cricket wrote:
> I have had this in my .bashrc for years:
>
> alias scp='rsync -avzP'
Similar, though I named it rcp because nobody has the real rcp installed
any more, but sometimes I need scp to connect to systems that lack rsync.
https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=shellsnippets/shellsnippets.git;a=blob;f=mksh/rcp;hb=HEAD
> maybe rsync is a better replacement for scp than sftp would be?
It could be, were it not under a restrictive licence?
This doesn?t preclude people from making SSH?s builtin transfers
better, t...
2020 Aug 01
2
Deprecation of scp protocol and improving sftp client
...his in my .bashrc for years:
>>>
>>> alias scp='rsync -avzP'
>>
>> Similar, though I named it rcp because nobody has the real rcp installed
>> any more, but sometimes I need scp to connect to systems that lack rsync.
>>
>>
>> https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=shellsnippets/shellsnippets.git;a=blob;f=mksh/rcp;hb=HEAD
>>
>>> maybe rsync is a better replacement for scp than sftp would be?
>>
>> It could be, were it not under a restrictive licence?
>>
>>
>> This doesn?t...
2009 Apr 17
0
[LLVMdev] LLVM ARM for shipped products?
...earch=ARM)?
I want to use llvm inside OpenJDK's runtime hotspot for which a variant
exists that uses llvm as a JIT compiler backend. Unfortunately the
outstanding issues of the ARM backend in llvm make it crash often and
not suitable for any real work.
Some details here:
http://rschuster.blogs.evolvis.org/2009/03/27/shark-bites-arm/
> b) do you build LLVM natively on your ARM platform or do you build
> it as a cross compiler?
I am maintaining a so-called build recipe for the OpenEmbedded project.
LLVM is cross-compiled in this build environment. I have also filed some
PRs against llv...
2003 Aug 25
1
Intercom with Cisco SIP 796x phones?
...il, email, and, yep the one we want, intercom.
Page 87-88 of the book talks about CiscoIPPhoneExecute to push the
commands to the phone.
On the last two pages of an addendum found at
http://services.dogma.net/errata.doc, more details are provided for
connecting to streaming port 1.
http://cisco.evolvis.net/ivision/pdfs/Jukka_Nurmi_iVision2003.pdf
provide some background on Cisco's IP Phone Services. Title is foreign
language, but text is English.
http://www.loligo.com/asterisk/Cisco/79xx/2003-06-20.from-ftpeng.cisco.c
om/CMXML_App_Guide.pdf provides additional program details.
2009 Apr 17
3
[LLVMdev] LLVM ARM for shipped products?
I have been following the recent posts regarding LLVM ARM backend on the
list. I am trying to figure out if I should start using LLVM to compile my
project or if I should just stick with cross compilers like those provided
by Code Sourcery and wait till a later time. I have the following questions
in this regard:
1. Can some one tell me if LLVM ARM is being used by anyone to compile any
shipped
2020 Aug 03
6
Deprecation of scp protocol and improving sftp client
...'
>>>>
>>>> Similar, though I named it rcp because nobody has the real rcp
>>>> installed
>>>> any more, but sometimes I need scp to connect to systems that
>>>> lack rsync.
>>>>
>>>>
>>>> https://evolvis.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=shellsnippets/shellsnippets.git;a=blob;f=mksh/rcp;hb=HEAD
>>>>
>>>>> maybe rsync is a better replacement for scp than sftp would be?
>>>>
>>>> It could be, were it not under a restrictive licence?
>>&...
2020 Jul 15
2
Deprecation of scp protocol and improving sftp client
On Tue, 2020-06-23 at 08:06 +0200, Markus Friedl wrote:
> I had something in mind like this for years, but with slightly
> different steps:
> My naive approach would be to keep the scp user interface and switch
> to the sftp protocol internally. We could add a -M [scp|sftp] option
> to scp and select the internal protocol. Later we switch the default
> from scp to sftp.
> No
2020 Jan 11
7
Why are the arguments supplied for the command run through ssh interpreted by shell before they are passed to the command on the server side?
On 2020-01-11 01:38, Darren Tucker wrote:
> The command you give is always handled on the server by your shell in some
> fashion. It has to be, because SSH only specifies an opaque string for the
> remote command, so without doing so you would not be able to specify
> arguments at all.
It's not obvious why does it have to be this way. ssh sends the command
as an array of