User contributions
Jump to navigation
Jump to search
- 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
- 18:48, 7 May 2024 diff hist +1,361 N Pandas dns csv Created page with "``` #!/usr/bin/env python3 import csv import sys import dns.resolver import numpy as np import time import pandas as pd def query_dns_a_record(domain, resolver_ip): # p..." current
- 01:48, 5 May 2024 diff hist +683 Openssl ca
- 01:42, 5 May 2024 diff hist +485 Openssl ca
- 01:26, 5 May 2024 diff hist -8 Openssl ca
- 01:24, 5 May 2024 diff hist +133 Openssl ca
- 20:31, 4 May 2024 diff hist +98 Openssl ca
- 19:58, 4 May 2024 diff hist +1,037 Openssl ca
- 19:55, 4 May 2024 diff hist +904 Openssl ca
- 19:48, 4 May 2024 diff hist +934 Openssl ca
- 19:44, 4 May 2024 diff hist +1,408 Openssl ca
- 19:36, 4 May 2024 diff hist +2,120 Openssl ca
- 19:31, 4 May 2024 diff hist +1,265 Openssl ca
- 19:20, 4 May 2024 diff hist +1 Openssl ca
- 19:20, 4 May 2024 diff hist +1,428 Openssl ca
- 17:59, 4 May 2024 diff hist +1,773 Openssl ca
- 17:57, 4 May 2024 diff hist +1,123 N Openssl ca Created page with "``` keyUsage and extendedKeyUsage are both extensions used in X.509 certificates to specify the purposes for which the public key contained in the certificate can be used. How..."
- 15:07, 4 May 2024 diff hist +895 Go openssl http api current