User contributions
Jump to navigation
Jump to search
- 04:08, 24 July 2025 diff hist +1,031 Aks upgrade current
- 23:23, 23 July 2025 diff hist -223 Pvc migration testing current
- 19:40, 23 July 2025 diff hist +4,640 N 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..."
- 03:45, 22 July 2025 diff hist +466 Lab3 current
- 16:34, 21 July 2025 diff hist 0 m Innovator's dilemma Busk moved page Innovator;s delemma to Innovator's dilemma without leaving a redirect : spelling current
- 16:33, 21 July 2025 diff hist -1,366 Innovator's dilemma
- 16:33, 21 July 2025 diff hist +1,506 Innovator's dilemma
- 16:33, 21 July 2025 diff hist +2,329 N Innovator's dilemma 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..."
- 17:24, 16 July 2025 diff hist +31 Lab3
- 14:28, 16 July 2025 diff hist +11,383 N 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..."
- 14:32, 15 July 2025 diff hist +62 Lab2 current
- 14:04, 15 July 2025 diff hist +109 Lab2
- 05:15, 15 July 2025 diff hist +11,733 N 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..."
- 05:11, 15 July 2025 diff hist +4,921 Lab current
- 04:37, 15 July 2025 diff hist +1,912 Lab
- 04:37, 15 July 2025 diff hist +15 Lab
- 04:05, 15 July 2025 diff hist +35 Lab
- 04:02, 15 July 2025 diff hist +14,709 N 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:44, 15 July 2025 diff hist +859 Mimir push test client current
- 03:21, 15 July 2025 diff hist +1,940 N 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:03, 14 July 2025 diff hist +585 Protobuf python mimir client current
- 04:06, 13 July 2025 diff hist +765 N 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..." current
- 18:47, 12 July 2025 diff hist +102 Upgrade Ubuntu Release current
- 21:56, 9 July 2025 diff hist -73 Grafana Dashboard Generic Loki current
- 16:13, 9 July 2025 diff hist +6,475 N Grafana Dashboard Generic Loki Created page with "``` { "annotations": { "list": [ { "builtIn": 1, "datasource": "-- Grafana --", "enable": true, "hide": true, "iconColor":..."
- 15:40, 9 July 2025 diff hist +420 Zabbix backup current
- 21:08, 8 July 2025 diff hist +5,011 N 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..." current
- 19:30, 8 July 2025 diff hist +5,565 N 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,..." current
- 17:15, 8 July 2025 diff hist +1,010 N 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..." current
- 15:39, 8 July 2025 diff hist +78 Developer roadmap current
- 15:38, 8 July 2025 diff hist +169 Roadmaps current
- 15:36, 8 July 2025 diff hist +118 Developer roadmap
- 19:50, 7 July 2025 diff hist +5,547 N 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..." current
- 16:47, 7 July 2025 diff hist +4,348 N 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..." current
- 16:09, 7 July 2025 diff hist +2,518 N 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..." current
- 16:29, 5 July 2025 diff hist +2,388 N 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. `..." current
- 00:46, 4 July 2025 diff hist +76 Rclone cheat sheet current
- 00:43, 4 July 2025 diff hist +55 N Rclone cheat sheet Created page with "``` rclone check /dir2/foo /dir2/foo --size-only -P ```"
- 16:25, 3 July 2025 diff hist +155 Rclone md5 per file current
- 15:56, 3 July 2025 diff hist +88 Rclone md5 per file
- 15:54, 3 July 2025 diff hist +1,162 N 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 diff hist +5,847 N 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..." current
- 06:55, 2 July 2025 diff hist +1,911 N 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 = {..." current
- 22:01, 1 July 2025 diff hist +1,270 N 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..." current
- 18:51, 1 July 2025 diff hist +20 Upgrade Ubuntu Release
- 06:19, 28 June 2025 diff hist +4,004 Grafana Dashboards k8s current
- 06:02, 28 June 2025 diff hist +32 N Grafana Dashboards k8s Created page with "k8s mimir/prometheus 15758 15760"
- 13:07, 20 June 2025 diff hist +459 N 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..." current
- 13:03, 20 June 2025 diff hist +994 Loki scripts current
- 13:00, 20 June 2025 diff hist +1,102 N 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.,..."