Results 90 comments of Aaron Roydhouse

Agree this should be added to `SqlServerDsc`. In the meantime If you want to do this with DSC you can use `Registry` / `xRegistry` to achieve it. ``` xRegistry 'SqlSetHideInstance'...

In a per-user configuration you can watch the root project and thus get global notifications for a user or group of users. However you can't specify a channel as a...

I think this is a duplicate of #13

I've found running a new `dbus-run-session -- bash` will get `aws-vault` to stop wedging. ``` $ aws-vault --version

There has been one improvement in this area. It used to be that modifying an IAM Service account required deleting and recreating the CFN stack. This was bad because it...

@artemisia480 I got a similar error when I added a `containerd` node group to an eks 1.23 cluster. The `containerd` nodes could not pull ECR image and reported the pull...

This documentation section seems most relevant: https://github.com/icing/mod_md#how-to-migrate-a-https-host It suggests using `SSLCertificateFile` and `SSLCertificateKeyFile` instead of `MDCertificateFile` and `MDCertificateKeyFile`. But it sounds like it also doesn't address the situation where `apache2`...

Joy! @chicks thanks for revealing this well kept secret :-) I was incredulous how opaque retrieving contact by email address was. Can someone get that recipe into the web service...

Hi @ivanmarchenko83, I think might be using a system with a different implementation of `base64`. GNU Linux `base64` had no option `-D` and `-d` or `--decode` are the correct options....

'TLSEnable yes' is supposed to enable STARTTLS, so you connect first on port 389 and start TLS second. Using the Debian 2.0.3 distro package this works fine. Using the Amazon...