User contributions
Jump to navigation
Jump to search
- 22:13, 24 January 2022 diff hist +2 F5 Big IP Monitoring
- 22:12, 24 January 2022 diff hist +139 F5 Big IP Monitoring
- 21:58, 24 January 2022 diff hist +437 N 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 diff hist +354 N 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..." current
- 16:45, 23 January 2022 diff hist +31 Invoke-Command
- 14:57, 23 January 2022 diff hist +36 N K8s Scaling Created page with " https://link.medium.com/HOtmoDPq3mb" current
- 21:45, 20 January 2022 diff hist +85 N Sumologic F5 Bigip Created page with "https://help.sumologic.com/03Send-Data/Hosted-Collectors/Configure-a-Hosted-Collector" current
- 01:15, 20 January 2022 diff hist +91 Syslog current
- 01:02, 20 January 2022 diff hist +35 Winrm current
- 01:00, 20 January 2022 diff hist +86 Syslog
- 00:14, 20 January 2022 diff hist +71 Kubectl
- 19:30, 19 January 2022 diff hist +75 N Datadog Created page with "https://docs.datadoghq.com/agent/basic_agent_usage/windows/?tab=commandline" current
- 19:01, 19 January 2022 diff hist +4 Winrm
- 19:00, 19 January 2022 diff hist +935 Winrm
- 16:20, 14 January 2022 diff hist +27 F5 Big IP HSTS
- 04:27, 14 January 2022 diff hist +85 N Nftables. Ddos Created page with "https://blog.samuel.domains/blog/security/nftables-hardening-rules-and-good-practices" current
- 04:15, 14 January 2022 diff hist +113 F5 Big IP HSTS
- 01:14, 14 January 2022 diff hist +80 Tshark
- 01:12, 14 January 2022 diff hist +206 Tshark
- 01:04, 14 January 2022 diff hist +234 Curl
- 00:55, 14 January 2022 diff hist +1 Curl
- 00:55, 14 January 2022 diff hist +64 Curl
- 00:54, 14 January 2022 diff hist +71 Curl
- 00:51, 14 January 2022 diff hist +248 Curl
- 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-..."