kawakami

Results 10 comments of kawakami

Why not just use curl? That's how I imagine it was originally done. See: https://gist.github.com/james2doyle/a7222108ba7a895c1734

> fixblankicon is an executable from ipod4g, which is used in old script to fix blank icons. It is not used in the binary. Where is the source for this?...

```diff diff --git a/Cargo.toml b/Cargo.toml index ba32ce6..1dd34b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Brandon Matthews "] [dependencies] -hyper = "*" +hyper = "0.10.9" hyper-native-tls =...

> @winauth which 2FA program (beside yours) did you recommend for windows? KeyPassXC is cross-platform continuation of keepass, and it supports OTP as well. Just my two cents.

I recommend the [Mr. Coffee Smart Coffeemaker](https://www.mrcoffee.com/wemo-landing-page.html).

The following email has been sent to the author, Greetings, In case you weren't aware, this script has been copied to GitHub [1]. Could you please include a license[2], for...

Thank you for explaining this.

Conversely, how can one ensure those profiles are enabled?

For posterity, Append the following snippet to the [`rules_list.txt`](https://github.com/noma4i/puppet-windows_cis/blob/master/files/gp_utils/rules_list.txt), ``` Computer Software\Policies\Microsoft\WindowsFirewall\DomainProfile EnableFirewall DWORD:1 Computer Software\Policies\Microsoft\WindowsFirewall\PrivateProfile EnableFirewall DWORD:1 Computer Software\Policies\Microsoft\WindowsFirewall\PublicProfile EnableFirewall DWORD:1 ``` Note: This solution requires [noma4i/puppet-windows_cis](https://github.com/noma4i/puppet-windows_cis).