Amos Shapira

Results 13 issues of Amos Shapira

Removes dependency on external server to get public ip in VPC.

jumpcloud.com, an 'LDAP as a Service' and 'RADIUS as a Service' provider, tells me that they only support PEAP (https://en.wikipedia.org/wiki/Protected_Extensible_Authentication_Protocol) to let me use RADIUS to authenticate VPN users. Would...

When copying around templates that use `indent` or `nindent`, it's important to update the indentation as needed. Suggestion: add function `autoindent` which calculates the indentation based on the indentation of...

You mentioned Israel a few times but not in the section about weekends you forgot to mention that a weekend there (at least business-wise) is also Friday and Saturday.

The tool worked great for me for a few months but I got tired of the Yubikey Nano draining my laptop's battery. I tried turning off the "Enable Yubikey when...

My environment: MacBook from 2017 running MacOS Catalina 10.15.7 When I try to `Enable Finder integration` under the `Files` section, the instructions are to go to the Settings "Security and...

It would be useful for me to see the number of shards per node. The use case is that while I roll-out a new version of ES, I do: 1....

When editing an .eyaml file like this: ```yaml --- key_with_non_empty_value_1: 'DEC::GPG[value of key with non empty value 1]!' key_with_empty_value_1: 'DEC::GPG[]!' key_with_non_empty_value_2: 'DEC::GPG[value of key with non empty value 2]!' ```...

`$ingress_last_addr` is set as `.255.255`, that would be the broadcast address for that network. I think it should be changed to `.255.254`. EDIT: I think that `$ingress_first_addr` being `.0.0` is...

We have the suggestions in the README file regarding the `plugin_load_file: The global flag is not supported, libtool 2 is required for this.`, i.e. added the `LD_PRELOAD=/usr/lib64/perl5/CORE/libperl.so` at the beginning...