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 ( | ) (20 | 50 | 100 | 250 | 500)
  • 16:15, 27 June 2023 Busk talk contribs created page Atlassian helm charts (Created page with "Jira & Confluence - https://github.com/atlassian/data-center-helm-charts/tree/main/src/main/charts/confluence - https://github.com/atlassian/data-center-helm-charts/tree/main/...")
  • 00:23, 27 June 2023 Busk talk contribs created page Wordpress free themes (Created page with "https://www.bluehost.com/blog/the-14-best-free-wordpress-themes/")
  • 22:37, 24 June 2023 Busk talk contribs created page Fluentbit syslog input tls (Created page with "You can easily test the syslog using simple bash script. You can create a test log with Ubuntu/Debian using gnutls-cli Install ``` sudo apt-get install gnutls-bin ``` sendT...")
  • 21:22, 24 June 2023 Busk talk contribs created page Fluentbit opentelemetry (Created page with "https://calyptia.com/blog/building-an-observability-pipeline-with-opentelemetry-and-fluent-bit")
  • 21:22, 24 June 2023 Busk talk contribs created page Opentelemetry (Created page with "https://calyptia.com/blog/building-an-observability-pipeline-with-opentelemetry-and-fluent-bit")
  • 17:43, 24 June 2023 Busk talk contribs created page Parted (Created page with "``` sudo parted -s /dev/sdb mklabel gpt sudo parted -s /dev/sdb mkpart primary ext4 0% 100% ```")
  • 22:37, 23 June 2023 Busk talk contribs created page Logger (Created page with "``` logger --tcp --port 6514 -n log.example.com --rfc3164 "test2 tls tcp6514 rfc3164" or default log format logger --tcp --port 6514 -n log.example.com --rfc5424 "test2 tls tc...")
  • 22:17, 21 June 2023 Busk talk contribs created page F5 logs (Created page with "https://clouddocs.f5.com/api/irules/HSL__open.html")
  • 20:46, 20 June 2023 Busk talk contribs created page Azure snapshot vs backup (Created page with "https://serverfault.com/questions/846327/azure-backup-vs-snapshots#:%7E:text=In%20general%2C%20a%20backup%20is,you%20go%20to%20a%20snapshot.")
  • 19:21, 19 June 2023 Busk talk contribs created page Velero Azure (Created page with "# Helm ``` #!/bin/bash set -eu . ../includes/main.sh AZURE_BACKUP_DST_RESOURCE_GROUP=<backup destination> AZURE_BACKUP_SRC_RESOURCE_GROUP=<aks group with disks and such> # AZ...")
  • 04:15, 19 June 2023 Busk talk contribs created page Velero helm (Created page with "https://foxutech.com/how-to-take-azure-kubernetes-backup-using-velero/")
  • 14:21, 17 June 2023 Busk talk contribs created page Velero issues (Created page with " https://gist.github.com/alexcpn/4de6a5ae242de9de6cbfdb3ffea40977 ``` "Error getting volume snapshotter for volume snapshot location" missing region ```")
  • 12:13, 17 June 2023 Busk talk contribs created page Kopia (Created page with "https://cloudcasa.io/blog/comparing-restic-vs-kopia-for-kubernetes-data-movement/")
  • 12:00, 17 June 2023 Busk talk contribs created page Fsfreeze (Created page with "https://blog.pythian.com/fsfreeze-in-linux/")
  • 18:48, 16 June 2023 Busk talk contribs created page Minio install (Created page with "``` #!/bin/bash set -eux version="20230615150826.0.0" curl -LO https://dl.minio.io/client/mc/release/linux-amd64/mcli_${version}_amd64.deb #curl https://dl.minio.io/client/...")
  • 19:14, 15 June 2023 Busk talk contribs created page Velero install (Created page with "# Install Linux ``` version=1.10.3 curl https://github.com/vmware-tanzu/velero/releases/download/v${version}/velero-v${version}-linux-amd64.tar.gz tar xf velero-v${version}-li...")
  • 17:21, 15 June 2023 Busk talk contribs created page Github variables (Created page with "``` gihub.ref vs gihub.head_ref Trigger event pull_request pull_request_target gihub.ref refs/pull/53/merge refs/heads/main gihub.head_ref test/pull_request_target test/pull_r...")
  • 05:44, 15 June 2023 Busk talk contribs created page Aks velero backup (Created page with "https://learn.microsoft.com/en-us/azure/aks/hybrid/backup-workload-cluster")
  • 23:14, 12 June 2023 Busk talk contribs created page Venafi Queries (Created page with "``` DELETE FROM config_contains where Attribute ='Authentication Scheme' ```")
  • 15:23, 10 June 2023 Busk talk contribs created page Fluent eco (Created page with "https://github.com/SigNoz/signoz")
  • 16:45, 9 June 2023 Busk talk contribs created page Sumologic k8s logs (Created page with "https://www.sumologic.com/blog/kubernetes-logs/ https://github.com/SumoLogic/sumologic-kubernetes-collection/tree/main/deploy#non-helm-installation")
  • 20:38, 6 June 2023 Busk talk contribs created page Aks container registry (Created page with "https://learn.microsoft.com/en-us/azure/aks/cluster-container-registry-integration?tabs=azure-cli")
  • 21:17, 5 June 2023 Busk talk contribs created page Jinja create file from template (Created page with "Note be carefule with undefined=StrictUndefine cat createFileFromJinjaUsingEnv.py ``` from jinja2 import Template, StrictUndefined import argparse import os parser = argpars...")
  • 12:39, 3 June 2023 Busk talk contribs created page Aks github issues (Created page with "https://github.com/Azure/AKS/issues/3695")
  • 12:11, 3 June 2023 Busk talk contribs created page Aks backup (Created page with "https://learn.microsoft.com/en-us/azure/backup/azure-kubernetes-service-cluster-backup")
  • 13:01, 2 June 2023 Busk talk contribs created page Stunnel (Created page with "cert = /etc/stunnel/stunnel.pem sslVersion = SSLv3 chroot = /var/run/stunnel/ setuid = nobody setgid = nobody pid = /stunnel.pid socket = l:TCP_NODELAY=1 socket = r:TCP_NODELA...")
  • 19:40, 1 June 2023 Busk talk contribs created page OpenTelemetry (Created page with "https://logz.io/learn/opentelemetry-guide/#overview")
  • 19:03, 1 June 2023 Busk talk contribs created page Git chmod (Created page with "``` git update-index --chmod=+x ./script.sh ```")
  • 19:44, 29 May 2023 Busk talk contribs moved page Cfssl to Cfssl pki without leaving a redirect
  • 19:43, 29 May 2023 Busk talk contribs created page Cfssl (Created page with "https://rob-blackbourn.medium.com/how-to-use-cfssl-to-create-self-signed-certificates-d55f76ba5781")
  • 22:06, 28 May 2023 Busk talk contribs created page ExtraVolumes (Created page with "https://stackoverflow.com/questions/60280381/helm-bitnami-spark-how-to-load-files-to-extravolumemounts")
  • 19:21, 28 May 2023 Busk talk contribs created page Jsonb postgres (Created page with "https://scalegrid.io/blog/using-jsonb-in-postgresql-how-to-effectively-store-index-json-data-in-postgresql/")
  • 16:00, 28 May 2023 Busk talk contribs created page Aks issues (Created page with "https://github.com/Azure/AKS/issues/1283")
  • 17:03, 27 May 2023 Busk talk contribs created page Fluentbit Sumo Logic (Created page with "# Syslog & Sumo ## docker-compose.yaml ``` version: "3.7" services: fluent-bit: image: fluent/fluent-bit ports: - "16443:5140" volumes: - ./fluent-...")
  • 15:33, 27 May 2023 Busk talk contribs created page Fluentbit (Created page with "## docker-compose.yaml ``` version: "3.7" services: fluent-bit: image: fluent/fluent-bit volumes: - ./fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf ``` ##...")
  • 15:52, 26 May 2023 Busk talk contribs created page Terraform install (Created page with "https://developer.hashicorp.com/terraform/downloads ``` wget -O- https://apt.releases.hashicorp.com/gpg | sudo gpg --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring....")
  • 03:16, 26 May 2023 Busk talk contribs created page K8s logging (Created page with "https://kubernetes.io/docs/concepts/cluster-administration/logging/")
  • 17:06, 25 May 2023 Busk talk contribs created page Kubectl short names (Created page with "``` csr certificatesigningrequests cs componentstatuses cm configmaps ds daemonsets deploy deployments ep endpoints ev events hpa horizontalpodautoscalers ing ingr...")
  • 17:20, 23 May 2023 Busk talk contribs created page Get-NetIPAddress (Created page with "``` Get-NetIPAddress | Where-Object {$_.AddressState -eq "Preferred" -and $_.IPAddress -like "10*"} ```")
  • 16:48, 22 May 2023 Busk talk contribs created page Breathing (Created page with "https://www.healthrising.org/blog/2022/06/25/chronic-fatigue-syndrome-gas-exchange-disease/")
  • 17:46, 21 May 2023 Busk talk contribs created page Reactjs crud (Created page with "https://www.freecodecamp.org/news/react-crud-app-how-to-create-a-book-management-app-from-scratch/")
  • 23:43, 18 May 2023 Busk talk contribs created page Kubectl on wsl ubuntu for aks (Created page with "# Use WSL Version 1 due to VPN Issues ``` wsl --install computer-restart wsl.exe --list --online wsl --set-default-version 1 wsl --install -d Ubuntu-22.04 wsl.exe --setdefaul...")
  • 16:02, 18 May 2023 Busk talk contribs created page Git restore permissions (Created page with "https://stackoverflow.com/questions/2517339/how-to-restore-the-permissions-of-files-and-directories-within-git-if-they-have ``` git diff -p -R --no-ext-diff --no-color \...")
  • 21:07, 17 May 2023 Busk talk contribs created page Aks azure cli (Created page with "https://learn.microsoft.com/en-us/cli/azure/install-azure-cli # Debiasn https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt # Kubelogin https://gi...")
  • 15:40, 16 May 2023 Busk talk contribs created page Helm install (Created page with "https://helm.sh/docs/intro/install/ ``` curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 chmod 700 get_helm.sh ./get_helm.sh ```")
  • 15:17, 16 May 2023 Busk talk contribs created page Aad graph (Created page with "# Disable https://learn.microsoft.com/en-us/answers/questions/970148/with-aad-graph-ending-how-are-we-supposed-to-disab")
  • 14:21, 16 May 2023 Busk talk contribs created page Keycloak k8s rbac (Created page with "https://medium.com/elmo-software/kubernetes-authenticating-to-your-cluster-using-keycloak-eba81710f49b")
  • 14:17, 16 May 2023 Busk talk contribs created page Keycloak operator (Created page with "https://www.keycloak.org/operator/installation")
  • 14:11, 16 May 2023 Busk talk contribs created page Keycloak (Created page with "https://developers.redhat.com/blog/2020/01/29/api-login-and-jwt-token-generation-using-keycloak#")
  • 23:38, 15 May 2023 Busk talk contribs created page Keycloak issue workarounds (Created page with "https://serverfault.com/questions/1000567/keycloak-blank-page-behind-nginx-reverse-proxy")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)