Shell-secrets – GPG-encrypted environment variables
https://github.com/waj/shell-secrets
#HackerNews #ShellSecrets #GPGEncryption #EnvironmentVariables #DevOps #Security
Shell-secrets – GPG-encrypted environment variables
https://github.com/waj/shell-secrets
#HackerNews #ShellSecrets #GPGEncryption #EnvironmentVariables #DevOps #Security
📌
Podcast: Environment Variables
https://podcasts.castplus.fm/environment-variables
#EnvironmentVariables
DB2 prereqcheck Linux Hang: Solving the LANG Environment Variable Issue
DB2 prereqcheck on Linux hanging? It's often due to incorrect environment variables, especially locale settings (LANG, LC_ALL). This post shows how to troubleshoot and fix these issues to get your DB2 environment running smoothly. #DB2 #Linux #prereqcheck #environmentvariables #troubleshooting #locale
https://tech-champion.com/database/db2-prereqcheck-linux-hang-solving-the-lang-environment-variable-issue/
Resolve DB2 ...
DB2 Linux Environment Variables: Troubleshooting ASP.NET Core 6 on Linux
Master DB2 Linux Environment Variables for seamless .NET Core app deployments! Learn how to avoid common pitfalls with LD_LIBRARY_PATH and systemctl. #DB2Linux #.NetCore #LinuxAdmin #EnvironmentVariables #DB2Deployment #Systemctl
https://tech-champion.com/database/db2-linux-environment-variables-troubleshooting-asp-net-core-6-on-linux/
Troubleshooting DB2 Linux environment variables in an ASP.NET Core 6 web service. ...
Angular for beginners: Everything you need to know by Abdelfattah Ragab
Available on https://books.abdelfattah-ragab.com
#angular #beginners #students #novice #juniors #angularcli #events #routing #componentlifecycle #forms #dependencyinjection #httpclient #environmentvariables #guards #interceptors #resolvers #lazyloading #templatesyntax #pipes #controlflow #styles #observables #rxjs #operators
https://aws.amazon.com/blogs/compute/creating-aws-lambda-environmental-variables-from-aws-secrets-manager/ - hooking #AWS #Secrets Manager #Lambda #EnvironmentVariables is possible but not easy. Use layers to inject an init function.
Angular for beginners: Everything you need to know by Abdelfattah Ragab
Available on https://shop.tredition.com and https://www.amazon.com
#angular #beginners #students #novice #juniors #angularcli #events #routing #componentlifecycle #forms #dependencyinjection #httpclient #environmentvariables #guards #interceptors #resolvers #lazyloading #templatesyntax #pipes #controlflow #styles #observables #rxjs #operators
I'm just getting to listening to @mrchrisadams #EnvironmentVariables
interview with @tzviya & Alexander Dawson.
https://podcasts.castplus.fm/e/xn1421y8-shaping-web-sustainability-with-the-w3c
It is great to hear Tzviya & Alexander, who have contributed so much the the
#WebSustainability
Guidelines.
PostgreSQL Vulnerability Exposes Environment Variables to Hackers
A recent PostgreSQL vulnerability has been making waves in the cybersecurity world, exposing environment variables to potential hackers
#PostgreSQL #CyberSecurity #DataBreach #Vulnerability #Hackers #InformationSecurity #DatabaseSecurity #EnvironmentVariables #TechNews #SecurityAwareness #news
https://cloudhosting.evostrix.eu/postgresql-vulnerability-exposes-environment-variables-to-hackers/
I believe #featureFlags (as implemented with services like #launchDarkly) are an #antiPattern; they are just a second set of #environmentVariables that need to be tested against. Just use env vars. Too many? There's your problem! #12factor
I wrote a blog post: "Using multiple #GitHub accounts from the Command Line with #EnvironmentVariables (using #direnv) and per-account #SSH keys" https://jon.sprig.gs/blog/post/2853
my favorite thing about #environmentvariables? being forced to google to find out which inputs programs and libraries accept and how to pass them and how they're parsed. also being unable to pass different ones to different instances of the library not just within the process but also within the process's children unless I go in with gdb and manually poke into the parent's environment before it spawns children