User contributions
Jump to navigation
Jump to search
- 21:54, 20 January 2023 diff hist +47 Envoy
- 18:30, 20 January 2023 diff hist +105 F5 get objects current
- 18:27, 20 January 2023 diff hist +274 F5 get objects
- 17:58, 20 January 2023 diff hist -18 F5 get objects
- 17:57, 20 January 2023 diff hist +643 N F5 get objects Created page with "Here is an example of dumping virtual machines {code} curl -sku $AD_USER:$AD_PASS -X GET https://lb.example.com/mgmt/tm/ltm/virtual | jq > virtual.json {code} {code} for i in..."
- 12:28, 20 January 2023 diff hist +360 Openssl
- 23:23, 19 January 2023 diff hist +1,860 N Haptoxy set-header Created page with "https://serverfault.com/questions/876871/configure-haproxy-to-include-host-headers-for-different-backends ``` http-request set-header Connection keep-alive # http-requ..." current
- 16:46, 18 January 2023 diff hist +1,267 Kaniko dockerfile
- 15:18, 18 January 2023 diff hist +91 Kaniko dockerfile
- 13:32, 18 January 2023 diff hist +61 Kaniko dockerfile
- 13:16, 18 January 2023 diff hist +133 Kaniko dockerfile
- 12:22, 18 January 2023 diff hist +103 Wsl
- 11:46, 18 January 2023 diff hist +262 N Kaniko dockerfile Created page with "Builders docker image from dockerfile in k8s container https://github.com/GoogleContainerTools/kaniko https://blog.csanchez.org/2020/09/15/building-docker-images-with-kanik..."
- 14:46, 17 January 2023 diff hist +49 Mount bind
- 00:36, 17 January 2023 diff hist +267 N Docker desktop Created page with ".docker\daemon.json { "builder": { "gc": { "defaultKeepStorage": "20GB", "enabled": true } }, "experimental": false, "features": { "buildkit":..." current
- 19:01, 15 January 2023 diff hist +17 Configmap as single file current
- 19:00, 15 January 2023 diff hist +489 N Configmap as single file Created page with "``` apiVersion: v1 kind: ConfigMap metadata: name: nginx-config ... data: nginx.conf: | ...some raw config string... --- apiVersion: apps/v1 kind: Deployment spec..."
- 22:42, 13 January 2023 diff hist +213 Pg dump
- 22:40, 13 January 2023 diff hist +727 Pg dump
- 20:06, 13 January 2023 diff hist +34 Git tag
- 05:32, 12 January 2023 diff hist +175 N K8s autoscaling Created page with "https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/#:~:text=A%20HorizontalPodAutoscaler%20(HPA%20for%20short,is%20to%20deploy%20more%20Pods."
- 01:10, 11 January 2023 diff hist +70 N Mount bind Created page with "``` sudo mount --bind /mnt/c/Users/myuser/.kube /home/myuser/.kube ```"
- 22:49, 7 January 2023 diff hist -4 Bash indent current
- 22:49, 7 January 2023 diff hist +199 N Bash indent Created page with "``` export HAPROXY_CONFIG=$(cat dev.haproxy.cfg) # export HAPROXY_CONFIG=$(indent() { sed 's/^/ /'; }; echo -n "$HAPROXY_CONFIG" | indent) # export HAPROXY_CONFIG=$(echo -e "..."
- 17:03, 7 January 2023 diff hist +8 Ssh sha256 current
- 17:03, 7 January 2023 diff hist +59 N Ssh sha256 Created page with "key_file=~/.ssh/foo.pub; ssh-keygen -lf $key_file -E sha256"
- 14:43, 7 January 2023 diff hist +94 Helm diff current
- 19:26, 6 January 2023 diff hist +630 Helm diff
- 16:16, 5 January 2023 diff hist +1,458 CSR - Certificate Signing Request current
- 16:15, 5 January 2023 diff hist +309 N CSR - Certificate Signing Request Created page with "https://security.stackexchange.com/questions/155865/is-the-csr-and-public-key-the-exact-same-thing#:~:text=No%2C%20they%20are%20not%20the,a%20form%20you%20fill%20out. https:/..."
- 18:45, 4 January 2023 diff hist +261 N F5 certs from cli Created page with "``` tmsh load sys config from-terminal verify tmsh save sys config cd /config/filestore/files_d/Common_d/certificate_d /config/filestore/files_d/Common_d/certificate_key_..."
- 23:16, 1 January 2023 diff hist +300 Curl
- 22:27, 1 January 2023 diff hist +67 Azure Terraform current
- 16:23, 1 January 2023 diff hist +9 Terraform template current
- 16:20, 1 January 2023 diff hist +89 Terraform template
- 15:48, 1 January 2023 diff hist +141 Zabbix web scenario current
- 21:33, 31 December 2022 diff hist +250 Crypto current
- 18:20, 31 December 2022 diff hist +48 Terraform template
- 18:07, 31 December 2022 diff hist +102 N Terraform template Created page with "https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file#example-usage"
- 15:45, 28 December 2022 diff hist +99 N Vault curl Created page with "https://www.ge.com/digital/documentation/predix-platforms/vault-service-managing-paths-secrets.html"
- 21:36, 27 December 2022 diff hist +54 Grep current
- 21:31, 27 December 2022 diff hist +67 Grep
- 20:57, 27 December 2022 diff hist +137 Helm diff
- 20:13, 27 December 2022 diff hist +519 N Helm diff Created page with "This is a great plugin for helm. helm plugin install https://github.com/databus23/helm-diff helm diff upgrade -n mynamespace myapp foo/myapp -f custom-values.yaml You could..."
- 18:50, 24 December 2022 diff hist +99 Haproxy docs current
- 15:44, 24 December 2022 diff hist +35 Haproxy lua current
- 15:36, 24 December 2022 diff hist +94 N Haproxy lua Created page with "https://github.com/haproxytech/haproxy-lua-oauth/blob/master/example/haproxy/lib/jwtverify.lua"
- 15:30, 24 December 2022 diff hist +156 N Haproxy ldap Created page with "https://gist.github.com/kevin39/3db2cb05e79fb752c80d https://www.timatlee.com/post/haproxy-ad-ldaps/ https://tylersguides.com/guides/haproxy-ldap-backend/" current
- 07:45, 24 December 2022 diff hist +73 Haproxy docs
- 01:12, 24 December 2022 diff hist +7,466 Haproxy logs current