User contributions
Jump to navigation
Jump to search
- 00:50, 14 January 2022 diff hist +227 Tshark
- 20:17, 13 January 2022 diff hist +35 N Postgres Copy Database Created page with "https://github.com/dimitri/pgcopydb" current
- 19:02, 13 January 2022 diff hist -8 Tshark
- 19:01, 13 January 2022 diff hist -21 Tshark
- 18:46, 13 January 2022 diff hist +271 Tcpdump current
- 18:44, 13 January 2022 diff hist +150 N 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 ```"
- 17:57, 13 January 2022 diff hist +252 Tshark
- 20:39, 12 January 2022 diff hist +52 Nmap
- 20:33, 12 January 2022 diff hist +557 F5 Big IP HSTS
- 19:30, 12 January 2022 diff hist +53 F5 Big IP HSTS
- 18:52, 12 January 2022 diff hist +44 N F5 Big IP HSTS Created page with "https://support.f5.com/csp/article/K68657325"
- 16:51, 12 January 2022 diff hist +358 N 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..." current
- 15:56, 12 January 2022 diff hist +120 N 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" current
- 16:58, 11 January 2022 diff hist +138 F5 Big IP Device Certificate Update current
- 15:20, 11 January 2022 diff hist +118 N Get-AD Created page with "``` Get-ADUser -Filter "GivenName -eq 'Joe'" Get-ADPrincipalGroupMembership junhuo | select name | findstr -i foo ```"
- 00:16, 11 January 2022 diff hist +92 F5 Big IP Device Certificate Update
- 22:39, 10 January 2022 diff hist +22 F5 Big IP Device Certificate Update
- 22:36, 10 January 2022 diff hist +291 N 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:35, 9 January 2022 diff hist +74 Conntrack Linux current
- 06:25, 9 January 2022 diff hist +67 Conntrack Linux
- 06:24, 9 January 2022 diff hist +287 N 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..."
- 20:18, 8 January 2022 diff hist +232 Openssl
- 19:35, 4 January 2022 diff hist +262 N 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 diff hist +973 N 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..." current
- 19:10, 3 January 2022 diff hist +59 Sensu-agent current
- 19:00, 3 January 2022 diff hist +376 N 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 diff hist +140 N TPM Windows 11 Registry Hack Created page with "``` New-ItemProperty -Path "HKLM:\SYSTEM\Setup\MoSetup" -Name "AllowUpgradesWithUnsupportedTPMOrCPU" -Value 1 -PropertyType DWORD -Force ```" current
- 04:33, 30 December 2021 diff hist +2,281 N Ed25519 go Created page with "``` package main import ( "crypto/rand" "encoding/pem" // "encoding/hex" // b64 "encoding/base64" "io/ioutil" // "golang.org/x..." current
- 03:18, 30 December 2021 diff hist +2,197 Rsa go current
- 03:16, 30 December 2021 diff hist +75 N Rsa go Created page with "https://medium.com/@rafaelescrich/modern-cryptography-using-go-50e85f0f65af"
- 17:49, 28 December 2021 diff hist +709 PostgreSQL Examples current
- 17:44, 28 December 2021 diff hist +105 N PostgreSQL Examples Created page with "https://www.enterprisedb.com/postgres-tutorials/postgresql-query-introduction-explanation-and-50-examples"
- 04:16, 28 December 2021 diff hist +94 Pgbouncer
- 00:28, 28 December 2021 diff hist +84 Golang Flag current
- 16:10, 26 December 2021 diff hist +69 N Openldap k8s Created page with "https://docs.bitnami.com/tutorials/create-openldap-server-kubernetes/" current
- 15:58, 26 December 2021 diff hist +88 N Postgres ldap auth Created page with "https://www.strongdm.com/blog/connecting-postgres-to-active-directory-for-authentication"
- 23:41, 22 December 2021 diff hist +687 N 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 = []' |..." current
- 23:17, 22 December 2021 diff hist +100 N Postgres Multi-tenancy Created page with "https://dev.to/lbelkind/strategies-for-using-postgresql-as-a-database-for-multi-tenant-services-4abd" current
- 16:12, 22 December 2021 diff hist +61 N Linux Network Throughput Created page with "https://blog.cloudflare.com/how-to-receive-a-million-packets/" current
- 13:03, 22 December 2021 diff hist +69 N K8s postgres Created page with "https://blog.flant.com/comparing-kubernetes-operators-for-postgresql/"
- 06:27, 22 December 2021 diff hist +81 Postgres logical replication current
- 06:20, 22 December 2021 diff hist +58 N Postgres logical replication Created page with "https://hevodata.com/learn/postgresql-logical-replication/"
- 15:25, 21 December 2021 diff hist +62 N Python Logging Created page with "https://coralogix.com/blog/python-logging-best-practices-tips/" current
- 15:06, 21 December 2021 diff hist +54 N Gpu k8s Created page with "https://github.com/RadeonOpenCompute/k8s-device-plugin" current
- 13:55, 21 December 2021 diff hist +75 Geth current
- 13:42, 21 December 2021 diff hist +96 Geth
- 00:23, 21 December 2021 diff hist +139 K8s large tuning current
- 00:20, 21 December 2021 diff hist +94 K8s large tuning
- 00:09, 21 December 2021 diff hist +49 K8s large tuning
- 23:59, 20 December 2021 diff hist +95 K8s large tuning