User contributions
Jump to navigation
Jump to search
- 20:25, 24 March 2024 diff hist +222 Microceph remove
- 20:11, 24 March 2024 diff hist +366 N Microceph remove Created page with "``` ceph osd status sudo microceph.ceph osd destroy 2 ceph osd purge osd.2 --yes-i-really-mean-it ``` # Removing node WIP ``` ceph osd dump ceph osd out osd.2 ceph osd crush..."
- 17:29, 24 March 2024 diff hist +59 N Ceph crush algorithm Created page with "https://docs.ceph.com/en/quincy/rados/operations/crush-map/" current
- 16:34, 24 March 2024 diff hist +333 Microceph
- 23:32, 23 March 2024 diff hist +81 N Microceph multi-node Created page with "https://canonical-microceph.readthedocs-hosted.com/en/latest/tutorial/multi-node/" current
- 23:06, 23 March 2024 diff hist +14 Microceph
- 23:02, 23 March 2024 diff hist -27 Microceph upgrade
- 23:01, 23 March 2024 diff hist +1,485 Microceph upgrade
- 23:00, 23 March 2024 diff hist +81 N Microceph upgrade Created page with "https://canonical-microceph.readthedocs-hosted.com/en/latest/how-to/reef-upgrade/"
- 22:50, 23 March 2024 diff hist +1,986 N Ceph new Created page with "``` ceph osd status ceph osd purge osd.3 --yes-i-really-mean-it ``` # Purge vs Destroy In Ceph, both ceph osd destroy and ceph osd purge commands are used to remove OSDs (O..." current
- 20:57, 23 March 2024 diff hist +143 Microceph
- 14:49, 23 March 2024 diff hist 0 Go install
- 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