OCI Network Load Balancer Source Header Preservation
In my case running Traefik on docker I was not getting real ip addresses. I changed the NLB option Source
Read MoreMy tips, howtos, gotchas, snippets and stuff. Use at your own risk!
In my case running Traefik on docker I was not getting real ip addresses. I changed the NLB option Source
Read MoreIf you need to use an alias inside a script you need this: shopt -s expand_aliases source ~/.bash_aliases I recently
Read Morehttps://github.com/oracle/oci-python-sdk/blob/master/examples/kms_example.py https://www.ateam-oracle.com/secure-way-of-managing-secrets-in-oci assume oci cli working test an old cli script to list buckets $ ./list_buckets.sh { “data”: [ { “compartment-id”:
Read MoreIf you find yourself relying on restic using rclone to talk to non-default regions you may want to check out
Read MoreSome bash snippets of using –query, jq and interacting with Bash to manipulate into variables. Collect boot volume’s id Collect
Read MoreI am jotting down some recent work on scripting restic and also using restic’s json output with jq and mc
Read MoreIt seems that after some time went by the S3 compatible object storage OCI interface can now work with restic
Read MoreAt this point I prefer using restic for my object storage backup needs but since I did a POC for
Read MoreI have been playing around with some options to utilize Object Storage for backups. Since I am working on Oracle
Read MoreI am testing rclone to the Oracle Cloud Interface object storage and recording what worked for me. Note I could
Read More