User contributions
Jump to navigation
Jump to search
- 00:04, 21 June 2024 diff hist +341 Pushgateway
- 20:15, 20 June 2024 diff hist +211 Pushgateway
- 20:02, 20 June 2024 diff hist +38 Pushgateway
- 19:42, 20 June 2024 diff hist +34 Pushgateway
- 19:39, 20 June 2024 diff hist +1,045 Pushgateway
- 19:38, 20 June 2024 diff hist +263 Pushgateway
- 19:33, 20 June 2024 diff hist -4 Pushgateway
- 19:33, 20 June 2024 diff hist +530 Pushgateway
- 19:50, 14 June 2024 diff hist +1 Mtr exporter current
- 14:08, 14 June 2024 diff hist +2,728 Mtr exporter
- 03:57, 14 June 2024 diff hist +72 Mtr exporter
- 03:54, 14 June 2024 diff hist +1,554 Mtr exporter
- 03:50, 14 June 2024 diff hist +14 Mtr exporter
- 03:49, 14 June 2024 diff hist +2,464 N Mtr exporter Created page with "``` package main import ( "encoding/json" "log" "net/http" "os/exec" "github.com/gorilla/mux" ) type MTRResult struct { // Define the structure to match MTR JSON outp..."
- 18:31, 13 June 2024 diff hist +2,600 N Blackbox exporter icmp Created page with "Dockerfile ``` # Use a lightweight base image FROM alpine:latest # Install necessary packages RUN apk add --no-cache \ libcap \ curl # Download and install Blackbox..." current
- 18:09, 13 June 2024 diff hist +104 Thanos
- 18:09, 13 June 2024 diff hist +92 N Thanos Created page with "https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/thanos.md"
- 16:11, 13 June 2024 diff hist +423 N Log Analytics Workspace Created page with "# https://learn.microsoft.com/en-us/azure/azure-monitor/logs/search-jobs?tabs=portal-1%2Cportal-2 ``` if you have updated your log analytics workspace to utilize archive log r..." current
- 00:35, 12 June 2024 diff hist +107 Postfix docker relay current
- 00:34, 12 June 2024 diff hist +64 Postfix docker relay
- 00:33, 12 June 2024 diff hist -5 Postfix docker relay
- 00:32, 12 June 2024 diff hist +1,304 N Postfix docker relay Created page with "# Run docker container for relay using uvoo/email-relay ``` docker rm postfix -f || true mkdir -p data cd data mkdir -p keys logs spool_postfix sudo chmod 0755 keys logs spool..."
- 21:19, 11 June 2024 diff hist +77 Postfix docker current
- 19:48, 4 June 2024 diff hist +209 Aks Troubleshooting
- 19:48, 4 June 2024 diff hist +209 K8s troubleshooting
- 19:47, 4 June 2024 diff hist +88 K8s troubleshooting
- 16:02, 4 June 2024 diff hist +116 K8s troubleshooting
- 23:30, 3 June 2024 diff hist +1,269 N Aks bash Created page with "``` #!/bin/bash # Variables RESOURCE_GROUP="myResourceGroup" AKS_CLUSTER_NAME="myAKSCluster" LOCATION="eastus" VNET_NAME="myVNet" SUBNET_NAME="mySubnet" # Create resource gr..." current
- 13:47, 27 May 2024 diff hist +2,236 N RLS example Created page with "# Simple Example ``` CREATE USER alice PASSWORD 'password'; CREATE USER bob PASSWORD 'password'; CREATE USER carol PASSWORD 'password'; GRANT group_admin TO alice; GRANT group..." current
- 20:20, 26 May 2024 diff hist +273 N Zimbra errors Created page with "# Error ``` Starting ldap...Done. Unable to start TLS: SSL connect attempt failed error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed w..." current
- 20:13, 26 May 2024 diff hist -42 Zimbra tls certificates
- 20:13, 26 May 2024 diff hist +256 Zimbra tls certificates
- 20:00, 26 May 2024 diff hist 0 Zimbra tls certificates
- 19:59, 26 May 2024 diff hist 0 Zimbra tls certificates
- 05:05, 22 May 2024 diff hist +171 Vault bbolt current
- 05:03, 22 May 2024 diff hist +229 Vault bbolt
- 04:45, 22 May 2024 diff hist +25 Az vm create current
- 04:37, 22 May 2024 diff hist +6 Az vm create
- 04:37, 22 May 2024 diff hist +304 N Az vm create Created page with "# az cli create vm set -a RG=foo VM=foo NIC=$VM-nic1 VNET=foo SUBNET=foo ``` az network nic create --resource-group $RG--name $NIC --vnet-name $VNET--subnet $SUBNET az vm c..."
- 02:36, 22 May 2024 diff hist +78 N Vault bbolt Created page with "https://developer.hashicorp.com/vault/tutorials/monitoring/inspect-data-boltdb"
- 01:20, 22 May 2024 diff hist +2,292 Vault postgresql current
- 01:19, 22 May 2024 diff hist +66 N Vault postgresql Created page with "https://gist.github.com/talalUcef/5a800d2dc4427eb4df1a89c57a315c66"
- 14:16, 21 May 2024 diff hist 0 m Openssl ca using config file Busk moved page Openssl ca 2 to Openssl ca using config file without leaving a redirect current
- 14:15, 21 May 2024 diff hist +4,386 N Openssl ca using config file Created page with "# Openssl ca with config file ## .env.secret ``` set -a ROOTCA1_PWD=ChangeMe ICA1a_PWD=ChangeThis ``` ## source ``` . .env.secret ``` ## init.sh.tpl ``` #!/bin/bash set -eu..."
- 23:45, 19 May 2024 diff hist +110 N Vault helm install Created page with "https://mycloudjourney.medium.com/vault-installation-to-minikube-via-helm-with-integrated-storage-15c9d1a907e6" current
- 18:00, 19 May 2024 diff hist -199 Openssl ca current
- 17:59, 19 May 2024 diff hist +640 Openssl ca
- 19:15, 15 May 2024 diff hist -3 Rsync current
- 20:09, 11 May 2024 diff hist +435 N Jwt decode Created page with "``` decode_jwt() { local jwt="$1" local part for part in 1 2; do local base64="$(echo "$jwt" | cut -d. -f$part | tr '_-' '+/')" local len=${#base6..." current
- 19:09, 8 May 2024 diff hist +100 Gpg current