User contributions
Jump to navigation
Jump to search
- 16:48, 23 January 2023 diff hist +143 Wsl
- 16:42, 23 January 2023 diff hist +103 Wsl
- 16:40, 23 January 2023 diff hist +55 Wsl
- 16:39, 23 January 2023 diff hist +23 Wsl
- 16:39, 23 January 2023 diff hist +252 Wsl
- 15:38, 23 January 2023 diff hist +597 Caddy config examples current
- 15:36, 23 January 2023 diff hist -149 Caddy config examples
- 14:25, 23 January 2023 diff hist +1,621 N Caddy config examples Created page with "``` { http_port 8080 https_port 8443 } # http://domain.com:8080 { http://testlocal.uvoo.io:8080 { # Change the path here according to your setup..."
- 14:15, 23 January 2023 diff hist +108 Caddy http server by go current
- 14:13, 23 January 2023 diff hist +82 Caddy http server by go
- 14:07, 23 January 2023 diff hist +57 Caddy http server by go
- 13:02, 23 January 2023 diff hist +35 Caddy http server by go
- 12:56, 23 January 2023 diff hist +41 Caddy http server by go
- 12:53, 23 January 2023 diff hist +142 Caddy http server by go
- 02:09, 23 January 2023 diff hist +80 Caddy http server by go
- 02:04, 23 January 2023 diff hist +56 Caddy http server by go
- 02:04, 23 January 2023 diff hist +44 N Caddy http server by go Created page with "https://caddyserver.com/docs/getting-started"
- 00:51, 23 January 2023 diff hist +175 Envoy docs current
- 23:40, 22 January 2023 diff hist +7 Dig
- 23:39, 22 January 2023 diff hist +115 Dig
- 22:17, 21 January 2023 diff hist +76 Envoy docs
- 21:57, 21 January 2023 diff hist +70 Envoy docs
- 21:50, 21 January 2023 diff hist +90 N Envoy docs Created page with "https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/udp_filters/dns_filter"
- 04:41, 21 January 2023 diff hist +137 Envoy current
- 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"