User contributions
Jump to navigation
Jump to search
- 22:58, 2 September 2025 diff hist +39 N Libs fe Created page with "leptos https://github.com/gcanti/fp-ts" current
- 18:57, 31 August 2025 diff hist +36 N Postgres Created page with "https://github.com/supabase/postgres" current
- 02:32, 31 August 2025 diff hist +2,167 Keycloak postgrest current
- 15:10, 30 August 2025 diff hist +2,998 Keycloak postgrest
- 05:03, 30 August 2025 diff hist +2,479 N Keycloak postgrest Created page with "PostgREST can be integrated with Keycloak for authentication using JSON Web Tokens (JWTs). This setup allows Keycloak to manage user authentication and authorization, while Po..."
- 03:33, 29 August 2025 diff hist +60 Postgres Extensions current
- 21:31, 28 August 2025 diff hist +1,388 Pgsql-http current
- 21:25, 28 August 2025 diff hist +1,947 Pgsql-http
- 10:48, 25 August 2025 diff hist +3,167 N 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..." current
- 18:42, 24 August 2025 diff hist +3,926 N 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..." current
- 17:44, 24 August 2025 diff hist -3 Misc current
- 17:44, 24 August 2025 diff hist +2 Misc
- 17:41, 24 August 2025 diff hist +2 Misc
- 17:03, 24 August 2025 diff hist +1,895 Misc
- 17:02, 24 August 2025 diff hist +918 N 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:26, 23 August 2025 diff hist +384 Virus file sums current
- 05:12, 23 August 2025 diff hist +4,322 N 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:30, 21 August 2025 diff hist +672 Host current
- 12:25, 21 August 2025 diff hist +643 Host
- 12:06, 21 August 2025 diff hist +1,488 N 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 diff hist +2,447 N 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..." current
- 03:23, 14 August 2025 diff hist +34 Cfssl api auth current
- 03:19, 14 August 2025 diff hist +2,991 N 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 diff hist +3,596 N 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..." current
- 10:47, 10 August 2025 diff hist +11,236 N 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..." current
- 10:30, 10 August 2025 diff hist +31 Vuetify & vue-postgrest todos current
- 10:27, 10 August 2025 diff hist +8,921 N 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:59, 8 August 2025 diff hist +28 Kubeadm upgrade nodes current
- 20:56, 8 August 2025 diff hist +927 Kubeadm upgrade nodes
- 20:30, 8 August 2025 diff hist +5,146 Kubeadm upgrade nodes
- 16:01, 3 August 2025 diff hist +76 Grafana helm & postgres example current
- 23:15, 31 July 2025 diff hist +1,151 Grafana helm & postgres example
- 20:20, 29 July 2025
diff hist -40
Security Sites
Blanked the page
current
- 20:18, 29 July 2025 diff hist +40 N Security Sites Created page with "https://www.linkedin.com/in/hans-petrich"
- 17:27, 29 July 2025 diff hist +1,553 N 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..." current
- 20:10, 28 July 2025 diff hist +543 N 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[]? |..." current
- 19:10, 28 July 2025 diff hist -17 Grafana helm & postgres example
- 19:09, 28 July 2025 diff hist +2,793 Grafana helm & postgres example
- 19:02, 28 July 2025 diff hist +5,411 N 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 diff hist +59 N Cloud k8s comparisons Created page with "https://www.sedai.io/blog/kubernetes-cost-eks-vs-aks-vs-gke" current
- 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..."