Comment by Nathan Basanese on Finding all Amazon AWS Instances That Do Not...
// , And, to those somehow getting here when looking up how to delete by ==tag rather than deleting by !=tag, (ahem), you could try this: stackoverflow.com/questions/42076274/…
View ArticleComment by Nathan Basanese on Terminate a set on EC2 instances by tags using...
// , Michael, you could add an answer
View ArticleComment by Nathan Basanese on Saltstack create user : password is not set
// , Can you dynamically create credentials using SaltStack or its Pillar feature? Like HashiCorp Vault Dynamic Secrets? learn.hashicorp.com/vault/secrets-management/sm-dynamic-secrets
View ArticleComment by Nathan Basanese on In the HashiCorp Vault docs, "Lease IDs" are...
// , If you don't know which one, set MaxLeaseTTL.
View ArticleComment by Nathan Basanese on import self signed certificate in redhat
// , This was the only thing that worked on my supposedly modern CEntOS 7.5 freshly built system. update-ca-trust is unreliable.
View ArticleComment by Nathan Basanese on How do I make curl ignore the proxy?
// , This is the only one that shows an example with a value with a DNS value beginning with ..
View ArticleComment by Nathan Basanese on What request should I use from my ESP32 to...
// , Are you perhaps asking how you would find all of the available topics to which to subscribe? This might work better as a forum post somewhere, since it might be one of Stack Overflow's catch-22s...
View ArticleComment by Nathan Basanese on Can I pivot in pandas on only two columns of data?
// , Sure @MitchellStearns, I'm sure you've researched this thoroughly on your own, already! But first, if you don't mind my asking, may I know which of the answers at...
View ArticleComment by Nathan Basanese on How do I remove the jumpiness in my rotating...
// , Seems kind of like a debugging question. Have you tried any Python forums?
View ArticleComment by Nathan Basanese on noob - Syntax error: redirection unexpected
// , Do you have a specific question to ask, or more of a "this is what I expect it to do, can you help debug my code?"
View ArticleComment by Nathan Basanese on noob - Syntax error: redirection unexpected
// , I agree with Ted that although the solutions might be the same (add a shebang, noob!) the questions could be different. Ted, what's different about your question?
View ArticleComment by Nathan Basanese on How to add custom attributes to Windows Azure...
// , This may be interesting, because not only does it describe how to update the schema for Active Directory User Objects, but, apparently, I can also update the schema for many other things in Azure:...
View ArticleComment by Nathan Basanese on How do I require login authentication to access...
// , Please improve your question. catb.org/esr/faqs/smart-questions.html#intro
View ArticleMay I use variables and concatenate in Puppet resource names?
I'm wondering if one can put variables in resource names, for example: $c6release = $::operatingsystemmajrelease ## [EPEL(5, 6, or 7)-x86_64] yumrepo { 'EPEL' + $c6release + '-x86_64': ## This is the...
View ArticleDoes Elixir have coding standards or an authoritative style guide published...
I'm pretty sure that I can just use the Erlang style guide, but if Elixir has evolved to the point of something like PEP8, I would like to enforce it* as soon as possible. If it's just a matter of...
View ArticleDoes logrotate remove .gz files? That is, does logrotate with a * path rotate...
// , The question's a bit ambiguous. Here is the scenario: I have logs with the following three extensions, but my current rule only applies to *.log files: .1 .log .txt Plus, because Tomcat is...
View ArticleCan I use aiozmq with aiohttp?
I want to offer an asynchronous http server to clients, and use asynchronous pub-sub on an internal network of peers to which those clients connect. It looks like the best libraries for this,...
View Articlepip install pysqlite leads to the following error: command...
pip install pysqlite fails, and outputs the following with the following error log: ➜ ~ pip install pysqlite Collecting pysqlite Using cached pysqlite-2.6.3.tar.gz Installing collected packages:...
View ArticleHow can I define named functions in the Elixir console without getting **...
I can define named functions in modules just fine, but I haven't yet got the hang of it for use in the iex> or ex> consoles. I keep getting the following error when I try to run the def command:...
View Articlehow do I properly serialize pgp_keys and root_token_pgp_key for the...
I did a brief search on this: https://groups.google.com/forum/#!searchin/vault-tool/pgp_keys%7Csort:date https://groups.google.com/forum/#!searchin/vault-tool/root_token_pgp_key%7Csort:date But both...
View Article