All public logs
Jump to navigation
Jump to search
Combined display of all available logs of UVOO Tech Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50 ) (20 | 50 | 100 | 250 | 500)- 17:47, 3 February 2023 Busk talk contribs created page Cop (Created page with "https://codeql.github.com/ https://github.com/NickLiffen/ghas-enablement https://docs.github.com/en/enterprise-cloud@latest/code-security/adopting-github-advanced-security-a...")
- 15:39, 3 February 2023 Busk talk contribs created page Vim tab (Created page with "``` filetype plugin indent on " On pressing tab, insert 2 spaces set expandtab " show existing tab with 2 spaces width set tabstop=2 set softtabstop=2 " when indenting with '>...")
- 04:43, 3 February 2023 Busk talk contribs created page Haproxy snippets (Created page with "https://github.com/haproxy/haproxy/issues/1441")
- 02:03, 3 February 2023 Busk talk contribs created page Haproxy path based routing (Created page with "https://www.haproxy.com/blog/path-based-routing-with-haproxy/")
- 17:41, 2 February 2023 Busk talk contribs created page Pydig python dns (Created page with "# Pydig - https://github.com/leonsmith/pydig pip install pydig ``` import ipaddress import pydig resolver = pydig.Resolver( executable='/usr/bin/dig', nameservers=[...")
- 21:28, 1 February 2023 Busk talk contribs created page L7lb (Created page with "https://blog.getambassador.io/envoy-vs-nginx-vs-haproxy-why-the-open-source-ambassador-api-gateway-chose-envoy-23826aed79ef https://www.loggly.com/blog/benchmarking-5-popular...")
- 17:45, 31 January 2023 Busk talk contribs created page Terraform flatten (Created page with "https://clouders.medium.com/how-to-use-terraform-flatten-function-2ef189598840")
- 03:48, 31 January 2023 Busk talk contribs created page Coredns plugins (Created page with " plugin.cfg ``` ubound:github.com/coredns/unbound ``` ``` sudo apt install libunbound-dev go get github.com/coredns/unbound ``` ``` go generate go build ./coredns -plugins...")
- 23:42, 30 January 2023 Busk talk contribs created page Dnscmd (Created page with " ## Windows allow AXFR ``` $zone="example.com" $ips="10.1.2.3" dnscmd localhost /ZoneResetSecondaries $zone /SecureList $ips ``` ## Get the zone in RFC (bind) format ``` dig...")
- 19:52, 30 January 2023 Busk talk contribs created page Developer roadmap (Created page with "https://github.com/kamranahmedse/developer-roadmap")
- 18:08, 30 January 2023 Busk talk contribs created page Openssh openssl (Created page with "https://stackoverflow.com/questions/1011572/convert-pem-key-to-ssh-rsa-format https://tutorialinux.com/convert-ssh2-openssh/")
- 10:41, 26 January 2023 Busk talk contribs created page Helm charts (Created page with "https://helm.sh/docs/howto/charts_tips_and_tricks/")
- 18:29, 25 January 2023 Busk talk contribs created page Kubectl logs (Created page with "kubectl logs -f build --all-containers=true")
- 18:59, 23 January 2023 Busk talk contribs created page Azure container registries (Created page with "https://learn.microsoft.com/en-us/azure/container-registry/container-registry-get-started-docker-cli?tabs=azure-cli ``` az acr repository list --name myregname --output table...")
- 14:25, 23 January 2023 Busk talk contribs created page 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...")
- 02:04, 23 January 2023 Busk talk contribs created page Caddy http server by go (Created page with "https://caddyserver.com/docs/getting-started")
- 21:50, 21 January 2023 Busk talk contribs created page Envoy docs (Created page with "https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/udp_filters/dns_filter")
- 17:57, 20 January 2023 Busk talk contribs created page 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...")
- 23:23, 19 January 2023 Busk talk contribs created page 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...")
- 11:46, 18 January 2023 Busk talk contribs created page 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...")
- 00:36, 17 January 2023 Busk talk contribs created page Docker desktop (Created page with ".docker\daemon.json { "builder": { "gc": { "defaultKeepStorage": "20GB", "enabled": true } }, "experimental": false, "features": { "buildkit":...")
- 19:00, 15 January 2023 Busk talk contribs created page 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...")
- 05:32, 12 January 2023 Busk talk contribs created page 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 Busk talk contribs created page Mount bind (Created page with "``` sudo mount --bind /mnt/c/Users/myuser/.kube /home/myuser/.kube ```")
- 22:49, 7 January 2023 Busk talk contribs created page 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 Busk talk contribs created page Ssh sha256 (Created page with "key_file=~/.ssh/foo.pub; ssh-keygen -lf $key_file -E sha256")
- 16:15, 5 January 2023 Busk talk contribs created page 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 Busk talk contribs created page 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_...")
- 18:07, 31 December 2022 Busk talk contribs created page Terraform template (Created page with "https://registry.terraform.io/providers/hashicorp/template/latest/docs/data-sources/file#example-usage")
- 15:45, 28 December 2022 Busk talk contribs created page Vault curl (Created page with "https://www.ge.com/digital/documentation/predix-platforms/vault-service-managing-paths-secrets.html")
- 20:13, 27 December 2022 Busk talk contribs created page 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...")
- 15:36, 24 December 2022 Busk talk contribs created page Haproxy lua (Created page with "https://github.com/haproxytech/haproxy-lua-oauth/blob/master/example/haproxy/lib/jwtverify.lua")
- 15:30, 24 December 2022 Busk talk contribs created page 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/")
- 00:53, 24 December 2022 Busk talk contribs created page Haproxy logs (Created page with "# sumo - https://www.sumologic.com/blog/haproxy-log-format/")
- 23:39, 23 December 2022 Busk talk contribs created page Haproxy docs (Created page with "https://www.haproxy.com/blog/accelerate-your-apis-by-using-the-haproxy-cache/ https://www.haproxy.com/blog/introduction-to-haproxy-acls/")
- 02:25, 23 December 2022 Busk talk contribs created page Go app (Created page with "Gormv2 https://github.com/gofiber/fiber")
- 21:37, 21 December 2022 Busk talk contribs created page Terraform tests (Created page with "https://developer.hashicorp.com/terraform/language/modules/testing-experiment https://github.com/gruntwork-io/terratest")
- 16:57, 19 December 2022 Busk talk contribs created page Openldap (Created page with "https://www.how2shout.com/how-to/how-to-install-ubuntu-22-04-on-windows-11-or-10-wsl.html")
- 04:17, 19 December 2022 Busk talk contribs created page Mock ldap (Created page with "https://ldap3.readthedocs.io/en/latest/mocking.html")
- 18:20, 14 December 2022 Busk talk contribs created page Terraform helm (Created page with "https://getbetterdevops.io/terraform-with-helm/")
- 22:33, 9 December 2022 Busk talk contribs moved page Terraform cheat sheets to Terraform Associate Certifications & Training & Cheats without leaving a redirect
- 02:04, 9 December 2022 Busk talk contribs created page Heredoc (Created page with "https://linuxize.com/post/bash-heredoc/")
- 18:55, 7 December 2022 Busk talk contribs created page Terraform quick ref (Created page with "``` #!/bin/sh set -eu if [ "$#" -ne 1 ]; then echo "Usage: $0 <terraform version>" echo "Example: $0 1.3.6" exit fi version=$1 curl -sLO https://releases.hashicorp.com/...")
- 04:12, 7 December 2022 Busk talk contribs created page Terraform cheat sheets (Created page with "https://spacelift.io/blog/terraform-commands-cheat-sheet")
- 19:15, 5 December 2022 Busk talk contribs created page Terraform pluralsight (Created page with "https://github.com/ned1313/Getting-Started-Terraform/tree/main/m4_solution")
- 16:54, 2 December 2022 Busk talk contribs created page Sparse file (Created page with "https://unix.stackexchange.com/questions/17087/clone-whole-partition-or-hard-drive-to-a-sparse-file dd_rescue -a -b 8M /dev/sda1 /mount/external/backup/sda1.raw The copy may...")
- 03:48, 1 December 2022 Busk talk contribs created page Env files (Created page with "set -a; source .env; set + -a: The -a option sets all created or modified variables or functions for export.")
- 19:08, 25 November 2022 Busk talk contribs created page Gke (Created page with "https://github.com/DeimosCloud/terraform-google-gke/blob/master/examples/gke-public-cluster/main.tf https://github.com/terraform-google-modules/terraform-google-kubernetes-en...")
- 19:02, 25 November 2022 Busk talk contribs created page Cloud pricing comparisons (Created page with "https://www.instance-pricing.com/provider=gcp/region=us-central1")
- 19:02, 22 November 2022 Busk talk contribs created page Compgen (Created page with "``` if compgen -G "${PROJECT_DIR}/*.png" > /dev/null; then echo "pattern exists!" fi ``` https://stackoverflow.com/questions/6363441/check-if-a-file-exists-with-a-wildcar...")