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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 21:25, 13 March 2023 Busk talk contribs created page F5 TCL irule examples (Created page with "``` when CLIENT_ACCEPTED { set hsl [HSL::open -proto UDP -pool /APPLICATION/test_logserver] set tstamp [clock format [clock seconds] -format "%d/%m/%Y %H:%M:%S %z"]...")
  • 16:20, 13 March 2023 Busk talk contribs created page Office 365 SMTP relay (Created page with "# Office 365 SMTP relay - https://learn.microsoft.com/en-us/exchange/mail-flow-best-practices/how-to-set-up-a-multifunction-device-or-application-to-send-email-using-microsoft...")
  • 20:48, 12 March 2023 Busk talk contribs created page Shredos (Created page with "# Linux - https://github.com/PartialVolume/shredos.x86_64 ## Download and wipe WARNING!!! We are assuming /dev/sdb is your USB drive. ``` curl -LO https://github.com/Partia...")
  • 19:29, 12 March 2023 Busk talk contribs created page Kali Linux (Created page with "# Download curl -LO https://cdimage.kali.org/kali-2022.4/kali-linux-2022.4-live-amd64.iso dd if=kali-linux-2022.4-live-amd64.iso of=/dev/sdb conv=fsync bs=4M # Shred disk or...")
  • 16:38, 12 March 2023 Busk talk contribs created page Powerdns geo (Created page with "https://jpmens.net/2015/11/12/geodns-with-powerdns-geoip-back-end/")
  • 15:21, 10 March 2023 Busk talk contribs created page Mssql (Created page with "https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-containers-deploy-helm-charts-kubernetes")
  • 22:04, 8 March 2023 Busk talk contribs created page SSO HTTP Authentication (Created page with "Here are some different ways. Note using module and then passing HTTP Header values/cookies to backend is usually the easiest. You can write your own LUA integration too. htt...")
  • 14:59, 26 February 2023 Busk talk contribs created page Prometheus addtional-scrape-configs (Created page with "https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/additional-scrape-config.md https://blog.checklyhq.com/autoscaling-checkly-agents-with-keda...")
  • 19:21, 24 February 2023 Busk talk contribs created page Keda (Created page with "https://github.com/turbaszek/keda-example/tree/master/keda")
  • 20:50, 23 February 2023 Busk talk contribs created page Azure dns terraform (Created page with "https://github.com/scalair/terraform-azurerm-dns")
  • 19:55, 23 February 2023 Busk talk contribs created page Azure gotchas (Created page with "https://learn.microsoft.com/en-us/azure/virtual-network/virtual-network-service-endpoints-overview#limitations")
  • 19:17, 23 February 2023 Busk talk contribs created page F5 BigIP License reactivation from BIGIQ (Created page with "Removes license control from BigIQ and reactivates license on local Bigip bash ``` clear-rest-storage get_dossier -b <key> https://secure.f5.com/Infopage/index.jsp Activate...")
  • 18:37, 23 February 2023 Busk talk contribs created page Haproxy keda autoscalling (Created page with "https://www.haproxy.com/blog/autoscaling-with-the-haproxy-kubernetes-ingress-controller-and-keda/")
  • 18:55, 21 February 2023 Busk talk contribs created page Roadmaps (Created page with "https://github.com/kamranahmedse/developer-roadmap https://roadmap.sh/devops")
  • 18:40, 21 February 2023 Busk talk contribs created page Technical debt (Created page with "https://www.imaginarycloud.com/blog/what-is-technical-debt/")
  • 03:40, 21 February 2023 Busk talk contribs created page Website html templates (Created page with "https://github.com/learning-zone/website-templates")
  • 00:55, 21 February 2023 Busk talk contribs created page K8s prometheus (Created page with "https://github.com/prometheus-operator/kube-prometheus")
  • 15:35, 20 February 2023 Busk talk contribs created page Lb performance (Created page with "https://www.haproxy.com/blog/haproxy-forwards-over-2-million-http-requests-per-second-on-a-single-aws-arm-instance/")
  • 20:46, 17 February 2023 Busk talk contribs created page Loadbalancers (Created page with "## Performance & Comparisons # Perf Tests - https://github.com/NickMRamirez/Proxy-Benchmarks - https://www.loggly.com/blog/benchmarking-5-popular-load-balancers-nginx-haproxy...")
  • 19:27, 17 February 2023 Busk talk contribs created page Haproxy common functions (Created page with "https://www.haproxy.com/blog/redirect-http-to-https-with-haproxy/")
  • 15:03, 17 February 2023 Busk talk contribs created page Go env defaults (Created page with "https://dev.to/craicoverflow/a-no-nonsense-guide-to-environment-variables-in-go-a2f ``` package config import ( "os" "strconv" "strings" ) type GitHubConfig stru...")
  • 01:35, 15 February 2023 Busk talk contribs created page Echo http server (Created page with "``` package main import ( "net/http" "os" "log" ) // DefaultPort is the default port to use if once is not specified by the SERVER_PORT environment variable cons...")
  • 23:42, 13 February 2023 Busk talk contribs created page Http performance tests (Created page with "https://github.com/ddosify/ddosify")
  • 01:08, 13 February 2023 Busk talk contribs created page Postgres permissions (Created page with "``` CREATE ROLE viewer; CREATE ROLE editor; CREATE ROLE admin; GRANT SELECT ON ALL TABLES IN SCHEMA public TO viewer; ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON...")
  • 13:50, 12 February 2023 Busk talk contribs created page Crm (Created page with "https://github.com/MicroPyramid/Django-CRM")
  • 16:08, 11 February 2023 Busk talk contribs created page Bash snippets (Created page with "# Math ``` i=$(($i + 1)) ``` # Array ``` hostsarray=($(cat hosts.txt)) ```")
  • 19:36, 10 February 2023 Busk talk contribs created page Zabbix template bash generator (Created page with "``` #!/bin/bash set -eu create_item(){ dnshost=$1 fqdn=$2 uuidv4=$(uuid -v 4 | sed 's/-//g') item_line=$(cat <<EOF - uuid: ${uuidv4} name:...")
  • 15:58, 10 February 2023 Busk talk contribs created page Windows dns export zones to rfc (Created page with "``` $ErrorActionPreference = "Stop" $dnshost = "txv-dc02" New-Item -ItemType Directory -Force -Path ${PWD}/exports $Session = New-PSSession -ComputerName "$dnshost" Functio...")
  • 21:46, 8 February 2023 Busk talk contribs created page Mssql aks (Created page with "https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-containers-deploy-helm-charts-kubernetes?view=sql-server-ver16")
  • 19:31, 7 February 2023 Busk talk contribs created page Pgbouncer compile (Created page with "https://askubuntu.com/questions/468661/how-to-fix-pkg-prog-pkg-config-command-not-found-error/468895")
  • 19:02, 7 February 2023 Busk talk contribs created page Dockerfile Tips (Created page with "https://www.dajobe.org/blog/2015/04/18/making-debian-docker-images-smaller/")
  • 19:39, 6 February 2023 Busk talk contribs created page Wsl2 (Created page with "https://jamespotz.github.io/blog/how-to-fix-wsl2-and-cisco-vpn")
  • 16:50, 6 February 2023 Busk talk contribs created page Application Life Cycle (Created page with "``` Application Life Cycle Plan & Track Develop Build & Test Deploy Operate Monitor & Learn ```")
  • 14:40, 5 February 2023 Busk talk contribs created page Ntlm (Created page with "https://stackoverflow.com/questions/21284935/nginx-reverse-proxy-with-windows-authentication-that-uses-ntlm")
  • 05:56, 4 February 2023 Busk talk contribs created page Mtls envoy (Created page with "https://github.com/salrashid123/envoy_mtls")
  • 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)