All public logs

Jump to navigation Jump to search

Combined display of all available logs of UVOO Tech Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 10:48, 25 August 2025 Busk talk contribs created page Ica constrained (Created page with "To create an Intermediate Certificate Authority (ICA) that can only issue certificates for subdomains of a specific domain (like *.example.com), you must use the Name Constrai...")
  • 18:42, 24 August 2025 Busk talk contribs created page Repo debian (Created page with "To resolve the "repository is not signed" error, you need to generate a GPG key, use it to sign your repository's `Release` file, and then add the public key to your host's tr...")
  • 17:02, 24 August 2025 Busk talk contribs created page Misc (Created page with "``` #!/bin/bash REPO_ROOT="/var/www/html/my-debian-repo" DISTRIBUTION="stable" COMPONENT="main" ARCHITECTURE="amd64" POOL_DIR="${REPO_ROOT}/pool/${COMPONENT}" DEB_FILE="deb/my...")
  • 05:12, 23 August 2025 Busk talk contribs created page Virus file sums (Created page with "Yes, SHA-256 sums and other cryptographic hashes of malicious files are collected and stored in several public databases, often managed by cybersecurity companies and communit...")
  • 12:06, 21 August 2025 Busk talk contribs created page Host (Created page with "In networking, a host is any device connected to a computer network that can send or receive information. These devices are assigned at least one network address, like an IP a...")
  • 03:41, 19 August 2025 Busk talk contribs created page Security definer (Created page with "PostgreSQL, SECURITY DEFINER is an attribute applied to functions, procedures, or views that dictates the security context under which they execute. How it works: Default Beha...")
  • 03:19, 14 August 2025 Busk talk contribs created page Cfssl api auth (Created page with " ``` 1. Generating an Authentication Key with openssl To generate a suitable hex-encoded key for CFSSL authentication, you can use openssl. A 32-byte (256-bit) key is a good c...")
  • 20:26, 10 August 2025 Busk talk contribs created page Zfs architecture (Created page with "``` ZFS architecture: a layered approach to data storage and management ZFS, which stands for Zettabyte File System, is an advanced file system and logical volume manager reno...")
  • 10:47, 10 August 2025 Busk talk contribs created page Vuetify login (Created page with "Awesome — here’s a clean, working pattern to add username/password login → JWT → protected CRUD to the Vue + Vuetify + vue-postgrest app. It includes: SQL to create...")
  • 10:27, 10 August 2025 Busk talk contribs created page Vuetify & vue-postgrest todos (Created page with "Perfect—here’s a Vue + Vuetify + vue-postgrest CRUD example for a todos table. It shows list, add, edit, and delete using v-data-table and dialogs. It uses vue-postgrest...")
  • 20:18, 29 July 2025 Busk talk contribs created page Security Sites (Created page with "https://www.linkedin.com/in/hans-petrich")
  • 17:27, 29 July 2025 Busk talk contribs created page Azure aks secret provider (Created page with " aks-secret-provider-mnt.yaml ``` apiVersion: apps/v1 kind: Deployment metadata: name: secret-mount spec: replicas: 1 selector: matchLabels: app: secret-mount...")
  • 20:10, 28 July 2025 Busk talk contribs created page Pvcs show total mounts (Created page with "``` #!/bin/bash echo "Mounted PVCs (namespace/pvc -> pod on node):" echo kubectl get pods --all-namespaces -o json | jq -r ' .items[] | . as $pod | .spec.volumes[]? |...")
  • 19:02, 28 July 2025 Busk talk contribs created page Grafana helm & postgres example (Created page with "# Simple Example of Grafana with Postgres Backend ## Configs ### Grafana override.values.yaml.envsubst ``` image: repository: grafana/grafana # Overrides the Grafana i...")
  • 14:28, 27 July 2025 Busk talk contribs created page Cloud k8s comparisons (Created page with "https://www.sedai.io/blog/kubernetes-cost-eks-vs-aks-vs-gke")
  • 19:40, 23 July 2025 Busk talk contribs created page Pvc migration testing (Created page with "# Migrate many PVCs from one storage class to another in same namespace Use these scripts for migration and testing ## create-test-pvc.sh ``` #!/bin/bash set -eu NS=${1:-d...")
  • 16:34, 21 July 2025 Busk talk contribs moved page Innovator;s delemma to Innovator's dilemma without leaving a redirect (spelling)
  • 16:33, 21 July 2025 Busk talk contribs created page Innovator;s delemma (Created page with "The Innovator's Dilemma, popularized by Clayton Christensen, describes the phenomenon where established, successful companies can be overtaken by smaller competitors offering...")
  • 14:28, 16 July 2025 Busk talk contribs created page Lab3 (Created page with "``` package main import ( "bytes" "context" "crypto/tls" "fmt" "io" "net/http" "net/url" "os" "os/signal" "path" "strings" "sync" "syscall" "time" "github.com...")
  • 05:15, 15 July 2025 Busk talk contribs created page Lab2 (Created page with "``` package main import ( "bytes" "context" "crypto/tls" "database/sql" "encoding/base64" "fmt" "io" "net/http" "net/url" "os" "os/signal" "path" "strconv" "str...")
  • 04:02, 15 July 2025 Busk talk contribs created page Lab (Created page with "``` package main import ( "bytes" "context" "crypto/tls" "database/sql" "encoding/base64" "fmt" "io" "net/http" "net/url" "os" "os/signal" "strconv" "strings" "...")
  • 03:21, 15 July 2025 Busk talk contribs created page Mimir push test client (Created page with "``` import os import time import requests import snappy import warnings # Suppress the InsecureRequestWarning when verify=False is used warnings.filterwarnings("ignore", mess...")
  • 04:06, 13 July 2025 Busk talk contribs created page Alloy monitor url with blackbox & push (Created page with "``` prometheus.exporter.blackbox "cisco_probe" { config = "{ modules: { http_2xx: { prober: http, http: { follow_redirects: true, preferred_ip_protocol: ip4 } } } }" } prom...")
  • 16:13, 9 July 2025 Busk talk contribs created page Grafana Dashboard Generic Loki (Created page with "``` { "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor":...")
  • 21:08, 8 July 2025 Busk talk contribs created page MSCA certsrv (Created page with "``` import argparse import base64 import re import time import requests from requests_ntlm import HttpNtlmAuth from cryptography import x509 from cryptography.x509.oid import...")
  • 19:30, 8 July 2025 Busk talk contribs created page Azure monitor logs (Created page with "To alert on VM‐level errors and push them into PagerDuty, you’ll use Azure Monitor’s **Log Alerts** (formerly “Log Search Alerts”) against a Log Analytics workspace,...")
  • 17:15, 8 July 2025 Busk talk contribs created page Alloy install (Created page with "``` #!/usr/bin/env bash set -euo pipefail # 1. Ensure running as root if $EUID -ne 0 ; then echo "Please run as root or with sudo." exit 1 fi # 2. (Optional) Check...")
  • 19:50, 7 July 2025 Busk talk contribs created page Loki indexes (Created page with "This is a crucial distinction between Loki and Prometheus, despite both using labels. ### Loki: Indexes on Labels, Not Message Data **No, Loki does NOT build a separate inde...")
  • 16:47, 7 July 2025 Busk talk contribs created page Loki vs postgres hypertable (Created page with "Here’s a rough comparison of what you might see when querying a **1-month, \~100 GB** time-series dataset on commodity hardware (e.g. SSDs, 16 cores). Actual numbers will va...")
  • 16:09, 7 July 2025 Busk talk contribs created page Loki chunks size (Created page with "Loki’s Azure “blobs” are really just the compressed **chunks** of log entries that the Ingester flushes to your `<container>/chunks/<tenant-ID>/…` path. The **size** o...")
  • 16:29, 5 July 2025 Busk talk contribs created page Loki duplicates (Created page with "In Loki, deduplication happens both at ingest-time and (optionally) at query-time, but it’s driven by the combination of: 1. **Stream identity** (tenant + label set, e.g. `...")
  • 00:43, 4 July 2025 Busk talk contribs created page Rclone cheat sheet (Created page with "``` rclone check /dir2/foo /dir2/foo --size-only -P ```")
  • 15:54, 3 July 2025 Busk talk contribs created page Rclone md5 per file (Created page with "# MD5 for blobs Adds MD5 hashsum per file on blob that doesn't support the backend command ## if backend ``` rclone backend set-md5 --all "azdst:test/foo" ``` ## If not ```...")
  • 06:58, 2 July 2025 Busk talk contribs created page Alloy prometheus modules (Created page with "Yes, you are correct! Grafana Alloy integrates the Blackbox Exporter directly as a built-in component. This means you don't need to run a separate Blackbox Exporter instance a...")
  • 06:55, 2 July 2025 Busk talk contribs created page Alloy http monitor (Created page with "``` // config.alloy prometheus.exporter.blackbox "my_blackbox_exporter" { // Define modules directly within the Alloy config config = { modules = { http_2xx = {...")
  • 22:01, 1 July 2025 Busk talk contribs created page Azure blob api cost notes (Created page with "No, the transactions are not free, but running `rclone size` on a prefix with one million objects is very inexpensive. --- ### ## What Happens When You Run the Command The...")
  • 06:02, 28 June 2025 Busk talk contribs created page Grafana Dashboards k8s (Created page with "k8s mimir/prometheus 15758 15760")
  • 13:07, 20 June 2025 Busk talk contribs created page Loki sandbox (Created page with "``` loki: storage: type: azure storageConfig: boltdb_shipper: shared_store: azure active_index_directory: /var/loki/index cache_location: /var/lo...")
  • 13:00, 20 June 2025 Busk talk contribs created page Loki scripts (Created page with "``` import os from azure.storage.blob import ContainerClient # Set environment variables or hardcode for testing ACCOUNT_URL = os.environ["AZURE_ACCOUNT_URL"] # e.g.,...")
  • 20:20, 19 June 2025 Busk talk contribs created page Sftp get dirs (Created page with "# Simple script to get dirs .env ``` export SFTP_HOST=eft-na.wtwco.com export SFTP_USER=PooBear export SFTP_PASS=<MY PASS> export BASE_DIR="/Usr/BDA/" export OUTPUT_FILE="my_...")
  • 21:07, 13 June 2025 Busk talk contribs created page Mimir diff (Created page with "helm_upgrade "--install mimir grafana/mimir-distributed -f mimir-distributed.values.yaml" ``` 2153c2153 < size: 30Gi --- > size: 5Gi 2269c2269 < enabled: true ---...")
  • 17:27, 3 June 2025 Busk talk contribs created page OpenSearch 2 (Created page with "Here's a **Helm install command** for OpenSearch with **LDAP authentication enabled** and **TLS for HTTP enabled**, using the official [OpenSearch Helm chart](https://github.c...")
  • 22:00, 13 April 2025 Busk talk contribs created page Ubuntu apt defaults (Created page with "# Some helpful defaults apt.sh ``` #!/bin/bash set -eu apt update && apt install -y sudo sudo apt update && sudo apt install -y vim wget curl gnupg2 lsb-release dnsutils netc...")
  • 18:52, 9 April 2025 Busk talk contribs created page Victoriametrics vs mimir (Created page with "https://victoriametrics.com/blog/mimir-benchmark/")
  • 19:24, 29 March 2025 Busk talk contribs created page Go postgres simple memory sync (Created page with "``` package main import ( "context" "database/sql" "fmt" "log" "net/http" "sync" "time" _ "github.com/lib/pq"...")
  • 19:09, 29 March 2025 Busk talk contribs created page Pushproxy (Created page with "bash client ``` current_time_seconds=$(date +%s) ts=$((current_time_seconds - 0)) rn=$(( ( RANDOM % 20 ) + 10 )) echo $rn curl -X POST -g \ -u user1:pass1 \ --data...")
  • 22:17, 25 March 2025 Busk talk contribs created page Restore active directory group (Created page with "``` Get-ADObject -filter {samAccountName -eq "Example Group"} -IncludeDeletedObjects | Restore-ADObject -Verbose ```")
  • 16:26, 15 March 2025 Busk talk contribs created page Protobuf python mimir client (Created page with "``` #!/bin/bash set -eu mkdir -p prometheus_proto/gogoproto cd prometheus_proto wget https://raw.githubusercontent.com/prometheus/prometheus/main/prompb/remote.proto wget htt...")
  • 17:20, 11 March 2025 Busk talk contribs created page Azure monitor pagerduty terraform (Created page with "# Simple example of terraform for azure monitor & PD ``` locals { PAGERDUTY_INTEGRATION_KEY = "" ag_name = "" resource_group_name = "" sql_data...")
  • 18:25, 28 February 2025 Busk talk contribs created page Active Directory Join Linux Windows (Created page with "# Join script join-ad.sh ``` #!/bin/bash set -eux DEFAULT_OU="OU=Example,DC=corp,DC=example,DC=com" unjoin_domain() { echo "Unjoining from the current domain..." if...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)