Leon Yu
Leon Yu
Some developers do not use built-in package manager for their platform because: * packages could be outdated or of non-desired release version (e.g. Node.js, OpenJDK) * packages in the package...
I think a lot of it is just dealing with `/` vs `\` for path support. I can submit a PR converting everything, but it will touch a lot of...
I don't plan to create buckets for Linux, just to make sure `scoop` commands works for Linux, end-to-end. I assume the current test coverage is reasonable, so that can be...
UPDATE: Running `fwknopd` in UDP server mode reduces CPU usage significantly, so the comparison with OpenVPN CPU usage is not applicable.
This would be useful for my setup. I am using fwknop client exclusively on my phone as a "two-factor auth", while the actual client credentials are on my various computers...
Ah, that would work for all the desktops in this setup. I do have 2 "jump hosts" that are terminal only, which that wouldn't work for, tho only one of...
oh wow, didn't think of using a terminal application to generate QR code. Your script works ! Thought as a privacy conscious person, I didn't want to hit your server...
Instructions for installing Package Managers for a program language runtime is extremely common: * PIP offers [instructions to install](https://pip.pypa.io/en/stable/installation/) on Python install without PIP * Composer offers [instruction to install](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos)...
The problem is due to lack of `Import-Module`. > If `import-module` is also missing on your distro, this needs to be brought up with the maintainer of powershell for your...