User contributions
Jump to navigation
Jump to search
- 14:43, 23 March 2024 diff hist +777 N Go echo multiple ports Created page with "``` import socket import threading def handle_client(client_socket): while True: data = client_socket.recv(1024) if not data: break cl..." current
- 22:45, 22 March 2024 diff hist +121 N Curl new Created page with "``` curl -s -o /dev/null -w "dns:%{time_namelookup}, redir:%{time_redirect}, tcp:%{time_connect}\n" https://yahoo.com ```" current
- 15:48, 22 March 2024 diff hist +23 Openssl new current
- 15:47, 22 March 2024 diff hist +126 Openssl new
- 04:50, 21 March 2024 diff hist +103 Cloudnative-pg current
- 20:58, 19 March 2024 diff hist +109 Tshark
- 04:24, 18 March 2024 diff hist +74 Pgp postgres current
- 04:19, 18 March 2024 diff hist +357 N Pgp postgres Created page with "``` -- Assuming you have a public key named 'my_public_key' already imported into your keyring -- Encrypting a message SELECT pgp_pub_encrypt( 'Your secret message here',..."
- 03:01, 18 March 2024 diff hist +109 N Openssl new Created page with "https://serverfault.com/questions/670725/is-it-possible-to-restrict-the-use-of-a-root-certificate-to-a-domain"
- 02:53, 18 March 2024 diff hist +245 LDAP current
- 16:17, 16 March 2024 diff hist +68 Supervisor current
- 15:21, 16 March 2024 diff hist +97 Cfssl new current
- 15:03, 16 March 2024 diff hist +40 N Cfssl new Created page with "https://blog.laisky.com/p/cfssl/?lang=en"
- 19:45, 15 March 2024 diff hist +9 Gopki current
- 19:44, 15 March 2024 diff hist +1,969 N Gopki Created page with "package pki import ( "crypto" "crypto/rand" "crypto/rsa" "crypto/sha256" "crypto/x509" "encoding/pem" "errors" ) // GenerateKeyPair generates a n..."
- 16:22, 10 March 2024 diff hist +3,135 N Openssl common commands Created page with "https://www.sslshopper.com/article-most-common-openssl-commands.html ``` General OpenSSL Commands These commands allow you to generate CSRs, Certificates, Private Keys and do..." current
- 03:10, 9 March 2024 diff hist +226 N Terraform bash snippets Created page with "``` sed -i -e '/backend "azurerm"/,/}/ { /resource_group_name/ { s/resource_group_name = .*/resource_group_name = "new-resource-group"/ } /key/!s/}/ resource_group_..." current
- 23:28, 8 March 2024 diff hist +541 N Dns registration in windows Created page with "``` $dnsRegistrationInterval = Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters' -Name 'RegistrationRefreshInterval' Write-Host "Current DNS Re..." current
- 20:48, 8 March 2024 diff hist +200 N Health Check for Application Service Created page with "https://learn.microsoft.com/en-us/azure/app-service/monitor-instances-health-check?tabs=dotnet https://learn.microsoft.com/en-us/previous-versions/azure/azure-monitor/app/mon..." current
- 16:35, 8 March 2024 diff hist +342 N Blackbox exporter form login Created page with "``` modules: http_2xx: prober: http timeout: 5s http: method: POST headers: Content-Type: 'application/x-www-form-urlencoded' params:..." current
- 21:56, 7 March 2024 diff hist 0 m Loki AKS Example Busk moved page Aks loki to Loki AKS Example without leaving a redirect current
- 21:54, 7 March 2024 diff hist +125 N Loki AKS Example Created page with "https://techcommunity.microsoft.com/t5/apps-on-azure-blog/getting-started-with-azure-kubernetes-service-and-loki/ba-p/3406880"
- 01:53, 7 March 2024 diff hist +16 N Helm show values Created page with "helm show values" current
- 23:08, 6 March 2024 diff hist +631 N Jinja use custom block markers Created page with "``` from jinja2 import Environment, FileSystemLoader # Create a Jinja environment with custom variable markers custom_env = Environment(loader=FileSystemLoader('your_template..." current
- 17:04, 6 March 2024 diff hist +96 Dig current
- 01:12, 6 March 2024 diff hist +20 F5 Grafana current
- 01:11, 6 March 2024 diff hist +230 F5 Grafana
- 01:08, 6 March 2024 diff hist +104 F5 Grafana
- 01:07, 6 March 2024 diff hist +118 N F5 Grafana Created page with "https://grafana.com/docs/grafana-cloud/monitor-infrastructure/integrations/integration-reference/integration-f5-bigip/"
- 20:38, 3 March 2024 diff hist +528 N Promtail issues Created page with "# Grafana Loki Basic Auth ``` server: log_level: {{ .Values.config.logLevel }} http_listen_port: {{ .Values.config.serverPort }} clients: - url: {{..." current
- 19:29, 3 March 2024 diff hist +531 N Grafana agent Created page with "# Add ``` #!/bin/bash set -eu sudo mkdir -p /etc/apt/keyrings/ wget -q -O - https://apt.grafana.com/gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/grafana.gpg > /dev/n..." current
- 21:07, 2 March 2024 diff hist +178 N Mimir Created page with "https://grafana.com/docs/mimir/latest/configure/configure-otel-collector/ https://grafana.com/docs/mimir/latest/send/ https://grafana.com/docs/mimir/latest/references/http-api/" current
- 20:26, 2 March 2024 diff hist +68 Prometheus queries current
- 20:25, 2 March 2024 diff hist +52 N Promql Created page with "``` node_uname_info{nodename="my-agent-sandbox"} ```" current
- 17:07, 2 March 2024 diff hist +52 N Mimir vs thanos Created page with "https://www.reddit.com/r/ThanosInsights/s/PPwj0G3lNl" current
- 15:40, 2 March 2024 diff hist +106 N Grafana Kubernetes Monitoring Created page with "https://akyriako.medium.com/kubernetes-logging-with-grafana-loki-promtail-in-under-10-minutes-d2847d526f9e" current
- 23:08, 1 March 2024 diff hist -2 F5 clear stats current
- 23:07, 1 March 2024 diff hist +541 F5 clear stats
- 21:59, 1 March 2024 diff hist +272 N F5 clear stats Created page with "``` for i in $(tmsh -q -c "list auth partition" | grep auth | awk '{print $3}'); do echo $i; tmsh -q -c "cd /$i; reset-stats ltm rule; reset-stats ltm virtual; reset-stats ltm..."
- 09:26, 1 March 2024 diff hist +70 N Time series database comparison Created page with "https://medium.com/griddb/time-series-database-comparison-aa83c5e257d2" current
- 20:01, 29 February 2024 diff hist +594 Prometheus delete data
- 19:37, 29 February 2024 diff hist +70 N Prometheus backup Created page with "https://devopstales.github.io/kubernetes/backup-and-retore-prometheus/"
- 19:33, 29 February 2024 diff hist +76 Prometheus delete data
- 03:44, 29 February 2024 diff hist +1,005 Pvc resize scaleset current
- 03:42, 29 February 2024 diff hist +113 N Pvc resize scaleset Created page with "https://serverfault.com/questions/955293/how-to-increase-disk-size-in-a-stateful-set helm uninstall helm install"
- 22:12, 28 February 2024 diff hist +87 Helm search current
- 17:11, 28 February 2024 diff hist +172 Secret update k8s current
- 16:41, 28 February 2024 diff hist +794 Secret update k8s
- 15:30, 28 February 2024 diff hist +760 N Secret update k8s Created page with "# OK kubectl create secret generic ssl-certs --from-file=ca-certificates.crt=./etc-ssl-certs/ca-certificates.crt --save-config --dry-run=client -o yaml | kubectl apply --serve..."
- 05:09, 28 February 2024 diff hist +56 N Prometheus federation Created page with "https://prometheus.io/docs/prometheus/latest/federation/" current