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)- 21:53, 22 February 2022 Busk talk contribs created page Curl SNI Spoofing for performance tests (Created page with "https://everything.curl.dev/usingcurl/connections/name")
- 00:34, 20 February 2022 Busk talk contribs created page Yaml (Created page with "https://idratherbewriting.com/learnapidoc/pubapis_yaml.html")
- 02:12, 19 February 2022 Busk talk contribs created page Certs Verify (Created page with "python3 -m pip install python-certifi-win32 b.py ``` import ssl import requests import sys # hostname='www.google.com' hostname='wjv-lb.extendhealth.com' port=443 r = reques...")
- 00:29, 17 February 2022 Busk talk contribs created page Blkid (Created page with "blkid")
- 15:38, 15 February 2022 Busk talk contribs created page Azure by yaml (Created page with "https://docs.microsoft.com/en-us/azure/developer/python/azure-sdk-example-virtual-machines?tabs=cmd")
- 14:42, 15 February 2022 Busk talk contribs created page Azure Pricing (Created page with "https://azure.microsoft.com/en-us/pricing/details/managed-disks/ ``` For P20 disks and smaller, credit-based bursting is enabled by default with no additional costs. You can b...")
- 16:39, 14 February 2022 Busk talk contribs created page Azure VM & Disk Performance Tuning (Created page with "https://docs.microsoft.com/en-us/azure/virtual-machines/disks-performance")
- 19:26, 12 February 2022 Busk talk contribs created page Ucmd Postgres (Created page with "https://tableplus.com/blog/2018/04/postgresql-how-to-create-read-only-user.html")
- 15:55, 12 February 2022 Busk talk contribs created page Golang Error Handling (Created page with "``` log.Fatal panic db, err := sql.Open("postgres", connStr) if err != nil { log.Fatal(err) } ``")
- 04:26, 12 February 2022 Busk talk contribs created page Postgres migrations golang (Created page with "https://github.com/golang-migrate/migrate/blob/master/database/postgres/TUTORIAL.md")
- 16:28, 10 February 2022 Busk talk contribs created page Zabbix Kerberos SSO Authentication (Created page with "https://www.zabbix.com/forum/zabbix-cookbook/13916-kerberos-login-sso")
- 19:09, 9 February 2022 Busk talk contribs created page Cert expiration (Created page with "https://askubuntu.com/questions/1198619/bash-script-to-calculate-remaining-days-to-expire-ssl-certs-in-a-website")
- 17:42, 9 February 2022 Busk talk contribs created page Active Directory Controllers Troubleshooting (Created page with "https://shellgeek.com/list-all-domain-controllers-in-domain/ https://docs.microsoft.com/en-us/powershell/module/activedirectory/get-addomaincontroller?view=windowsserver2022-ps")
- 16:36, 9 February 2022 Busk talk contribs created page HWE Kernel Version on Linux (Created page with "https://askubuntu.com/questions/906247/should-i-add-hwe-kernel-to-the-ubuntu-server-manual-installation-not-from-a-hos")
- 12:21, 9 February 2022 Busk talk contribs created page Pgmock (Created page with "https://datastation.multiprocess.io/blog/2022-02-08-the-world-of-postgresql-wire-compatibility.html")
- 23:12, 8 February 2022 Busk talk contribs created page Tshark Scripts (Created page with "Collect SNIs without using up a lot of memory ``` #!/bin/bash set -eu duration=180 interface=internal # pmatch=python pmatch=tshark get_sni() { ts=$(date +"%Y-%m-%dT%T.%3N%...")
- 21:50, 8 February 2022 Busk talk contribs created page Netcat (Created page with "https://www.digitalocean.com/community/tutorials/how-to-use-netcat-to-establish-and-test-tcp-and-udp-connections")
- 21:18, 8 February 2022 Busk talk contribs created page Swap space (Created page with "Linux ``` free -m swapoff -a # wait about 30 seconds swapon -a ```")
- 03:46, 5 February 2022 Busk talk contribs created page Klist and kerberos (Created page with "sudo yum install krb5-workstation krb5-libs ``` sudo klist -kt /etc/krb5.keytab | grep -i ```")
- 20:41, 4 February 2022 Busk talk contribs created page Sumologic Queries (Created page with "``` _sourceHost=mycollector AND (fail* OR error) ```")
- 19:27, 4 February 2022 Busk talk contribs created page Tomcat Large Instance (Created page with " /var/atlassian/application-data/confluence/confluence.cfg.xml ``` <property name="hibernate.c3p0.max_size">310</property> -> <property name="hibernate.c3p0.max_size">1024...")
- 22:00, 3 February 2022 Busk talk contribs created page Confluence NGINX (Created page with "server.xml ``` <Server port="8000" shutdown="SHUTDOWN" > <Service name="Tomcat-Standalone"> <Connector port="8081" maxHttpHeaderSize="8192" connectionTimeo...")
- 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/")