Displaying 3 results from an estimated 3 matches for "ideation".
2006 Nov 19
2
improving barplot output
Hello,
I was hoping for some advice on improving a barplot. Below is the syntax I
have used. I wanted to do two things differently How would I alter the
syntax so that (a) the y-axis finishes at 25 and not 20, and (b) 'past
ideation' and 'pastwk ideation' are coloured blue and 'past attempt' &
'past wk attempt' are coloured red ?
I was also curious as to whether it is possible to insert values into the
respective bars?
>summarizedData = c(24,4,7,1.9)
>theNames = c("Past ideation&q...
2020 Jan 13
2
Adding SNI support to SSH
Hey Jochen,
Jochen Bern <Jochen.Bern at binect.de> writes:
> On 01/13/2020 11:10 AM, Nico Schottelius wrote:
>> The problem I am trying to solve is: there are thousands of users on
>> IPv4 only networks who I cannot all communicate with. And they need to
>> access resources on IPv6 only systems.
>>
>> The typical jump host / proxy command approach surely
2020 Jan 13
3
Adding SNI support to SSH
...lient to create the
> HTTPS connection.
Quite nice as well!
> You've indicated that you don't want to compel your users to make
> significant changes to ssh_config, but others in this thread have noted
> that an SNI option for OpenSSH will take some time to propagate from
> ideation through development through widespread* deployment
I perfectly understand that. At the moment we give out a wireguard
IPv6 VPN for free to all users, which also has the nice side effect of
giving anyone anywhere (even behind cgnat) IPv6 connectivity.
Surprisingly adding a totally new program with...