Rui Lopes
Rui Lopes
This uses samba `net usershare` command to share the current directory as an SMB share which can be used by Windows guests. On a Ubuntu host (tried with 18.04), you...
this will add support for the ultra-ms-logon-2 authentication used in ultravnc, but right now its really a plea for your help! :-) the code is still pretty much in PoC...
When will you release 0.9.4.0 to nuget.org?
At https://github.com/rgl/my-openwrt-ansible-playbooks I'm trying to use this role with [ansible-core 2.13.4](https://pypi.org/project/ansible-core/), but its failing: ```console $ ./ansible-playbook.sh --limit=openwrt lab.yml TASK [Gathering Facts] ********************************************************* fatal: [openwrt]: FAILED! => changed=false ansible_facts: {}...
Can this be ansible-lint happy? For example, with [ansible-lint 6.5.2](https://pypi.org/project/ansible-lint/) (and [ansible-core 2.13.4](https://pypi.org/project/ansible-core/)), this is the result: ```console $ ./ansible-lint.sh --offline --parseable home.yml WARNING Listing 31 violation(s) that are fatal...
Just found out about your [LetsTrust-TPM](https://letstrust.de/archives/29-New-fun-fact!.html) board/project, pretty interesting. I'm ordering one of those boards to try it out. To make the design more easily incorporated in other boards, what...
Is this project still maintained? It seems to have no maintainer activity since last year. :-(
For some reason, when I do a vagrant status, it seems the strings are not translated: ``` Current machine states: default vagrant_vsphere.states.short_not_created (vsphere) vagrant_vsphere.states.long_not_created ``` Do you have any idea...
the `--no-colors` flag should be automatically set based on the [`NO_COLOR` environment variable](https://no-color.org/).
### What is the problem you're trying to solve the `ctr image pull` output is too verbose and uses too much space in my terminal scrollback buffer. the progress should...