Rui Lopes
Rui Lopes
This should fix #308 and #444. I'm using this at https://github.com/rgl/dump-sql-server-certificate-chain/tree/configure-tls Can you please review? I've got several TODOs in there that I'm not sure how to implement this.
currently a new sails session (and corresponding cookie) is created when you access any HTTP resource at any segment, this should be changed to only request a session at the...
with a published `.AppImage` asset the ERS Web UI should show an available release for linux
Maybe this should also download/use the evaluation ISO to the current directory? That way we could be somewhat sure from where it came from. I'm have evaluation ISOs URLs at,...
I've created a GPO (in the `EXAMPLE` domain) which adds the `EXAMPLE\Domain Users` group into the `Remote Desktop Users` group in `Computer Configuration\Preferences\Control Panel Settings\Local Users and Groups` pane: ...
Can you implement libvirt_domain default_ip_address? As in the [vsphere provider](https://www.terraform.io/docs/providers/vsphere/r/virtual_machine.html#default_ip_address)? This would simplify: ```terraform resource "libvirt_domain" "example" { ... provisioner "remote-exec" { ... connection { ... host = self.network_interface[0].addresses[0] }...
It would be very useful to have direct support for setting a libvirt_volume serial/wwn number. This would allow us to better find/identify the volume while in the guest OS (e.g...
**Is your feature request related to a problem? Please describe.** Currently, all the Helm chart container names are derived from the Helm release as `name: {{ .Chart.Name }}`, but this...
From the source code at https://github.com/processhacker/processhacker/blob/7edcf88278c3b9852afcdcb7816b0ffef148b2a7/tools/CustomSetupTool/main.c#L256 it seems the `-silent` would work, but the following does not really work: ```powershell processhacker-3.0.3683-setup.exe install -silent | Out-String -Stream ``` So, how can...
UltraVNC as an extended credentials/security type called [MS-Logon II](http://www.uvnc.com/features/authentication.html). It lets one use local or domain account credentials with an username and password instead of the tradicional VNC password. This...