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)
  • 00:33, 14 March 2022 Busk talk contribs created page Sqlx (Created page with "https://jmoiron.github.io/sqlx/")
  • 00:27, 14 March 2022 Busk talk contribs created page Python to Golang (Created page with "https://chand1012.dev//FromPythonToGo/")
  • 23:48, 13 March 2022 Busk talk contribs created page Golang echo (Created page with "https://echo.labstack.com/cookbook/crud/")
  • 20:27, 13 March 2022 Busk talk contribs created page Gorm (Created page with "https://gorm.io/docs/models.html ``` gorm.Model GORM defined a gorm.Model struct, which includes fields ID, CreatedAt, UpdatedAt, DeletedAt // gorm.Model definition type Mode...")
  • 18:03, 13 March 2022 Busk talk contribs created page Golang Structs (Created page with "https://golangbot.com/structs-instead-of-classes/")
  • 01:54, 13 March 2022 Busk talk contribs created page PostgresSQL Triggers (Created page with "https://x-team.com/blog/automatic-timestamps-with-postgresql/")
  • 01:19, 12 March 2022 Busk talk contribs created page Golang wait groups (Created page with "https://www.golangprograms.com/program-demonstrates-how-to-wait-for-goroutines-to-finish-execution.html")
  • 00:55, 12 March 2022 Busk talk contribs created page Golnag killing port pid (Created page with "``` package main import ( "fmt" "github.com/drael/GOnetstat" "os" "strconv" // "syscall" // "errors" ) func main() { // listports...")
  • 15:42, 11 March 2022 Busk talk contribs created page Kafka k8s (Created page with "https://github.com/bitnami/charts/tree/master/bitnami/kafka ``` helm repo add bitnami https://charts.bitnami.com/bitnami helm install my-test bitnami/kafka ``` # Zookeper P...")
  • 03:47, 11 March 2022 Busk talk contribs created page Embedded postgresql using golang (Created page with "package main /* https://pkg.go.dev/github.com/fergusstrange/embedded-postgres#section-readme https://github.com/fergusstrange/embedded-postgres https://github.com/zonkyio/embe...")
  • 01:20, 9 March 2022 Busk talk contribs created page Ssh key parsing (Created page with "https://github.com/nigelm/ssh2_parse_key pip3 install ssh2-parse-key from ssh2_parse_key import Ssh2Key key="SSH2 multiline" key.openssh()")
  • 19:07, 8 March 2022 Busk talk contribs created page Sqlalchemy Flask example (Created page with "https://flask-migrate.readthedocs.io/en/latest/ https://pythonbasics.org/flask-sqlalchemy/ ``` from flask import Flask, request, flash, url_for, redirect, render_template fro...")
  • 18:37, 8 March 2022 Busk talk contribs created page Sqlalchemy batch dommands (Created page with "https://www.youtube.com/watch?v=CxCK1DkikgA")
  • 12:34, 8 March 2022 Busk talk contribs created page Http request spoofing in python (Created page with "https://stackoverflow.com/questions/22609385/python-requests-library-define-specific-dns")
  • 19:05, 7 March 2022 Busk talk contribs created page Pager Duty API Python (Created page with "https://community.pagerduty.com/forum/t/resolving-an-incident-using-pagerduty-events-v2-or-incident-api/1880 ``` def resolve_incident(self, device_id, message): url = "htt...")
  • 05:03, 5 March 2022 Busk talk contribs created page Vonage Go (Created page with "https://github.com/Vonage/vonage-go-sdk/blob/master/docs/examples/voice.md")
  • 01:08, 3 March 2022 Busk talk contribs created page Secure HTTP Headers (Created page with "{code} HTTP::respond 301 Location "https://exampe.com[HTTP::uri]" \ Strict-Transport-Security "max-age=31536000" \ Content-Security-Policy "default-src 'self...")
  • 14:19, 1 March 2022 Busk talk contribs created page Istio service mesh (Created page with "https://youtu.be/DWTfFfcp70A")
  • 13:48, 1 March 2022 Busk talk contribs created page Migrating from F5 Bigip (Created page with "https://docs.nginx.com/nginx/deployment-guides/migrate-hardware-adc/f5-big-ip-configuration/")
  • 03:08, 1 March 2022 Busk talk contribs created page Wireshark TLS (Created page with "Client Hello: ssl.handshake.type == 1 Server Hello: ssl.handshake.type == 2 NewSessionTicket: ssl.handshake.type == 4 Certificate: ssl.handshake.type == 11 Certificate...")
  • 18:59, 28 February 2022 Busk talk contribs created page HSTS - HTTP Strict Transport Security (Created page with "https://www.namecheap.com/support/knowledgebase/article.aspx/9711/38/how-to-check-if-hsts-is-enabled/")
  • 17:00, 26 February 2022 Busk talk contribs moved page F5 Big IP Azure Cipher Issues to F5 Big-IP to Azure App Gateway Cipher Exchange Issues without leaving a redirect
  • 16:59, 26 February 2022 Busk talk contribs created page F5 Big IP Azure Cipher Issues (Created page with "# F5 14.x issue between F5 BigIP virtual server and azure app gateway. Interconnected systems have more interconnected issues. Limiting scope of configs is one way to prevent...")
  • 11:12, 25 February 2022 Busk talk contribs created page F5 Big IP TLS Ciphers (Created page with "List tls 1.2 ciphers ``` tmm --clientciphers 'TLSv1_2' tmm --serverciphers 'TLSv1_2' ```")
  • 17:26, 24 February 2022 Busk talk contribs created page SNI (Created page with "https://superuser.com/questions/538130/filter-in-wireshark-for-tlss-server-name-indication-field")
  • 22:47, 23 February 2022 Busk talk contribs created page F5 Troubleshooting (Created page with "https://support.f5.com/csp/article/K13223?sr=56047771")
  • 12:36, 23 February 2022 Busk talk contribs created page Http stress testers (Created page with "https://github.com/mcollina/autocannon https://github.com/GlenTiki/autocannon-go")
  • 12:09, 23 February 2022 Busk talk contribs created page Bash parallel processing (Created page with "https://unix.stackexchange.com/questions/103920/parallelize-a-bash-for-loop")
  • 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)