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:45, 30 January 2022 Busk talk contribs created page Envoyproxy sandbox (Created page with "https://github.com/salrashid123/envoy_control/blob/master/bbc.yaml")
  • 21:20, 30 January 2022 Busk talk contribs created page Envoy Binary from DockerHub (Created page with " ``` docker pull envoyproxy/envoy:v1.21-latest tar xf envoy.tar docker save -o envoy.tar envoyproxy/envoy:v1.21-latest find -name layer.tar -exec tar -xf {} \; # /usr/bin/en...")
  • 20:23, 30 January 2022 Busk talk contribs created page Windows Disable ipv6 (Created page with "https://websiteforstudents.com/how-to-disable-ipv6-in-windows-11/ https://docs.microsoft.com/en-us/troubleshoot/windows-server/networking/configure-ipv6-in-windows ``` reg ad...")
  • 19:14, 30 January 2022 Busk talk contribs created page Envoy k8s (Created page with "https://blog.markvincze.com/how-to-use-envoy-as-a-load-balancer-in-kubernetes/")
  • 15:31, 29 January 2022 Busk talk contribs created page Envoy https backend sni (Created page with " https://link.medium.com/OoLIUdFqdnb")
  • 06:13, 29 January 2022 Busk talk contribs created page F5 Bigip SNI Https multiple (Created page with "https://support.f5.com/csp/article/K13452")
  • 21:58, 24 January 2022 Busk talk contribs created page F5 Big IP Monitoring (Created page with " Going to try and get telemetry streaming working. Nice thing no firewalls to worry about. https://clouddocs.f5.com/products/extensions/f5-telemetry-streaming/latest/ https:...")
  • 21:21, 24 January 2022 Busk talk contribs created page Windows Certifcates (Created page with "``` Get-ChildItem Cert:\ -Recurse Get-ChildItem -Path cert:\LocalMachine Get-ChildItem -Path cert:\LocalMachine\My ``` https://docs.microsoft.com/en-us/powershell/module/pk...")
  • 14:57, 23 January 2022 Busk talk contribs created page K8s Scaling (Created page with " https://link.medium.com/HOtmoDPq3mb")
  • 21:45, 20 January 2022 Busk talk contribs created page Sumologic F5 Bigip (Created page with "https://help.sumologic.com/03Send-Data/Hosted-Collectors/Configure-a-Hosted-Collector")
  • 19:30, 19 January 2022 Busk talk contribs created page Datadog (Created page with "https://docs.datadoghq.com/agent/basic_agent_usage/windows/?tab=commandline")
  • 04:27, 14 January 2022 Busk talk contribs created page Nftables. Ddos (Created page with "https://blog.samuel.domains/blog/security/nftables-hardening-rules-and-good-practices")
  • 20:17, 13 January 2022 Busk talk contribs created page Postgres Copy Database (Created page with "https://github.com/dimitri/pgcopydb")
  • 18:44, 13 January 2022 Busk talk contribs created page Tcpdump (Created page with "SNI ``` tcpdump -nnpi F5_Internal -s 1500 '(tcp[((tcp[12:1] & 0xf0) >> 2)+5:1] = 0x01) and (tcp[((tcp[12:1] & 0xf0) >> 2):1] = 0x16)' -nnXSs0 -ttt ```")
  • 18:52, 12 January 2022 Busk talk contribs created page F5 Big IP HSTS (Created page with "https://support.f5.com/csp/article/K68657325")
  • 16:51, 12 January 2022 Busk talk contribs created page Dockerfile Python (Created page with "``` FROM python:3.8.3-alpine RUN pip install --upgrade pip RUN adduser -D myuser USER myuser WORKDIR /home/myuser COPY --chown=myuser:myuser requirements.txt requirements.t...")
  • 15:56, 12 January 2022 Busk talk contribs created page Tcp sync (Created page with "https://serverfault.com/questions/328996/is-it-possible-to-synchronize-the-states-of-tcp-proxies-in-real-time-for-real-h")
  • 15:20, 11 January 2022 Busk talk contribs created page Get-AD (Created page with "``` Get-ADUser -Filter "GivenName -eq 'Joe'" Get-ADPrincipalGroupMembership junhuo | select name | findstr -i foo ```")
  • 22:36, 10 January 2022 Busk talk contribs created page F5 Big IP Device Certificate Update (Created page with "Update GUI web interface certs ``` vim ssl.crt/server.crt vim ssl.key/server.key bigstart restart httpd && bigstart restart tomcat ``` https://support.f5.com/csp/article/K63...")
  • 06:24, 9 January 2022 Busk talk contribs created page Conntrack Linux (Created page with "https://conntrack-tools.netfilter.org/manual.html https://blog.cloudflare.c om/conntrack-tales-one-thousand-and-one-flows/ https://docs.vyos.io/en/latest/configuration/servi...")
  • 19:35, 4 January 2022 Busk talk contribs created page Screensaver disable (Created page with "Windows ``` $WShell = New-Object -Com "Wscript.Shell" while (1) {$WShell.SendKeys("{SCROLLLOCK}"); sleep 60} ``` or ``` $myShell = New-Object -com "Wscript.Shell" for ($i...")
  • 19:12, 4 January 2022 Busk talk contribs created page Zabbix Agent Windows Firewall (Created page with "# Windows Powershell allow 10050 Private network only ``` New-NetFirewallRule -DisplayName "Allow inbound 10050" -Direction Inbound -Protocol TCP -Action Allow -LocalPort 100...")
  • 19:00, 3 January 2022 Busk talk contribs created page Sensu-agent (Created page with "# Windows ## Install ``` mkdir c:\tmp cd c:\tmp Invoke-WebRequest https://s3-us-west-2.amazonaws.com/sensu.io/sensu-go/6.6.3/sensu-go_6.6.3_windows_amd64.zip -OutFile sensu-...")
  • 23:08, 31 December 2021 Busk talk contribs created page TPM Windows 11 Registry Hack (Created page with "``` New-ItemProperty -Path "HKLM:\SYSTEM\Setup\MoSetup" -Name "AllowUpgradesWithUnsupportedTPMOrCPU" -Value 1 -PropertyType DWORD -Force ```")
  • 04:33, 30 December 2021 Busk talk contribs created page Ed25519 go (Created page with "``` package main import ( "crypto/rand" "encoding/pem" // "encoding/hex" // b64 "encoding/base64" "io/ioutil" // "golang.org/x...")
  • 03:16, 30 December 2021 Busk talk contribs created page Rsa go (Created page with "https://medium.com/@rafaelescrich/modern-cryptography-using-go-50e85f0f65af")
  • 17:44, 28 December 2021 Busk talk contribs created page PostgreSQL Examples (Created page with "https://www.enterprisedb.com/postgres-tutorials/postgresql-query-introduction-explanation-and-50-examples")
  • 16:10, 26 December 2021 Busk talk contribs created page Openldap k8s (Created page with "https://docs.bitnami.com/tutorials/create-openldap-server-kubernetes/")
  • 15:58, 26 December 2021 Busk talk contribs created page Postgres ldap auth (Created page with "https://www.strongdm.com/blog/connecting-postgres-to-active-directory-for-authentication")
  • 23:41, 22 December 2021 Busk talk contribs created page Namespace stuck in termination (Created page with "``` for ns in $(kubectl get ns --field-selector status.phase=Terminating -o jsonpath='{.items[*].metadata.name}'); do kubectl get ns $ns -ojson | jq '.spec.finalizers = []' |...")
  • 23:17, 22 December 2021 Busk talk contribs created page Postgres Multi-tenancy (Created page with "https://dev.to/lbelkind/strategies-for-using-postgresql-as-a-database-for-multi-tenant-services-4abd")
  • 16:12, 22 December 2021 Busk talk contribs created page Linux Network Throughput (Created page with "https://blog.cloudflare.com/how-to-receive-a-million-packets/")
  • 13:03, 22 December 2021 Busk talk contribs created page K8s postgres (Created page with "https://blog.flant.com/comparing-kubernetes-operators-for-postgresql/")
  • 06:20, 22 December 2021 Busk talk contribs created page Postgres logical replication (Created page with "https://hevodata.com/learn/postgresql-logical-replication/")
  • 15:25, 21 December 2021 Busk talk contribs created page Python Logging (Created page with "https://coralogix.com/blog/python-logging-best-practices-tips/")
  • 15:06, 21 December 2021 Busk talk contribs created page Gpu k8s (Created page with "https://github.com/RadeonOpenCompute/k8s-device-plugin")
  • 23:35, 20 December 2021 Busk talk contribs created page K8s Resource Quotas (Created page with "https://stackoverflow.com/questions/69030570/limiting-microk8s-maximum-memory-usage")
  • 01:32, 20 December 2021 Busk talk contribs created page K8s network policy (Created page with "https://loft.sh/blog/kubernetes-network-policies-for-isolating-namespaces/")
  • 20:24, 17 December 2021 Busk talk contribs created page UCS Log monitoring (Created page with "https://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/sw/ucsm_syslog/b_Monitoring_Cisco_UCSM_Using_Syslog/b_Monitoring_Cisco_UCSM_Using_Syslog_chapter_010.html")
  • 19:04, 17 December 2021 Busk talk contribs created page Sumologic Rsyslog Fowarder (Created page with "Install rsyslog (usually already installed Add cert ``` mkdir -p /etc/rsyslog.d/keys/ca.d && curl -L https://www.digicert.com/CACerts/DigiCertHighAssuranceEVRootCA.crt.pem -...")
  • 19:20, 15 December 2021 Busk talk contribs created page Ip route multiple providers (Created page with "https://tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.rpdb.multiple-links.html https://unix.stackexchange.com/questions/23820/what-is-the-routing-behaviour-when-two-or-more-default-...")
  • 00:25, 15 December 2021 Busk talk contribs created page Minikube on Linux (Created page with "# Install Docker Install minikube & prep ``` curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 sudo install minikube-linux-amd64 /usr/loca...")
  • 23:30, 14 December 2021 Busk talk contribs created page Prevent Screenlock (Created page with "``` $WShell = New-Object -Com "Wscript.Shell" while (1) {$WShell.SendKeys("{SCROLLLOCK}"); sleep 60} ```")
  • 16:31, 12 December 2021 Busk talk contribs created page Frr (Created page with "https://frrouting.org/ # Debian deb https://deb.frrouting.org/")
  • 08:00, 11 December 2021 Busk talk contribs created page K8s large tuning (Created page with "https://blog.kubovy.eu/2020/05/16/the-kubernetes-110-pod-limit-per-node/")
  • 17:40, 10 December 2021 Busk talk contribs created page Data governance tools (Created page with "- Amundsen - opensource - Alation - Colibra - Purview")
  • 08:17, 10 December 2021 Busk talk contribs created page Crypto (Created page with "https://www.computerworld.com/article/3336187/sharding-what-it-is-and-why-so-many-blockchain-protocols-rely-on-it.html")
  • 21:12, 9 December 2021 Busk talk contribs created page ADR Stuff (Created page with "https://github.com/joelparkerhenderson/architecture-decision-record")
  • 07:09, 7 December 2021 Busk talk contribs created page Smallstep pki (Created page with "``` curl --cacert /root/.step/certs/root_ca.crt https://localhost:9443/hi ```")
  • 03:11, 7 December 2021 Busk talk contribs created page Pki (Created page with "https://github.com/smallstep/certificates")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)