Oleksandr Gavenko

Results 57 comments of Oleksandr Gavenko

Anyway you can pass the port from remote machine (which WSL is) to your environment via SSH port forwarding. It is generic solution that doesn't require understanding of WSL/HyperV.

I see the difference in Packer `.json` files: ``` bash# curl --HEAD http://dl-cdn.alpinelinux.org/alpine/v3.7/releases/x86_64/alpine-virt-3.7.0-x86_64.iso ... Content-Length: 38797312 ... bash# curl --HEAD http://dl-cdn.alpinelinux.org/alpine/v3.8/releases/x86_64/alpine-standard-3.8.1-x86_64.iso ... Content-Length: 109051904 ... ``` There is virt image...

Don't run queries in SQL-like form. Instead use JavaScript engine and comment unused calls. The last un-commented call becomes the result, here I keep the line with PI, other are...

http://wiki.c2.com/?FacetPattern

https://stackoverflow.com/questions/30164108/what-is-facet-design-pattern

So there is no way to reference output in the module itself. One needs to define `locals` and duplicated name in `outputs` if want "same" entity...

Why is it not merged? I made own implementation with awk for local use: local apks=$(adb $device_selected shell 'pm list packages -3' 2>/dev/null | awk ' BEGIN {ORS=" "} $1...

Have same error on Debian Sid. After some time Emacs crashed. Updating **libgnutls** packages fix error: ``` $ tail /var/log/apt/history.log Start-Date: 2015-02-19 19:00:54 Upgrade: libgnutls-deb0-28:i386 (3.3.8-3, 3.3.8-5), libgnutls26:i386 (2.12.20-1, 2.12.23-18),...

> It is always helpful to know which versions of the modules are actually used. And also which version of cryptography is used. Cygwin: ``` pip3 list ansible 2.9.0 asn1crypto...

Here: https://www.happyassassin.net/posts/2015/01/12/a-note-about-ssltls-trusted-certificate-stores-and-platforms/ I've read: > Note that GnuTLS cannot handle OpenSSL's 'trusted certificate' format - the one with `BEGIN TRUSTED CERTIFICATE` - so neither bundles nor directories containing certificates of...