Displaying 3 results from an estimated 3 matches for "6cx".
Did you mean:
6c
2018 Aug 06
0
Re: [PATCH] v2v: rhv-plugin: Use string literal concatenation
...ed Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top
--8cpS+6Cx+xtICsjy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=send-email
#!/bin/sh -
# Sane wrapper around git send-email.
#
# Example:
# send-email " v2" HEAD~10 libguestfs@redhat.com CC@example.com CC@bar.example.com
# To test, send it to yourself first...
2018 Aug 06
2
Re: [PATCH] v2v: rhv-plugin: Use string literal concatenation
On Mon, Aug 6, 2018 at 11:02 AM Richard W.M. Jones <rjones@redhat.com>
wrote:
> On Sun, Aug 05, 2018 at 04:37:31PM +0300, Nir Soffer wrote:
> > When splitting long strings over multiple lines, we can use string
> > literal concatenation instead of +.
> >
> > See
> https://docs.python.org/3/reference/lexical_analysis.html#string-literal-concatenation
> >
2011 Oct 04
0
[Bug 1941] New: ssh -6 prevents ipv4 forwarding
...ReportedBy: gmccullagh at gmail.com
when I use either of
ssh -CX -L 10443:172.20.0.1:443 <hostname>
ssh -4CX -L 10443:172.20.0.1:443 <hostname>
where <hostname> has both a functioning A and AAAA record, I can
connect and use the port forward. However, if I use:
ssh -6CX -L 10443:172.20.0.1:443 <hostname>
I can't connect to the tunnel because seemingly the -6 prevents use of
an IPv4 address in any context.
I had imagined the -4 and -6 were there to dictate what way ssh
connects only. Apparently that was a misreading on my part but it
would be prefera...