SOPS: Secrets OPerationS
sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault, age, and PGP. (demo)
https://github.com/mozilla/sops
. . .
selengkapnya>>When we execute npm run build, vue will build into dist folder, sometimes we need to add additional file like htaccess to this dist folder. but if we add the file manually the file will be deleted on next build. I don't know if this solution is best practice, but it is work for now :D, The solution is we need to add the file we want to include in dist folder. . .
selengkapnya>>
pip show package_name
ref : https://stackoverflow.com/questions/10214827/find-which-version-of-package-is-installed-with-pip
. . .
selengkapnya>>
myString = myString.replace(/\D/g,'');
ref : https://stackoverflow.com/questions/1862130/strip-all-non-numeric-characters-from-string-in-javascript
. . .
selengkapnya>>https://fideloper.com/user-group-permissions-chmod-apache
. . .
selengkapnya>>